INicIPSettings 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.ConnectedVMware.Models.NicIPSettingsTypeConverter))]
public interface INicIPSettings : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.NicIPSettingsTypeConverter))>]
type INicIPSettings = interface
interface IJsonSerializable
Public Interface INicIPSettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AllocationMethod |
Gets or sets the nic allocation method. |
DnsServer |
Gets or sets the dns servers. |
Gateway |
Gets or sets the gateway. |
IPAddress |
Gets or sets the ip address for the nic. |
IPAddressInfo |
Gets or sets the IP address information being reported for this NIC. This contains the same IPv4 information above plus IPV6 information. |
PrimaryWinsServer |
Gets or sets the primary server. |
SecondaryWinsServer |
Gets or sets the secondary server. |
SubnetMask |
Gets or sets the mask. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |