Share via


GlobalReachConnection Class

Definition

A global reach connection resource

[Microsoft.Rest.Serialization.JsonTransformation]
public class GlobalReachConnection : Microsoft.Azure.Management.Avs.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GlobalReachConnection = class
    inherit Resource
Public Class GlobalReachConnection
Inherits Resource
Inheritance
GlobalReachConnection
Attributes

Constructors

GlobalReachConnection()

Initializes a new instance of the GlobalReachConnection class.

GlobalReachConnection(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the GlobalReachConnection class.

Properties

AddressPrefix

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

AuthorizationKey

Gets or sets authorization key from the peer express route used for the global reach connection

CircuitConnectionStatus

Gets the connection status of the global reach connection. Possible values include: 'Connected', 'Connecting', 'Disconnected'

ExpressRouteId

Gets or sets the ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
PeerExpressRouteCircuit

Gets or sets identifier of the ExpressRoute Circuit to peer with in the global reach connection

ProvisioningState

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

Type

Gets resource type.

(Inherited from Resource)

Applies to