Subnet Args
data class SubnetArgs(val addressPrefix: Output<String>? = null, val addressPrefixes: Output<List<String>>? = null, val ipAllocationMethod: Output<Either<String, IpAllocationMethodEnum>>? = null, val ipConfigurationReferences: Output<List<SubnetIpConfigurationReferenceArgs>>? = null, val ipPools: Output<List<IPPoolArgs>>? = null, val name: Output<String>? = null, val networkSecurityGroup: Output<NetworkSecurityGroupArmReferenceArgs>? = null, val routeTable: Output<RouteTableArgs>? = null, val vlan: Output<Int>? = null) : ConvertibleToJava<SubnetArgs>
Properties of the subnet.
Constructors
Link copied to clipboard
constructor(addressPrefix: Output<String>? = null, addressPrefixes: Output<List<String>>? = null, ipAllocationMethod: Output<Either<String, IpAllocationMethodEnum>>? = null, ipConfigurationReferences: Output<List<SubnetIpConfigurationReferenceArgs>>? = null, ipPools: Output<List<IPPoolArgs>>? = null, name: Output<String>? = null, networkSecurityGroup: Output<NetworkSecurityGroupArmReferenceArgs>? = null, routeTable: Output<RouteTableArgs>? = null, vlan: Output<Int>? = null)
Properties
Link copied to clipboard
The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
Link copied to clipboard
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
IPConfigurationReferences - list of IPConfigurationReferences
Link copied to clipboard
network associated pool of IP Addresses
Link copied to clipboard
NetworkSecurityGroup - Network Security Group attached to the logical network.
Link copied to clipboard
Route table resource.