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

      • getDiskEncryption

        public final String getDiskEncryption()
        Description copied from interface: WorkbenchInstanceGceSetupBootDisk
        Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK. Possible values: ["GMEK", "CMEK"].

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

        Specified by:
        getDiskEncryption in interface WorkbenchInstanceGceSetupBootDisk
      • getDiskSizeGb

        public final String getDiskSizeGb()
        Description copied from interface: WorkbenchInstanceGceSetupBootDisk
        Optional.

        The size of the boot disk in GB attached to this instance, up to a maximum of 64000 GB (64 TB). If not specified, this defaults to the recommended value of 150GB. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#disk_size_gb WorkbenchInstance#disk_size_gb}

        Specified by:
        getDiskSizeGb in interface WorkbenchInstanceGceSetupBootDisk
      • getDiskType

        public final String getDiskType()
        Description copied from interface: WorkbenchInstanceGceSetupBootDisk
        Optional. Indicates the type of the disk. Possible values: ["PD_STANDARD", "PD_SSD", "PD_BALANCED", "PD_EXTREME"].

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

        Specified by:
        getDiskType in interface WorkbenchInstanceGceSetupBootDisk
      • getKmsKey

        public final String getKmsKey()
        Description copied from interface: WorkbenchInstanceGceSetupBootDisk
        'Optional.

        The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK. Format: 'projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}' Learn more about using your own encryption keys.' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#kms_key WorkbenchInstance#kms_key}

        Specified by:
        getKmsKey in interface WorkbenchInstanceGceSetupBootDisk
      • $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