public sealed class ExistingBucketConfig : IMessage<ExistingBucketConfig>, IEquatable<ExistingBucketConfig>, IDeepCloneable<ExistingBucketConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessageExistingBucketConfig, IEquatableExistingBucketConfig, IDeepCloneableExistingBucketConfig, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
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 |
|