Class: Google::Cloud::LifeSciences::V2beta::NFSMount

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#target::String

Returns A target NFS mount. The target must be specified as `address:/mount".

Returns:

  • (::String)

    A target NFS mount. The target must be specified as `address:/mount".



633
634
635
636
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 633

class NFSMount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end