NetworkAddressArgs

data class NetworkAddressArgs(val address: Output<String>? = null, val existingNetworkId: Output<String>? = null, val networkId: Output<String>? = null) : ConvertibleToJava<NetworkAddressArgs>

A network.

Constructors

Link copied to clipboard
fun NetworkAddressArgs(address: Output<String>? = null, existingNetworkId: Output<String>? = null, networkId: Output<String>? = null)

Functions

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

Properties

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

IPv4 address to be assigned to the server.

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

Name of the existing network to use.

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

Id of the network to use, within the same ProvisioningConfig request.