Class: Google::Apis::LifesciencesV2beta::NfsMount

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/lifesciences_v2beta/classes.rb,
generated/google/apis/lifesciences_v2beta/representations.rb,
generated/google/apis/lifesciences_v2beta/representations.rb

Overview

Configuration for an NFSMount to be attached to the VM.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NfsMount

Returns a new instance of NfsMount.



782
783
784
# File 'generated/google/apis/lifesciences_v2beta/classes.rb', line 782

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#targetString

A target NFS mount. The target must be specified as address:/mount". Corresponds to the JSON propertytarget`

Returns:

  • (String)


780
781
782
# File 'generated/google/apis/lifesciences_v2beta/classes.rb', line 780

def target
  @target
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



787
788
789
# File 'generated/google/apis/lifesciences_v2beta/classes.rb', line 787

def update!(**args)
  @target = args[:target] if args.key?(:target)
end