Class SapDiscoveryComponentReplicationSite
A replication site used in Disaster Recovery (DR) configurations.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapDiscoveryComponentReplicationSite : IDirectResponseSchema
Properties
Component
Optional. The system component for the site.
Declaration
[JsonProperty("component")]
public virtual SapDiscoveryComponent Component { get; set; }
Property Value
Type | Description |
---|---|
Sap |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceSite
Optional. The name of the source site from which this one replicates.
Declaration
[JsonProperty("sourceSite")]
public virtual string SourceSite { get; set; }
Property Value
Type | Description |
---|---|
string |