ArmNetAppModelFactory.NetAppOriginClusterInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.NetApp.Models.NetAppOriginClusterInformation NetAppOriginClusterInformation(string peerClusterName = default, System.Collections.Generic.IEnumerable<string> peerAddresses = default, string peerVserverName = default, string peerVolumeName = default);
static member NetAppOriginClusterInformation : string * seq<string> * string * string -> Azure.ResourceManager.NetApp.Models.NetAppOriginClusterInformation
Public Shared Function NetAppOriginClusterInformation (Optional peerClusterName As String = Nothing, Optional peerAddresses As IEnumerable(Of String) = Nothing, Optional peerVserverName As String = Nothing, Optional peerVolumeName As String = Nothing) As NetAppOriginClusterInformation
Parameters
- peerClusterName
- String
ONTAP cluster name of external cluster hosting the origin volume. Must match the exact cluster name.
- peerAddresses
- IEnumerable<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.
Returns
A new NetAppOriginClusterInformation instance for mocking.