GlobalReachConnection Class

A global reach connection resource.

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

Inheritance
azure.mgmt.avs.models._models_py3.Resource
GlobalReachConnection

Constructor

GlobalReachConnection(*, authorization_key: Optional[str] = None, peer_express_route_circuit: Optional[str] = None, express_route_id: Optional[str] = None, **kwargs)

Parameters

authorization_key
str
Required

Authorization key from the peer express route used for the global reach connection.

peer_express_route_circuit
str
Required

Identifier of the ExpressRoute Circuit to peer with in the global reach connection.

express_route_id
str
Required

The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

provisioning_state
str or GlobalReachConnectionProvisioningState

The state of the ExpressRoute Circuit Authorization provisioning. Possible values include: "Succeeded", "Failed", "Updating".

address_prefix
str

The network used for global reach carved out from the original network block provided for the private cloud.

circuit_connection_status
str or GlobalReachConnectionStatus

The connection status of the global reach connection. Possible values include: "Connected", "Connecting", "Disconnected".