RuntimeTemplateNetworkSpecArgs

data class RuntimeTemplateNetworkSpecArgs(val enableInternetAccess: Output<Boolean>? = null, val network: Output<String>? = null, val subnetwork: Output<String>? = null) : ConvertibleToJava<RuntimeTemplateNetworkSpecArgs>

Constructors

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

Properties

Link copied to clipboard
val enableInternetAccess: Output<Boolean>? = null

Enable public internet access for the runtime.

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

The name of the VPC that this runtime is in.

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

The name of the subnetwork that this runtime is in.

Functions

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