VMwareToAzStackHciprotectedNicProperties 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.
VMwareToAzStackHCI NIC properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHciprotectedNicPropertiesTypeConverter))]
public class VMwareToAzStackHciprotectedNicProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHciprotectedNicProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHciprotectedNicPropertiesTypeConverter))>]
type VMwareToAzStackHciprotectedNicProperties = class
interface IVMwareToAzStackHciprotectedNicProperties
interface IJsonSerializable
Public Class VMwareToAzStackHciprotectedNicProperties
Implements IVMwareToAzStackHciprotectedNicProperties
- Inheritance
-
VMwareToAzStackHciprotectedNicProperties
- Attributes
- Implements
Constructors
VMwareToAzStackHciprotectedNicProperties() |
Creates an new VMwareToAzStackHciprotectedNicProperties instance. |
Properties
IsPrimaryNic |
Gets or sets a value indicating whether this is the primary NIC. |
Label |
Gets or sets the NIC label. |
MacAddress |
Gets or sets the NIC mac address. |
NetworkName |
Gets or sets the network name. |
NicId |
Gets or sets the NIC Id. |
SelectionTypeForFailover |
Gets or sets the selection type of the NIC. |
TargetNetworkId |
Gets or sets the target network Id within AzStackHCI Cluster. |
TestNetworkId |
Gets or sets the target test network Id within AzStackHCI Cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VMwareToAzStackHciprotectedNicProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VMwareToAzStackHciprotectedNicProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHciprotectedNicProperties. |
FromJsonString(String) |
Creates a new instance of VMwareToAzStackHciprotectedNicProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VMwareToAzStackHciprotectedNicProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |