View Source GoogleApi.BackupDR.V1.Model.ComputeInstanceDataSourceProperties (google_api_backup_dr v0.10.0)

ComputeInstanceDataSourceProperties represents the properties of a ComputeEngine resource that are stored in the DataSource.

Attributes

  • description (type: String.t, default: nil) - The description of the Compute Engine instance.
  • machineType (type: String.t, default: nil) - The machine type of the instance.
  • name (type: String.t, default: nil) - Name of the compute instance backed up by the datasource.
  • totalDiskCount (type: String.t, default: nil) - The total number of disks attached to the Instance.
  • totalDiskSizeGb (type: String.t, default: nil) - The sum of all the disk sizes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.ComputeInstanceDataSourceProperties{
  description: String.t() | nil,
  machineType: String.t() | nil,
  name: String.t() | nil,
  totalDiskCount: String.t() | nil,
  totalDiskSizeGb: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.