Class: Google::Cloud::Parallelstore::V1::DestinationParallelstore
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1::DestinationParallelstore
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1/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.
340 341 342 343 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 340 class DestinationParallelstore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |