EndpointIpConfigArgs

data class EndpointIpConfigArgs(val cidrBlock: Output<String>, val ip: Output<String>? = null, val vswitchId: Output<String>, val zoneId: Output<String>) : ConvertibleToJava<EndpointIpConfigArgs>

Constructors

Link copied to clipboard
constructor(cidrBlock: Output<String>, ip: Output<String>? = null, vswitchId: Output<String>, zoneId: Output<String>)

Properties

Link copied to clipboard
val cidrBlock: Output<String>

The Subnet mask.

Link copied to clipboard
val ip: Output<String>? = null

The IP address within the parameter range of the subnet mask. It is recommended to use the IP address assigned by the system.

Link copied to clipboard
val vswitchId: Output<String>

The Vswitch id.

Link copied to clipboard
val zoneId: Output<String>

The Zone ID.

Functions

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