Ipv6CircuitConnectionConfig Class
IPv6 Circuit Connection properties for global reach.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelIpv6CircuitConnectionConfig
Constructor
Ipv6CircuitConnectionConfig(*, address_prefix: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
address_prefix
|
/125 IP address space to carve out customer addresses for global reach. |
Variables
Name | Description |
---|---|
address_prefix
|
/125 IP address space to carve out customer addresses for global reach. |
circuit_connection_status
|
Express Route Circuit connection state. Known values are: "Connected", "Connecting", and "Disconnected". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python