INetworkFabricPatchableProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricPatchablePropertiesTypeConverter))]
public interface INetworkFabricPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricPatchablePropertiesTypeConverter))>]
type INetworkFabricPatchableProperties = interface
interface IJsonSerializable
Public Interface INetworkFabricPatchableProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | 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. |
| ManagementNetworkConfiguration |
Configuration to be used to setup the management network. |
| RackCount |
Number of compute racks associated to Network Fabric. |
| ServerCountPerRack |
Number of servers.Possible values are from 1-16. |
| TerminalServerConfigurationPassword |
Password for the terminal server connection. |
| TerminalServerConfigurationPrimaryIpv4Prefix |
IPv4 Address Prefix. |
| TerminalServerConfigurationPrimaryIpv6Prefix |
IPv6 Address Prefix. |
| TerminalServerConfigurationSecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. |
| TerminalServerConfigurationSecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. |
| TerminalServerConfigurationSerialNumber |
Serial Number of Terminal server. |
| TerminalServerConfigurationUsername |
Username for the terminal server connection. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |