class Google::Apis::GenomicsV1::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_v1/classes.rb, line 541 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_v1/classes.rb, line 546 def update!(**args) @target = args[:target] if args.key?(:target) end