Nic IPSettings Response
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.
Properties
Link copied to clipboard
Gets or sets the nic allocation method.
Link copied to clipboard
Gets or sets the dns servers.
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
Gets or sets the mask.