Network Interface IPConfiguration Args
data class NetworkInterfaceIPConfigurationArgs(val dnsServers: Output<List<String>>? = null, val gateway: Output<String>? = null, val ipAddress: Output<String>? = null, val ipAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, val ipVersion: Output<Either<String, IPVersion>>? = null, val subnet: Output<String>? = null) : ConvertibleToJava<NetworkInterfaceIPConfigurationArgs>
Network interface IP configuration properties.
Constructors
Link copied to clipboard
fun NetworkInterfaceIPConfigurationArgs(dnsServers: Output<List<String>>? = null, gateway: Output<String>? = null, ipAddress: Output<String>? = null, ipAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, ipVersion: Output<Either<String, IPVersion>>? = null, subnet: Output<String>? = null)