NicIPAddressSettings Class

Definition

IP address information for a virtual network adapter reported by the fabric.

public class NicIPAddressSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedVMwarevSphere.Models.NicIPAddressSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedVMwarevSphere.Models.NicIPAddressSettings>
public class NicIPAddressSettings
type NicIPAddressSettings = class
    interface IJsonModel<NicIPAddressSettings>
    interface IPersistableModel<NicIPAddressSettings>
type NicIPAddressSettings = class
Public Class NicIPAddressSettings
Implements IJsonModel(Of NicIPAddressSettings), IPersistableModel(Of NicIPAddressSettings)
Public Class NicIPAddressSettings
Inheritance
NicIPAddressSettings
Implements

Properties

AllocationMethod

Gets the ip address allocation method.

IPAddress

Gets the ip address for the nic.

SubnetMask

Gets the mask.

Explicit Interface Implementations

IJsonModel<NicIPAddressSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NicIPAddressSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NicIPAddressSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NicIPAddressSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NicIPAddressSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to