Class NotebooksInstanceVmImage.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: NotebooksInstanceVmImage
        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_instance#project NotebooksInstance#project}

        Specified by:
        getProject in interface NotebooksInstanceVmImage
      • getImageFamily

        public final String getImageFamily()
        Description copied from interface: NotebooksInstanceVmImage
        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_instance#image_family NotebooksInstance#image_family}

        Specified by:
        getImageFamily in interface NotebooksInstanceVmImage
      • getImageName

        public final String getImageName()
        Description copied from interface: NotebooksInstanceVmImage
        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_instance#image_name NotebooksInstance#image_name}

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