OriginClusterInformation.PeerAddresses Property

Definition

Gets or sets oNTAP Intercluster LIF IP addresses. One IP address per cluster node is required

[Newtonsoft.Json.JsonProperty(PropertyName="peerAddresses")]
public System.Collections.Generic.IList<string> PeerAddresses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="peerAddresses")>]
member this.PeerAddresses : System.Collections.Generic.IList<string> with get, set
Public Property PeerAddresses As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to