Subnet Response
data class SubnetResponse(val addressPrefix: String? = null, val addressPrefixes: List<String>? = null, val ipAllocationMethod: String? = null, val ipConfigurationReferences: List<SubnetPropertiesFormatResponseIpConfigurationReferences>? = null, val ipPools: List<IPPoolResponse>? = null, val name: String? = null, val routeTable: RouteTableResponse? = null, val vlan: Int? = null)
Constructors
Link copied to clipboard
constructor(addressPrefix: String? = null, addressPrefixes: List<String>? = null, ipAllocationMethod: String? = null, ipConfigurationReferences: List<SubnetPropertiesFormatResponseIpConfigurationReferences>? = null, ipPools: List<IPPoolResponse>? = null, name: String? = null, routeTable: RouteTableResponse? = null, vlan: 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
val ipConfigurationReferences: List<SubnetPropertiesFormatResponseIpConfigurationReferences>? = null
IPConfigurationReferences - list of IPConfigurationReferences
Link copied to clipboard
network associated pool of IP Addresses
Link copied to clipboard
Route table resource.