Class: Google::Cloud::Dataflow::V1beta3::DataDiskAssignment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/streaming.rb

Overview

Data disk assignment for a given VM instance.

Instance Attribute Summary collapse

Instance Attribute Details

#data_disks::Array<::String>

Returns Mounted data disks. The order is important a data disk’s 0-based index in this list defines which persistent directory the disk is mounted to, for example the list of { “myproject-1014-104817-4c2-harness-0-disk-0” }, { “myproject-1014-104817-4c2-harness-0-disk-1” }.

Returns:

  • (::Array<::String>)

    Mounted data disks. The order is important a data disk’s 0-based index in this list defines which persistent directory the disk is mounted to, for example the list of { “myproject-1014-104817-4c2-harness-0-disk-0” }, { “myproject-1014-104817-4c2-harness-0-disk-1” }.



228
229
230
231
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 228

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

#vm_instance::String

Returns VM instance name the data disks mounted to, for example “myproject-1014-104817-4c2-harness-0”.

Returns:

  • (::String)

    VM instance name the data disks mounted to, for example “myproject-1014-104817-4c2-harness-0”.



228
229
230
231
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 228

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