NetworkFabricProperties interface
Network Fabric Properties defines the properties of the resource.
- Extends
Properties
| active |
Active commit batch identifiers |
| administrative |
Administrative state of the resource. |
| 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. |
| 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
| annotation | Switch configuration description. |
Property Details
activeCommitBatches
Active commit batch identifiers
activeCommitBatches?: string[]
Property Value
string[]
administrativeState
Administrative state of the resource.
administrativeState?: 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
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
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From AnnotationResource.annotation