Class RelocateBucketRequest
A Relocate Bucket request.
Implements
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class RelocateBucketRequest : IDirectResponseSchema
Properties
DestinationCustomPlacementConfig
The bucket's new custom placement configuration if relocating to a Custom Dual Region.
Declaration
[JsonProperty("destinationCustomPlacementConfig")]
public virtual RelocateBucketRequest.DestinationCustomPlacementConfigData DestinationCustomPlacementConfig { get; set; }
Property Value
Type | Description |
---|---|
RelocateBucketRequest.DestinationCustomPlacementConfigData |
DestinationLocation
The new location the bucket will be relocated to.
Declaration
[JsonProperty("destinationLocation")]
public virtual string DestinationLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidateOnly
If true, validate the operation, but do not actually relocate the bucket.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |