NetworkAddressResponse

data class NetworkAddressResponse(val address: String, val existingNetworkId: String, val networkId: String)

A network.

Constructors

Link copied to clipboard
fun NetworkAddressResponse(address: String, existingNetworkId: String, networkId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IPv4 address to be assigned to the server.

Link copied to clipboard

Name of the existing network to use.

Link copied to clipboard

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