GetDefaultCniNetworkResult

data class GetDefaultCniNetworkResult(val clusterId: String, val cniAsNumber: Double, val cniBgpConfiguration: CniBgpConfigurationResponse? = null, val detailedStatus: String, val detailedStatusMessage: String, val extendedLocation: ExtendedLocationResponse, val fabricBgpPeers: List<BgpPeerResponse>, val hybridAksClustersAssociatedIds: List<String>, val id: String, val interfaceName: String, 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 vlan: Double)

Constructors

Link copied to clipboard
constructor(clusterId: String, cniAsNumber: Double, cniBgpConfiguration: CniBgpConfigurationResponse? = null, detailedStatus: String, detailedStatusMessage: String, extendedLocation: ExtendedLocationResponse, fabricBgpPeers: List<BgpPeerResponse>, hybridAksClustersAssociatedIds: List<String>, id: String, interfaceName: String, 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, vlan: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the Network Cloud cluster this default CNI network is associated with.

Link copied to clipboard

The autonomous system number that the fabric expects to peer with, derived from the associated L3 isolation domain.

Link copied to clipboard

The Calico BGP configuration.

Link copied to clipboard

The more detailed status of the default CNI network.

Link copied to clipboard

The descriptive message about the current detailed status.

Link copied to clipboard

The extended location of the cluster associated with the resource.

Link copied to clipboard

The L3 isolation fabric BGP peering connectivity information necessary for BGP peering the Hybrid AKS Cluster with the switch fabric.

Link copied to clipboard

The list of Hybrid AKS cluster resource ID(s) that are associated with this default CNI network.

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

Link copied to clipboard

The type of the IP address allocation.

Link copied to clipboard

The IPV4 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type is IPV4 or DualStack.

Link copied to clipboard

The IPV6 prefix (CIDR) assigned to this default CNI network. It is 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 default CNI 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

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