View Source GoogleApi.Storage.V1.Model.BucketStorageLayout (google_api_storage v0.46.0)
The storage layout configuration of a bucket.
Attributes
-
bucket(type:String.t, default:nil) - The name of the bucket. -
customPlacementConfig(type:GoogleApi.Storage.V1.Model.BucketStorageLayoutCustomPlacementConfig.t, default:nil) - The bucket's custom placement configuration for Custom Dual Regions. -
hierarchicalNamespace(type:GoogleApi.Storage.V1.Model.BucketStorageLayoutHierarchicalNamespace.t, default:nil) - The bucket's hierarchical namespace configuration. -
kind(type:String.t, default:storage#storageLayout) - The kind of item this is. For storage layout, this is always storage#storageLayout. -
location(type:String.t, default:nil) - The location of the bucket. -
locationType(type:String.t, default:nil) - The type of the bucket location.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Storage.V1.Model.BucketStorageLayout{ bucket: String.t() | nil, customPlacementConfig: GoogleApi.Storage.V1.Model.BucketStorageLayoutCustomPlacementConfig.t() | nil, hierarchicalNamespace: GoogleApi.Storage.V1.Model.BucketStorageLayoutHierarchicalNamespace.t() | nil, kind: String.t() | nil, location: String.t() | nil, locationType: String.t() | nil }