google_api_replica_pool v0.1.0 GoogleApi.ReplicaPool.V1beta1.Model.NewDiskInitializeParams View Source

Initialization parameters for creating a new disk.

Attributes

  • diskSizeGb (type: String.t, default: nil) - The size of the created disk in gigabytes.
  • diskType (type: String.t, default: nil) - Name of the disk type resource describing which disk type to use to create the disk. For example 'pd-ssd' or 'pd-standard'. Default is 'pd-standard'
  • sourceImage (type: String.t, default: nil) - The name or fully-qualified URL of a source image to use to create this disk. If you provide a name of the source image, Replica Pool will look for an image with that name in your project. If you are specifying an image provided by Compute Engine, you will need to provide the full URL with the correct project, such as: http://www.googleapis.com/compute/v1/projects/debian-cloud/ global/images/debian-wheezy-7-vYYYYMMDD

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.ReplicaPool.V1beta1.Model.NewDiskInitializeParams{
  diskSizeGb: String.t(),
  diskType: String.t(),
  sourceImage: String.t()
}

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.