NicIPAddressSettingsResponse

data class NicIPAddressSettingsResponse(val allocationMethod: String, val ipAddress: String, val subnetMask: String)

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

Constructors

Link copied to clipboard
constructor(allocationMethod: String, ipAddress: String, subnetMask: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the ip address allocation method.

Link copied to clipboard

Gets the ip address for the nic.

Link copied to clipboard

Gets the mask.