Class NotebooksEnvironmentVmImage.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

      • getProject

        public final String getProject()
        Description copied from interface: NotebooksEnvironmentVmImage
        The name of the Google Cloud project that this VM image belongs to. Format: projects/{project_id}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_environment#project NotebooksEnvironment#project}

        Specified by:
        getProject in interface NotebooksEnvironmentVmImage
      • getImageFamily

        public final String getImageFamily()
        Description copied from interface: NotebooksEnvironmentVmImage
        Use this VM image family to find the image; the newest image in this family will be used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_environment#image_family NotebooksEnvironment#image_family}

        Specified by:
        getImageFamily in interface NotebooksEnvironmentVmImage
      • getImageName

        public final String getImageName()
        Description copied from interface: NotebooksEnvironmentVmImage
        Use VM image name to find the image.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_environment#image_name NotebooksEnvironment#image_name}

        Specified by:
        getImageName in interface NotebooksEnvironmentVmImage
      • $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