GetCloudConnectionResult

data class GetCloudConnectionResult(val cloudConnector: ResourceReferenceResponse? = null, val etag: String, val id: String, val location: String, val name: String, val provisioningState: String, val remoteResourceId: String? = null, val sharedKey: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualHub: ResourceReferenceResponse? = null)

Resource which represents the managed network connection between Azure Gateways and remote cloud gateways.

Constructors

Link copied to clipboard
constructor(cloudConnector: ResourceReferenceResponse? = null, etag: String, id: String, location: String, name: String, provisioningState: String, remoteResourceId: String? = null, sharedKey: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, virtualHub: ResourceReferenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cloud connector which discovered the remote resource.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the cloud collection resource.

Link copied to clipboard

Identifier for the remote cloud resource

Link copied to clipboard
val sharedKey: String? = null

Shared key of the cloud connection.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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

Link copied to clipboard

The virtualHub to which the cloud connection belongs.