Compartilhar via


StaticCidrProperties Class

Properties of static CIDR resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network._serialization.Model
StaticCidrProperties

Constructor

StaticCidrProperties(*, description: str | None = None, number_of_ip_addresses_to_allocate: str | None = None, address_prefixes: List[str] | None = None, provisioning_state: str | _models.ProvisioningState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
description
str
number_of_ip_addresses_to_allocate
str

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

address_prefixes

List of IP address prefixes of the resource.

provisioning_state

Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Variables

Name Description
description
str
number_of_ip_addresses_to_allocate
str

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

address_prefixes

List of IP address prefixes of the resource.

total_number_of_ip_addresses
str

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

provisioning_state

Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".