GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentReplicationSite (google_api_workload_manager v0.12.0)

View Source

A replication site used in Disaster Recovery (DR) configurations.

Attributes

  • component (type: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponent.t, default: nil) - Optional. The system component for the site.
  • sourceSite (type: String.t, default: nil) - Optional. The name of the source site from which this one replicates.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentReplicationSite{
  component: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponent.t() | nil,
  sourceSite: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.