RuntimeTemplateNetworkSpec

data class RuntimeTemplateNetworkSpec(val enableInternetAccess: Boolean? = null, val network: String? = null, val subnetwork: String? = null)

Constructors

Link copied to clipboard
constructor(enableInternetAccess: Boolean? = null, network: String? = null, subnetwork: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable public internet access for the runtime.

Link copied to clipboard
val network: String? = null

The name of the VPC that this runtime is in.

Link copied to clipboard
val subnetwork: String? = null

The name of the subnetwork that this runtime is in.