GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentReplicationSite (google_api_workload_manager v0.12.0)
View SourceA 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
@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponentReplicationSite{ component: GoogleApi.WorkloadManager.V1.Model.SapDiscoveryComponent.t() | nil, sourceSite: String.t() | nil }