NetworkInterfaceIPConfigurationResponse

data class NetworkInterfaceIPConfigurationResponse(val dnsServers: List<String>? = null, val gateway: String? = null, val ipAddress: String? = null, val ipAllocationMethod: String? = null, val ipVersion: String? = null, val subnet: String? = null)

Network interface IP configuration properties.

Constructors

Link copied to clipboard
constructor(dnsServers: List<String>? = null, gateway: String? = null, ipAddress: String? = null, ipAllocationMethod: String? = null, ipVersion: String? = null, subnet: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The list of DNS servers IP addresses.

Link copied to clipboard
val gateway: String? = null

The value of the gateway.

Link copied to clipboard
val ipAddress: String? = null

The value of the IP address.

Link copied to clipboard

IP address allocation method.

Link copied to clipboard
val ipVersion: String? = null

IP address version.

Link copied to clipboard
val subnet: String? = null

The value of the subnet.