GetNetworkFabricControllerResult

data class GetNetworkFabricControllerResult(val annotation: String? = null, val azureApiVersion: String, val id: String, val infrastructureExpressRouteConnections: List<ExpressRouteConnectionInformationResponse>? = null, val infrastructureServices: ControllerServicesResponse, val ipv4AddressSpace: String? = null, val ipv6AddressSpace: String? = null, val isWorkloadManagementNetworkEnabled: String? = null, val location: String, val managedResourceGroupConfiguration: ManagedResourceGroupConfigurationResponse? = null, val name: String, val networkFabricIds: List<String>, val nfcSku: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantInternetGatewayIds: List<String>, val type: String, val workloadExpressRouteConnections: List<ExpressRouteConnectionInformationResponse>? = null, val workloadManagementNetwork: Boolean, val workloadServices: ControllerServicesResponse)

The Network Fabric Controller resource definition.

Constructors

Link copied to clipboard
constructor(annotation: String? = null, azureApiVersion: String, id: String, infrastructureExpressRouteConnections: List<ExpressRouteConnectionInformationResponse>? = null, infrastructureServices: ControllerServicesResponse, ipv4AddressSpace: String? = null, ipv6AddressSpace: String? = null, isWorkloadManagementNetworkEnabled: String? = null, location: String, managedResourceGroupConfiguration: ManagedResourceGroupConfigurationResponse? = null, name: String, networkFabricIds: List<String>, nfcSku: String? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, tenantInternetGatewayIds: List<String>, type: String, workloadExpressRouteConnections: List<ExpressRouteConnectionInformationResponse>? = null, workloadManagementNetwork: Boolean, workloadServices: ControllerServicesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotation: String? = null

Switch configuration description.

Link copied to clipboard

The Azure API version of the resource.

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

As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)

Link copied to clipboard

InfrastructureServices IP ranges.

Link copied to clipboard

IPv4 Network Fabric Controller Address Space.

Link copied to clipboard

IPv6 Network Fabric Controller Address Space.

Link copied to clipboard

A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Managed Resource Group configuration properties.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service.

Link copied to clipboard
val nfcSku: String? = null

Network Fabric Controller SKU.

Link copied to clipboard

Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning.

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

List of tenant InternetGateway resource IDs

Link copied to clipboard

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

Link copied to clipboard

As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).

Link copied to clipboard

A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints. This is used for the backward compatibility.

Link copied to clipboard

WorkloadServices IP ranges.