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

      • getEnabled

        public final Object getEnabled()
        Description copied from interface: StorageBucketAutoclass
        While set to true, autoclass automatically transitions objects in your bucket to appropriate storage classes based on each object's access pattern.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#enabled StorageBucket#enabled}

        Specified by:
        getEnabled in interface StorageBucketAutoclass
      • getTerminalStorageClass

        public final String getTerminalStorageClass()
        Description copied from interface: StorageBucketAutoclass
        The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time.

        Supported values include: NEARLINE, ARCHIVE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#terminal_storage_class StorageBucket#terminal_storage_class}

        Specified by:
        getTerminalStorageClass in interface StorageBucketAutoclass
      • $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