NicIPSettingsResponse

data class NicIPSettingsResponse(val allocationMethod: String? = null, val dnsServers: List<String>? = null, val gateway: List<String>? = null, val ipAddress: String? = null, val ipAddressInfo: List<NicIPAddressSettingsResponse>, val primaryWinsServer: String, val secondaryWinsServer: String, val subnetMask: String? = null)

Defines the network interface ip settings.

Constructors

Link copied to clipboard
constructor(allocationMethod: String? = null, dnsServers: List<String>? = null, gateway: List<String>? = null, ipAddress: String? = null, ipAddressInfo: List<NicIPAddressSettingsResponse>, primaryWinsServer: String, secondaryWinsServer: String, subnetMask: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the nic allocation method.

Link copied to clipboard
val dnsServers: List<String>? = null

Gets or sets the dns servers.

Link copied to clipboard
val gateway: List<String>? = null

Gets or sets the gateway.

Link copied to clipboard
val ipAddress: String? = null

Gets or sets the ip address for the nic.

Link copied to clipboard

Gets or sets the IP address information being reported for this NIC. This contains the same IPv4 information above plus IPV6 information.

Link copied to clipboard

Gets or sets the primary server.

Link copied to clipboard

Gets or sets the secondary server.

Link copied to clipboard
val subnetMask: String? = null

Gets or sets the mask.