Class ContainerState


  • public final class ContainerState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ContainerState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • containerRead

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> containerRead()
        Returns:
        Sets an access control list (ACL) that grants read access. This header can contain a comma-delimited list of users that can read the container (allows the GET method for all objects in the container). Changing this updates the access control list read access.
      • containerSyncKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> containerSyncKey()
        Returns:
        The secret key for container synchronization. Changing this updates container synchronization.
      • containerSyncTo

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> containerSyncTo()
        Returns:
        The destination for container synchronization. Changing this updates container synchronization.
      • containerWrite

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> containerWrite()
        Returns:
        Sets an ACL that grants write access. Changing this updates the access control list write access.
      • contentType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> contentType()
        Returns:
        The MIME type for the container. Changing this updates the MIME type.
      • forceDestroy

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> forceDestroy()
        Returns:
        A boolean that indicates all objects should be deleted from the container so that the container can be destroyed without error. These objects are not recoverable.
      • metadata

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>>> metadata()
        Returns:
        Custom key/value pairs to associate with the container. Changing this updates the existing container metadata.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        A unique name for the container. Changing this creates a new container.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to create the container. If omitted, the `region` argument of the provider is used. Changing this creates a new container.
      • storagePolicy

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> storagePolicy()
        Returns:
        The storage policy to be used for the container. Changing this creates a new container.
      • versioning

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> versioning()
        Returns:
        A boolean that can enable or disable object versioning. The default value is `false`. To use this feature, your Swift version must be 2.24 or higher (as described in the [OpenStack Swift Ussuri release notes](https://docs.openstack.org/releasenotes/swift/ussuri.html#relnotes-2-24-0-stable-ussuri)), and a cloud administrator must have set the `allow_object_versioning = true` configuration option in Swift. If you cannot set this versioning type, you may want to consider using `versioning_legacy` instead.
      • versioningLegacy

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<ContainerVersioningLegacyArgs>> versioningLegacy()
        Deprecated.
        Use newer "versioning" implementation
        Returns:
        Enable legacy object versioning. The structure is described below.