View Source GoogleApi.BackupDR.V1.Model.ComputeInstanceTargetEnvironment (google_api_backup_dr v0.9.1)

ComputeInstanceTargetEnvironment represents Compute Engine target environment to be used during restore.

Attributes

  • project (type: String.t, default: nil) - Required. Target project for the Compute Engine instance.
  • zone (type: String.t, default: nil) - Required. The zone of the Compute Engine instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.ComputeInstanceTargetEnvironment{
  project: String.t() | nil,
  zone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.