Class: Google::Cloud::Parallelstore::V1beta::DestinationParallelstore
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1beta::DestinationParallelstore
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb
Overview
Parallelstore as the destination of a data transfer.
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.
346 347 348 349 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 346 class DestinationParallelstore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |