GuestOSNICCustomizationArgs

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

Guest OS nic customization

Constructors

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

Properties

Link copied to clipboard
val allocation: Output<String>? = null

IP address allocation method

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

List of dns servers to use

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

Gateway addresses assigned to nic

Link copied to clipboard
val ipAddress: Output<String>? = null

Static ip address for nic

Link copied to clipboard
val mask: Output<String>? = null

Network mask for nic

Link copied to clipboard
val primaryWinsServer: Output<String>? = null

primary WINS server for Windows

Link copied to clipboard
val secondaryWinsServer: Output<String>? = null

secondary WINS server for Windows

Functions

Link copied to clipboard
open override fun toJava(): GuestOSNICCustomizationArgs