NicIPSettingsArgs

data class NicIPSettingsArgs(val allocationMethod: Output<Either<String, IPAddressAllocationMethod>>? = null, val dnsServers: Output<List<String>>? = null, val gateway: Output<List<String>>? = null, val ipAddress: Output<String>? = null, val subnetMask: Output<String>? = null) : ConvertibleToJava<NicIPSettingsArgs>

Defines the network interface ip settings.

Constructors

Link copied to clipboard
constructor(allocationMethod: Output<Either<String, IPAddressAllocationMethod>>? = null, dnsServers: Output<List<String>>? = null, gateway: Output<List<String>>? = null, ipAddress: Output<String>? = null, subnetMask: Output<String>? = null)

Properties

Link copied to clipboard
val allocationMethod: Output<Either<String, IPAddressAllocationMethod>>? = null

Gets or sets the nic allocation method.

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

Gets or sets the dns servers.

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

Gets or sets the gateway.

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

Gets or sets the ip address for the nic.

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

Gets or sets the mask.

Functions

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