Class NotebooksRuntimeAccessConfig.Jsii$Proxy

    • 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.
    • Method Detail

      • getAccessType

        public final String getAccessType()
        Description copied from interface: NotebooksRuntimeAccessConfig
        The 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:
        getAccessType in interface NotebooksRuntimeAccessConfig
      • getRuntimeOwner

        public final String getRuntimeOwner()
        Description copied from interface: NotebooksRuntimeAccessConfig
        The 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:
        getRuntimeOwner in interface NotebooksRuntimeAccessConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object