View Source GoogleApi.BackupDR.V1.Model.InitializeParams (google_api_backup_dr v0.6.0)

Specifies the parameters to initialize this disk.

Attributes

  • diskName (type: String.t, default: nil) - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance.
  • replicaZones (type: list(String.t), default: nil) - Optional. URL of the zone where the disk should be created. Required for each regional disk associated with the instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.InitializeParams{
  diskName: String.t() | nil,
  replicaZones: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.