View Source GoogleApi.Compute.V1.Model.LocalDisk (google_api_compute v0.56.2)

Attributes

  • diskCount (type: integer(), default: nil) - Specifies the number of such disks.
  • diskSizeGb (type: integer(), default: nil) - Specifies the size of the disk in base-2 GB.
  • diskType (type: String.t, default: nil) - Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.LocalDisk{
  diskCount: integer() | nil,
  diskSizeGb: integer() | nil,
  diskType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.