Class: Google::Cloud::HypercomputeCluster::V1beta::ExistingBucketConfig
- Inherits:
-
Object
- Object
- Google::Cloud::HypercomputeCluster::V1beta::ExistingBucketConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb
Overview
When set in a StorageResourceConfig, indicates that an existing Google Cloud Storage bucket should be imported.
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Required.
Instance Attribute Details
#bucket ⇒ ::String
Returns Required. Immutable. Name of the Cloud Storage bucket to import.
601 602 603 604 |
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 601 class ExistingBucketConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |