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

      • getCapacityGb

        public final Number getCapacityGb()
        Description copied from interface: FilestoreInstanceFileShares
        File share capacity in GiB.

        This must be at least 1024 GiB for the standard tier, or 2560 GiB for the premium tier. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#capacity_gb FilestoreInstance#capacity_gb}

        Specified by:
        getCapacityGb in interface FilestoreInstanceFileShares
      • getName

        public final String getName()
        Description copied from interface: FilestoreInstanceFileShares
        The name of the fileshare (16 characters or less).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#name FilestoreInstance#name}

        Specified by:
        getName in interface FilestoreInstanceFileShares
      • getNfsExportOptions

        public final Object getNfsExportOptions()
        Description copied from interface: FilestoreInstanceFileShares
        nfs_export_options block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#nfs_export_options FilestoreInstance#nfs_export_options}

        Specified by:
        getNfsExportOptions in interface FilestoreInstanceFileShares
      • getSourceBackup

        public final String getSourceBackup()
        Description copied from interface: FilestoreInstanceFileShares
        The resource name of the backup, in the format projects/{projectId}/locations/{locationId}/backups/{backupId}, that this file share has been restored from.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#source_backup FilestoreInstance#source_backup}

        Specified by:
        getSourceBackup in interface FilestoreInstanceFileShares
      • $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