ServerlessComputeSettingsArgs

data class ServerlessComputeSettingsArgs(val serverlessComputeCustomSubnet: Output<String>? = null, val serverlessComputeNoPublicIP: Output<Boolean>? = null) : ConvertibleToJava<ServerlessComputeSettingsArgs>

Constructors

Link copied to clipboard
constructor(serverlessComputeCustomSubnet: Output<String>? = null, serverlessComputeNoPublicIP: Output<Boolean>? = null)

Properties

Link copied to clipboard

The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed

Link copied to clipboard

The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint

Functions

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