GetL3NetworkResult

data class GetL3NetworkResult(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 hybridAksIpamEnabled: String? = null, val hybridAksPluginType: String? = null, val id: String, val interfaceName: String? = null, val ipAllocationType: String? = null, val ipv4ConnectedPrefix: String? = null, val ipv6ConnectedPrefix: String? = null, val l3IsolationDomainId: 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 vlan: 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>, hybridAksIpamEnabled: String? = null, hybridAksPluginType: String? = null, id: String, interfaceName: String? = null, ipAllocationType: String? = null, ipv4ConnectedPrefix: String? = null, ipv6ConnectedPrefix: String? = null, l3IsolationDomainId: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, virtualMachinesAssociatedIds: List<String>, vlan: 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 L3 network is associated with.

Link copied to clipboard

The more detailed status of the L3 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 L3 network.

Link copied to clipboard

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.

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 L3 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 type of the IP address allocation, defaulted to "DualStack".

Link copied to clipboard

The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV4 or DualStack.

Link copied to clipboard

The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type is IPV6 or DualStack.

Link copied to clipboard

The resource ID of the Network Fabric l3IsolationDomain.

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

Link copied to clipboard

The VLAN from the l3IsolationDomain that is used for this network.