Class: Google::Cloud::LifeSciences::V2beta::NFSMount
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::NFSMount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
Configuration for an NFSMount
to be attached to the VM.
Instance Attribute Summary collapse
-
#target ⇒ ::String
A target NFS mount.
Instance Attribute Details
#target ⇒ ::String
Returns A target NFS mount. The target must be specified as `address:/mount".
636 637 638 639 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 636 class NFSMount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |