class Google::Apis::GenomicsV2alpha1::NfsMount

Configuration for an `NFSMount` to be attached to the VM.

Attributes

target[RW]

A target NFS mount. The target must be specified as `address:/mount“. Corresponds to the JSON property `target` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/genomics_v2alpha1/classes.rb, line 713
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/genomics_v2alpha1/classes.rb, line 718
def update!(**args)
  @target = args[:target] if args.key?(:target)
end