Ipam Pool Properties Response
data class IpamPoolPropertiesResponse(val addressPrefixes: List<String>, val description: String? = null, val displayName: String? = null, val ipAddressType: List<String>, val parentPoolName: String? = null, val provisioningState: String)
Properties of IpamPool resource properties which are specific to the Pool resource.
Constructors
Properties
Link copied to clipboard
List of IP address prefixes of the resource.
Link copied to clipboard
Link copied to clipboard
String representing a friendly name for the resource.
Link copied to clipboard
List of IP address type for the IpamPool.
Link copied to clipboard
String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.
Link copied to clipboard
Provisioning states of a resource.