NicIPAddressSettings interface

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

Properties

allocationMethod

Gets the ip address allocation method. NOTE: This property will not be serialized. It can only be populated by the server.

ipAddress

Gets the ip address for the nic. NOTE: This property will not be serialized. It can only be populated by the server.

subnetMask

Gets the mask. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

allocationMethod

Gets the ip address allocation method. NOTE: This property will not be serialized. It can only be populated by the server.

allocationMethod?: string

Property Value

string

ipAddress

Gets the ip address for the nic. NOTE: This property will not be serialized. It can only be populated by the server.

ipAddress?: string

Property Value

string

subnetMask

Gets the mask. NOTE: This property will not be serialized. It can only be populated by the server.

subnetMask?: string

Property Value

string