NetworkFabricPatchableProperties Class
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.
Network Fabric updatable properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricPatchablePropertiesTypeConverter))]
public class NetworkFabricPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricPatchablePropertiesTypeConverter))>]
type NetworkFabricPatchableProperties = class
interface INetworkFabricPatchableProperties
interface IJsonSerializable
Public Class NetworkFabricPatchableProperties
Implements INetworkFabricPatchableProperties
- Inheritance
-
NetworkFabricPatchableProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricPatchableProperties() |
Creates an new NetworkFabricPatchableProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkFabricPatchableProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFabricPatchableProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricPatchableProperties. |
| FromJsonString(String) |
Creates a new instance of NetworkFabricPatchableProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFabricPatchableProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |