NetworkFabricProperties interface

Network Fabric Properties defines the properties of the resource.

Extends

Properties

administrativeState

Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

configurationState

Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

fabricASN

ASN of CE devices for CE/PE connectivity.

fabricVersion

The version of Network Fabric. NOTE: This property will not be serialized. It can only be populated by the server.

ipv4Prefix

IPv4Prefix for Management Network. Example: 10.1.0.0/19.

ipv6Prefix

IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59

l2IsolationDomains

List of L2 Isolation Domain resource IDs under the Network Fabric. NOTE: This property will not be serialized. It can only be populated by the server.

l3IsolationDomains

List of L3 Isolation Domain resource IDs under the Network Fabric. NOTE: This property will not be serialized. It can only be populated by the server.

managementNetworkConfiguration

Configuration to be used to setup the management network.

networkFabricControllerId

Azure resource ID for the NetworkFabricController the NetworkFabric belongs.

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.

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. NOTE: This property will not be serialized. It can only be populated by the server.

rackCount

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. NOTE: This property will not be serialized. It can only be populated by the server.

routerIds

Array of router IDs. NOTE: This property will not be serialized. It can only be populated by the server.

serverCountPerRack

Number of servers.Possible values are from 1-16.

terminalServerConfiguration

Network and credentials configuration currently applied to terminal server.

Inherited Properties

annotation

Switch configuration description.

Property Details

administrativeState

Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

administrativeState?: string

Property Value

string

configurationState

Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

configurationState?: string

Property Value

string

fabricASN

ASN of CE devices for CE/PE connectivity.

fabricASN: number

Property Value

number

fabricVersion

The version of Network Fabric. NOTE: This property will not be serialized. It can only be populated by the server.

fabricVersion?: string

Property Value

string

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. NOTE: This property will not be serialized. It can only be populated by the server.

l2IsolationDomains?: string[]

Property Value

string[]

l3IsolationDomains

List of L3 Isolation Domain resource IDs under the Network Fabric. NOTE: This property will not be serialized. It can only be populated by the server.

l3IsolationDomains?: string[]

Property Value

string[]

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. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

racks?: string[]

Property Value

string[]

routerIds

Array of router IDs. NOTE: This property will not be serialized. It can only be populated by the server.

routerIds?: string[]

Property Value

string[]

serverCountPerRack

Number of servers.Possible values are from 1-16.

serverCountPerRack: number

Property Value

number

terminalServerConfiguration

Network and credentials configuration currently applied to terminal server.

terminalServerConfiguration: TerminalServerConfiguration

Property Value

Inherited Property Details

annotation

Switch configuration description.

annotation?: string

Property Value

string

Inherited From AnnotationResource.annotation