Class: Google::Cloud::HypercomputeCluster::V1beta::FileShareConfig
- Inherits:
-
Object
- Object
- Google::Cloud::HypercomputeCluster::V1beta::FileShareConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb
Overview
Message describing filestore configuration
Instance Attribute Summary collapse
-
#capacity_gb ⇒ ::Integer
Required.
-
#file_share ⇒ ::String
Required.
Instance Attribute Details
#capacity_gb ⇒ ::Integer
Returns Required. Size of the filestore in GB. Must be between 1024 and 102400, and must meet scalability requirements described at https://cloud.google.com/filestore/docs/service-tiers.
500 501 502 503 |
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 500 class FileShareConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_share ⇒ ::String
Returns Required. Filestore share location.
500 501 502 503 |
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 500 class FileShareConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |