NetworkFabricPatch interface
The Network Fabric resource definition.
- Extends
Properties
annotation | Switch configuration description. |
fabricASN | ASN of CE devices for CE/PE connectivity. |
ipv4Prefix | IPv4Prefix for Management Network. Example: 10.1.0.0/19. |
ipv6Prefix | IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59. |
management |
Configuration to be used to setup the management network. |
rack |
Number of compute racks associated to Network Fabric. |
server |
Number of servers.Possible values are from 1-16. |
terminal |
Network and credentials configuration already applied to terminal server. |
Inherited Properties
tags | Resource tags |
Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
fabricASN
ASN of CE devices for CE/PE connectivity.
fabricASN?: 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
managementNetworkConfiguration
Configuration to be used to setup the management network.
managementNetworkConfiguration?: ManagementNetworkConfigurationPatchableProperties
Property Value
rackCount
Number of compute racks associated to Network Fabric.
rackCount?: number
Property Value
number
serverCountPerRack
Number of servers.Possible values are from 1-16.
serverCountPerRack?: number
Property Value
number
terminalServerConfiguration
Network and credentials configuration already applied to terminal server.
terminalServerConfiguration?: NetworkFabricPatchablePropertiesTerminalServerConfiguration
Property Value
Inherited Property Details
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TagsUpdate.tags