Show / Hide Table of Contents

Class HybridReplicationParameters

The Hybrid Replication parameters for the volume.

Inheritance
object
HybridReplicationParameters
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.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

HybridReplicationType

Optional. Type of the hybrid replication.

Declaration
[JsonProperty("hybridReplicationType")]
public virtual string HybridReplicationType { 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>

LargeVolumeConstituentCount

Optional. Constituent volume count for large volume.

Declaration
[JsonProperty("largeVolumeConstituentCount")]
public virtual int? LargeVolumeConstituentCount { get; set; }
Property Value
Type Description
int?

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

ReplicationSchedule

Optional. Replication Schedule for the replication created.

Declaration
[JsonProperty("replicationSchedule")]
public virtual string ReplicationSchedule { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX