Show / Hide Table of Contents

Class RelocateBucketRequest

A Relocate Bucket request.

Inheritance
object
RelocateBucketRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX