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

      • getFamily

        public final String getFamily()
        Description copied from interface: WorkbenchInstanceGceSetupVmImage
        Optional. 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/workbench_instance#family WorkbenchInstance#family}

        Specified by:
        getFamily in interface WorkbenchInstanceGceSetupVmImage
      • getName

        public final String getName()
        Description copied from interface: WorkbenchInstanceGceSetupVmImage
        Optional. 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/workbench_instance#name WorkbenchInstance#name}

        Specified by:
        getName in interface WorkbenchInstanceGceSetupVmImage
      • getProject

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

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

        Specified by:
        getProject in interface WorkbenchInstanceGceSetupVmImage
      • $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