AddressPrefixSetPropertiesFormat Class

Properties of address prefix set.

Constructor

AddressPrefixSetPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
address_prefixes

The list of address prefixes in CIDR notation. Supports both IPv4 and IPv6 CIDR notation (e.g. '10.0.0.0/16', '2001:db8::/32'). Required.

provisioning_state

The provisioning state of the address prefix set resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Attributes

address_prefixes

The list of address prefixes in CIDR notation. Supports both IPv4 and IPv6 CIDR notation (e.g. '10.0.0.0/16', '2001:db8::/32'). Required.

address_prefixes: list[str]

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None