Class HybridReplicationParameters
The Hybrid Replication parameters for the volume.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class HybridReplicationParameters : IDirectResponseSchema
Properties
ClusterLocation
Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only.
Declaration
[JsonProperty("clusterLocation")]
public virtual string ClusterLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Optional. Description of the replication.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Optional. Labels to be added to the replication as the key value pairs.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
PeerClusterName
Required. Name of the user's local source cluster to be peered with the destination cluster.
Declaration
[JsonProperty("peerClusterName")]
public virtual string PeerClusterName { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerIpAddresses
Required. List of node ip addresses to be peered with.
Declaration
[JsonProperty("peerIpAddresses")]
public virtual IList<string> PeerIpAddresses { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
PeerSvmName
Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
Declaration
[JsonProperty("peerSvmName")]
public virtual string PeerSvmName { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerVolumeName
Required. Name of the user's local source volume to be peered with the destination volume.
Declaration
[JsonProperty("peerVolumeName")]
public virtual string PeerVolumeName { get; set; }
Property Value
Type | Description |
---|---|
string |
Replication
Required. Desired name for the replication of this volume.
Declaration
[JsonProperty("replication")]
public virtual string Replication { get; set; }
Property Value
Type | Description |
---|---|
string |