Share via


CassandraClusterPublicStatusDataCentersItem.SeedNodes Property

Definition

Gets or sets a list of all seed nodes in the cluster, managed and unmanaged.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to