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

A pre-existing persistent disk that will be attached to every Replica in the Pool in READ_ONLY mode.

Attributes

  • attachment (type: GoogleApi.ReplicaPool.V1beta1.Model.DiskAttachment.t, default: nil) - How the disk will be attached to the Replica.
  • source (type: String.t, default: nil) - The name of the Persistent Disk resource. The Persistent Disk resource must be in the same zone as the Pool.

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.ExistingDisk{
  attachment: GoogleApi.ReplicaPool.V1beta1.Model.DiskAttachment.t(),
  source: 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.