google_api_dataflow v0.5.0 GoogleApi.Dataflow.V1b3.Model.DataDiskAssignment View Source

Data disk assignment for a given VM instance.

Attributes

  • dataDisks ([String.t]): 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" }. Defaults to: null.
  • vmInstance (String.t): VM instance name the data disks mounted to, for example "myproject-1014-104817-4c2-harness-0". Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.DataDiskAssignment{
  dataDisks: [any()],
  vmInstance: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.