Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::DataDiskAssignment (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::DataDiskAssignment.

Data disk assignment for a given VM instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_disks

def data_disks() -> ::Array<::String>
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" }.

#data_disks=

def data_disks=(value) -> ::Array<::String>
Parameter
  • value (::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" }.
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" }.

#vm_instance

def vm_instance() -> ::String
Returns
  • (::String) — VM instance name the data disks mounted to, for example "myproject-1014-104817-4c2-harness-0".

#vm_instance=

def vm_instance=(value) -> ::String
Parameter
  • value (::String) — 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".