Show / Hide Table of Contents

Class SapDiscoveryComponentReplicationSite

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

Inheritance
object
SapDiscoveryComponentReplicationSite
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
SapDiscoveryComponent

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX