OriginClusterInformation Class
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.
Stores the origin cluster information associated to a cache.
public class OriginClusterInformation
type OriginClusterInformation = class
Public Class OriginClusterInformation
- Inheritance
-
OriginClusterInformation
Constructors
| 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. |
Properties
| Name | Description |
|---|---|
| PeerAddresses |
Gets or sets oNTAP Intercluster LIF IP addresses. One IP address per cluster node is required |
| PeerClusterName |
Gets or sets oNTAP cluster name of external cluster hosting the origin volume. Must match the exact cluster name. |
| PeerVolumeName |
Gets or sets external origin volume name associated to this cache |
| PeerVserverName |
Gets or sets external Vserver (SVM) name name of the SVM hosting the origin volume |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |