GetCloudServicesNetworkResult

data class GetCloudServicesNetworkResult(val additionalEgressEndpoints: List<EgressEndpointResponse>? = null, val associatedResourceIds: List<String>, val azureApiVersion: String, val clusterId: String, val detailedStatus: String, val detailedStatusMessage: String, val enableDefaultEgressEndpoints: String? = null, val enabledEgressEndpoints: List<EgressEndpointResponse>, val etag: String, val extendedLocation: ExtendedLocationResponse, val hybridAksClustersAssociatedIds: List<String>, val id: String, val interfaceName: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualMachinesAssociatedIds: List<String>)

Upon creation, the additional services that are provided by the platform will be allocated and represented in the status of this resource. All resources associated with this cloud services network will be part of the same layer 2 (L2) isolation domain. At least one service network must be created but may be reused across many virtual machines and/or Hybrid AKS clusters.

Constructors

Link copied to clipboard
constructor(additionalEgressEndpoints: List<EgressEndpointResponse>? = null, associatedResourceIds: List<String>, azureApiVersion: String, clusterId: String, detailedStatus: String, detailedStatusMessage: String, enableDefaultEgressEndpoints: String? = null, enabledEgressEndpoints: List<EgressEndpointResponse>, etag: String, extendedLocation: ExtendedLocationResponse, hybridAksClustersAssociatedIds: List<String>, id: String, interfaceName: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, virtualMachinesAssociatedIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.

Link copied to clipboard

The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The resource ID of the Network Cloud cluster this cloud services network is associated with.

Link copied to clipboard

The more detailed status of the cloud services network.

Link copied to clipboard

The descriptive message about the current detailed status.

Link copied to clipboard

The indicator of whether the platform default endpoints are allowed for the egress traffic.

Link copied to clipboard

The full list of additional and default egress endpoints that are currently enabled.

Link copied to clipboard

Resource ETag.

Link copied to clipboard

The extended location of the cluster associated with the resource.

Link copied to clipboard

Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.

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 interface that will be present in the virtual machine to represent this network.

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 services network.

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

Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.