VirtualNetworkPropertiesArgs

data class VirtualNetworkPropertiesArgs(val id: Output<String>? = null, val subnet: Output<SubnetPropertiesArgs>? = null) : ConvertibleToJava<VirtualNetworkPropertiesArgs>

Settings concerning the virtual network.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, subnet: Output<SubnetPropertiesArgs>? = null)

Properties

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

Uri of the virtual network.

Link copied to clipboard
val subnet: Output<SubnetPropertiesArgs>? = null

Properties of a subnet.

Functions

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