OriginClusterInformation Constructors

Definition

Overloads

Name Description
OriginClusterInformation()

Initializes a new instance of the OriginClusterInformation class.

OriginClusterInformation(String, IList<String>, String, String)

Initializes a new instance of the OriginClusterInformation class.

OriginClusterInformation()

Initializes a new instance of the OriginClusterInformation class.

public OriginClusterInformation();
Public Sub New ()

Applies to

OriginClusterInformation(String, IList<String>, String, String)

Initializes a new instance of the OriginClusterInformation class.

public OriginClusterInformation(string peerClusterName, System.Collections.Generic.IList<string> peerAddresses, string peerVserverName, string peerVolumeName);
new Microsoft.Azure.Management.NetApp.Models.OriginClusterInformation : string * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.NetApp.Models.OriginClusterInformation
Public Sub New (peerClusterName As String, peerAddresses As IList(Of String), peerVserverName As String, peerVolumeName As String)

Parameters

peerClusterName
String

ONTAP cluster name of external cluster hosting the origin volume. Must match the exact cluster name.

peerAddresses
IList<String>

ONTAP Intercluster LIF IP addresses. One IP address per cluster node is required

peerVserverName
String

External Vserver (SVM) name name of the SVM hosting the origin volume

peerVolumeName
String

External origin volume name associated to this cache

Applies to