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.