Class NotebooksRuntimeAccessConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.notebooks_runtime.NotebooksRuntimeAccessConfig.Jsii$Proxy
-
- All Implemented Interfaces:
NotebooksRuntimeAccessConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NotebooksRuntimeAccessConfig
@Stability(Stable) @Internal public static final class NotebooksRuntimeAccessConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NotebooksRuntimeAccessConfig
An implementation forNotebooksRuntimeAccessConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.notebooks_runtime.NotebooksRuntimeAccessConfig
NotebooksRuntimeAccessConfig.Builder, NotebooksRuntimeAccessConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NotebooksRuntimeAccessConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theNotebooksRuntimeAccessConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAccessType()The type of access mode this instance.StringgetRuntimeOwner()The owner of this runtime after creation.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(NotebooksRuntimeAccessConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theNotebooksRuntimeAccessConfig.Builder.
-
-
Method Detail
-
getAccessType
public final String getAccessType()
Description copied from interface:NotebooksRuntimeAccessConfigThe type of access mode this instance. For valid values, see 'https://cloud.google.com/vertex-ai/docs/workbench/reference/ rest/v1/projects.locations.runtimes#RuntimeAccessType'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#access_type NotebooksRuntime#access_type}
- Specified by:
getAccessTypein interfaceNotebooksRuntimeAccessConfig
-
getRuntimeOwner
public final String getRuntimeOwner()
Description copied from interface:NotebooksRuntimeAccessConfigThe owner of this runtime after creation. Format: 'alias@example.com'. Currently supports one owner only.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#runtime_owner NotebooksRuntime#runtime_owner}
- Specified by:
getRuntimeOwnerin interfaceNotebooksRuntimeAccessConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-