GoogleApi.Genomics.V1.Model.ExistingDisk (google_api_genomics v0.18.0) View Source

Configuration for an existing disk to be attached to the VM.

Attributes

  • disk (type: String.t, default: nil) - If disk contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. If disk does not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the form zones//disks/, where ` is the zone in which the instance is allocated. The disk must be ext4 formatted. If allMountreferences to this disk have theread_onlyflag set to true, the disk will be attached inread-only` mode and can be shared with other instances. Otherwise, the disk will be available for writing but cannot be shared.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V1.Model.ExistingDisk{disk: String.t() | nil}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.