StaticCidrPropertiesResponse

data class StaticCidrPropertiesResponse(val addressPrefixes: List<String>? = null, val description: String? = null, val numberOfIPAddressesToAllocate: String? = null, val provisioningState: String, val totalNumberOfIPAddresses: String)

Properties of static CIDR resource.

Constructors

Link copied to clipboard
constructor(addressPrefixes: List<String>? = null, description: String? = null, numberOfIPAddressesToAllocate: String? = null, provisioningState: String, totalNumberOfIPAddresses: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of IP address prefixes of the resource.

Link copied to clipboard
val description: String? = null
Link copied to clipboard

Number of IP addresses to allocate for a static CIDR resource. The IP addresses will be assigned based on IpamPools available space.

Link copied to clipboard

Provisioning states of a resource.

Link copied to clipboard

Total number of IP addresses allocated for the static CIDR resource.