Cluster Director v1beta API - Class ExistingBucketConfig (1.0.0-beta01)

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

Reference documentation and code samples for the Cluster Director v1beta API class ExistingBucketConfig.

When set in a [StorageResourceConfig][google.cloud.hypercomputecluster.v1beta.StorageResourceConfig], indicates that an existing Google Cloud Storage bucket should be imported.

Inheritance

object > ExistingBucketConfig

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.dll

Constructors

ExistingBucketConfig()

public ExistingBucketConfig()

ExistingBucketConfig(ExistingBucketConfig)

public ExistingBucketConfig(ExistingBucketConfig other)
Parameter
Name Description
other ExistingBucketConfig

Properties

Bucket

public string Bucket { get; set; }

Required. Immutable. Name of the Cloud Storage bucket to import.

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