Nic IPSettings Args
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
fun NicIPSettingsArgs(allocationMethod: Output<Either<String, IPAddressAllocationMethod>>? = null, dnsServers: Output<List<String>>? = null, gateway: Output<List<String>>? = null, ipAddress: Output<String>? = null, subnetMask: Output<String>? = null)