NetworkFabric interface
The Network Fabric resource definition.
- Extends
Properties
| active |
Active commit batch identifiers |
| administrative |
Administrative state of the resource. |
| annotation | Switch configuration description. |
| configuration |
Configuration state of the resource. |
| control |
Control Plane Access Control List ARM resource IDs. |
| fabricASN | ASN of CE devices for CE/PE connectivity. |
| fabric |
Network Fabric Lock details |
| fabric |
The version of Network Fabric. |
| feature |
Feature flag status information |
| hardware |
Hardware alert threshold percentage. Possible values are from 20 to 100. |
| identity | The managed service identities assigned to this resource. |
| ipv4Prefix | IPv4Prefix for Management Network. Example: 10.1.0.0/19. |
| ipv6Prefix | IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59 |
| l2Isolation |
List of L2 Isolation Domain resource IDs under the Network Fabric. |
| l3Isolation |
List of L3 Isolation Domain resource IDs under the Network Fabric. |
| last |
Details of the last operation performed on the resource |
| management |
Configuration to be used to setup the management network. |
| network |
Azure resource ID for the NetworkFabricController the NetworkFabric belongs. |
| network |
Supported Network Fabric SKU.Example: Compute / Aggregate racks. Once the user chooses a particular SKU, only supported racks can be added to the Network Fabric. The SKU determines whether it is a single / multi rack Network Fabric. |
| provisioning |
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. |
| rack |
Number of compute racks associated to Network Fabric. |
| racks | List of NetworkRack resource IDs under the Network Fabric. The number of racks allowed depends on the Network Fabric SKU. |
| router |
Array of router IDs. |
| server |
Number of servers.Possible values are from 1-16. |
| storage |
Bring your own storage account configurations for Network Fabric. |
| storage |
Number of Storage arrays associated with the Network Fabric. |
| terminal |
Network and credentials configuration currently applied to terminal server. |
| trusted |
Trusted IP Prefixes ARM resource IDs. |
| unique |
Unique Route Distinguisher configuration |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | The geo-location where the resource lives |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
activeCommitBatches
Active commit batch identifiers
activeCommitBatches?: string[]
Property Value
string[]
administrativeState
Administrative state of the resource.
administrativeState?: string
Property Value
string
annotation
Switch configuration description.
annotation?: string
Property Value
string
configurationState
Configuration state of the resource.
configurationState?: string
Property Value
string
controlPlaneAcls
Control Plane Access Control List ARM resource IDs.
controlPlaneAcls?: string[]
Property Value
string[]
fabricASN
ASN of CE devices for CE/PE connectivity.
fabricASN: number
Property Value
number
fabricLocks
Network Fabric Lock details
fabricLocks?: FabricLockProperties[]
Property Value
fabricVersion
The version of Network Fabric.
fabricVersion?: string
Property Value
string
featureFlags
Feature flag status information
featureFlags?: FeatureFlagProperties[]
Property Value
hardwareAlertThreshold
Hardware alert threshold percentage. Possible values are from 20 to 100.
hardwareAlertThreshold?: number
Property Value
number
identity
The managed service identities assigned to this resource.
identity?: ManagedServiceIdentity
Property Value
ipv4Prefix
IPv4Prefix for Management Network. Example: 10.1.0.0/19.
ipv4Prefix: string
Property Value
string
ipv6Prefix
IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59
ipv6Prefix?: string
Property Value
string
l2IsolationDomains
List of L2 Isolation Domain resource IDs under the Network Fabric.
l2IsolationDomains?: string[]
Property Value
string[]
l3IsolationDomains
List of L3 Isolation Domain resource IDs under the Network Fabric.
l3IsolationDomains?: string[]
Property Value
string[]
lastOperation
Details of the last operation performed on the resource
lastOperation?: LastOperationProperties
Property Value
managementNetworkConfiguration
Configuration to be used to setup the management network.
managementNetworkConfiguration: ManagementNetworkConfigurationProperties
Property Value
networkFabricControllerId
Azure resource ID for the NetworkFabricController the NetworkFabric belongs.
networkFabricControllerId: string
Property Value
string
networkFabricSku
Supported Network Fabric SKU.Example: Compute / Aggregate racks. Once the user chooses a particular SKU, only supported racks can be added to the Network Fabric. The SKU determines whether it is a single / multi rack Network Fabric.
networkFabricSku: string
Property Value
string
provisioningState
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.
provisioningState?: string
Property Value
string
rackCount
Number of compute racks associated to Network Fabric.
rackCount?: number
Property Value
number
racks
List of NetworkRack resource IDs under the Network Fabric. The number of racks allowed depends on the Network Fabric SKU.
racks?: string[]
Property Value
string[]
routerIds
Array of router IDs.
routerIds?: string[]
Property Value
string[]
serverCountPerRack
Number of servers.Possible values are from 1-16.
serverCountPerRack: number
Property Value
number
storageAccountConfiguration
Bring your own storage account configurations for Network Fabric.
storageAccountConfiguration?: StorageAccountConfiguration
Property Value
storageArrayCount
Number of Storage arrays associated with the Network Fabric.
storageArrayCount?: number
Property Value
number
terminalServerConfiguration
Network and credentials configuration currently applied to terminal server.
terminalServerConfiguration: TerminalServerConfiguration
Property Value
trustedIpPrefixes
Trusted IP Prefixes ARM resource IDs.
trustedIpPrefixes?: string[]
Property Value
string[]
uniqueRdConfiguration
Unique Route Distinguisher configuration
uniqueRdConfiguration?: UniqueRouteDistinguisherProperties
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From TrackedResource.type