GetGlobalReachConnectionResult

data class GetGlobalReachConnectionResult(val addressPrefix: String, val authorizationKey: String? = null, val azureApiVersion: String, val circuitConnectionStatus: String, val expressRouteId: String? = null, val id: String, val name: String, val peerExpressRouteCircuit: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

A global reach connection resource

Constructors

Link copied to clipboard
constructor(addressPrefix: String, authorizationKey: String? = null, azureApiVersion: String, circuitConnectionStatus: String, expressRouteId: String? = null, id: String, name: String, peerExpressRouteCircuit: String? = null, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The connection status of the global reach connection

Link copied to clipboard
val expressRouteId: String? = null

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

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard

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

Link copied to clipboard

The state of the ExpressRoute Circuit Authorization provisioning

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"