Virtual Network Properties Subnets Args
data class VirtualNetworkPropertiesSubnetsArgs(val addressPrefix: Output<String>? = null, val addressPrefixes: Output<List<String>>? = null, val ipAllocationMethod: Output<Either<String, IpAllocationMethodEnum>>? = null, val ipConfigurationReferences: Output<List<VirtualNetworkPropertiesIpConfigurationReferencesArgs>>? = null, val ipPools: Output<List<IPPoolArgs>>? = null, val name: Output<String>? = null, val routeTable: Output<VirtualNetworkPropertiesRouteTableArgs>? = null, val vlan: Output<Int>? = null) : ConvertibleToJava<VirtualNetworkPropertiesSubnetsArgs>
Subnet subnet in a virtual network resource.
Constructors
Link copied to clipboard
constructor(addressPrefix: Output<String>? = null, addressPrefixes: Output<List<String>>? = null, ipAllocationMethod: Output<Either<String, IpAllocationMethodEnum>>? = null, ipConfigurationReferences: Output<List<VirtualNetworkPropertiesIpConfigurationReferencesArgs>>? = null, ipPools: Output<List<IPPoolArgs>>? = null, name: Output<String>? = null, routeTable: Output<VirtualNetworkPropertiesRouteTableArgs>? = null, vlan: Output<Int>? = null)
Properties
Link copied to clipboard
Cidr for this subnet - IPv4, IPv6
Link copied to clipboard
AddressPrefixes - List of address prefixes for the subnet.
Link copied to clipboard
IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
Link copied to clipboard
val ipConfigurationReferences: Output<List<VirtualNetworkPropertiesIpConfigurationReferencesArgs>>? = null
IPConfigurationReferences - list of IPConfigurationReferences
Link copied to clipboard
network associated pool of IP Addresses
Link copied to clipboard
RouteTable for the subnet