GetTrunkedNetworkResult

data class GetTrunkedNetworkResult(val associatedResourceIds: List<String>, val azureApiVersion: String, val clusterId: String, val detailedStatus: String, val detailedStatusMessage: String, val etag: String, val extendedLocation: ExtendedLocationResponse, val hybridAksClustersAssociatedIds: List<String>, val hybridAksPluginType: String? = null, val id: String, val interfaceName: String? = null, val isolationDomainIds: List<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>, val vlans: List<Double>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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 trunked network is associated with.

Link copied to clipboard

The more detailed status of the trunked network.

Link copied to clipboard

The descriptive message about the current detailed status.

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

Link copied to clipboard

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.

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
val interfaceName: String? = null

The default interface name for this trunked network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.

Link copied to clipboard

The list of resource IDs representing the Network Fabric isolation domains. It can be any combination of l2IsolationDomain and l3IsolationDomain resources.

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

Link copied to clipboard

The list of vlans that are selected from the isolation domains for trunking.