GetFlowLogServicePlainArgs

data class GetFlowLogServicePlainArgs(val enable: String? = null) : ConvertibleToJava<GetFlowLogServicePlainArgs>

A collection of arguments for invoking getFlowLogService.

Constructors

Link copied to clipboard
constructor(enable: String? = null)

Properties

Link copied to clipboard
val enable: String? = null

Setting the value to On to enable the service. If has been enabled, return the result. Default value: Off. Valid values: On and Off.

Functions

Link copied to clipboard
open override fun toJava(): GetFlowLogServicePlainArgs