Class: Google::Apis::DataflowV1b3::MountedDataDisk

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

Overview

Describes mounted data disk.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MountedDataDisk

Returns a new instance of MountedDataDisk.



3184
3185
3186
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3184

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

Instance Attribute Details

#data_diskString

The name of the data disk. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example " myproject-1014-104817-4c2-harness-0-disk-1". Corresponds to the JSON property dataDisk

Returns:

  • (String)


3182
3183
3184
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3182

def data_disk
  @data_disk
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3189
3190
3191
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3189

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