Class: Google::Cloud::Parallelstore::V1beta::SourceParallelstore
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1beta::SourceParallelstore
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb
Overview
Pa as a source.
Instance Attribute Summary collapse
-
#path ⇒ ::String
Optional.
Instance Attribute Details
#path ⇒ ::String
Returns Optional. Root directory path to the Paralellstore filesystem, starting with '/'. Defaults to '/' if unset.
327 328 329 330 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 327 class SourceParallelstore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |