GuestOSNICCustomizationResponse

data class GuestOSNICCustomizationResponse(val allocation: String? = null, val dnsServers: List<String>? = null, val gateway: List<String>? = null, val ipAddress: String? = null, val mask: String? = null, val primaryWinsServer: String? = null, val secondaryWinsServer: String? = null)

Guest OS nic customization

Constructors

Link copied to clipboard
constructor(allocation: String? = null, dnsServers: List<String>? = null, gateway: List<String>? = null, ipAddress: String? = null, mask: String? = null, primaryWinsServer: String? = null, secondaryWinsServer: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocation: String? = null

IP address allocation method

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

List of dns servers to use

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

Gateway addresses assigned to nic

Link copied to clipboard
val ipAddress: String? = null

Static ip address for nic

Link copied to clipboard
val mask: String? = null

Network mask for nic

Link copied to clipboard

primary WINS server for Windows

Link copied to clipboard

secondary WINS server for Windows