Cluster Director v1 API - Class DeleteStorageBucket (1.0.0-beta01)

public sealed class DeleteStorageBucket : IMessage<DeleteStorageBucket>, IEquatable<DeleteStorageBucket>, IDeepCloneable<DeleteStorageBucket>, IBufferMessage, IMessage

Reference documentation and code samples for the Cluster Director v1 API class DeleteStorageBucket.

When set in OperationStep, indicates that Cloud Storage bucket should be deleted.

Inheritance

object > DeleteStorageBucket

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

Google.Cloud.HypercomputeCluster.V1.dll

Constructors

DeleteStorageBucket()

public DeleteStorageBucket()

DeleteStorageBucket(DeleteStorageBucket)

public DeleteStorageBucket(DeleteStorageBucket other)
Parameter
Name Description
other DeleteStorageBucket

Properties

Bucket

public string Bucket { get; set; }

Output only. Name of the bucket.

Property Value
Type Description
string

BucketAsBucketName

public BucketName BucketAsBucketName { get; set; }

BucketName-typed view over the Bucket resource name property.

Property Value
Type Description
BucketName