ClustersList Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. models. ClustersList
- com.
Implements
public final class ClustersList
implements JsonSerializable<ClustersList>
List of Clusters.
Constructor Summary
| Constructor | Description |
|---|---|
| ClustersList() |
Creates an instance of Clusters |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Clusters |
fromJson(JsonReader jsonReader)
Reads an instance of Clusters |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Cluster |
value()
Get the value property: Array of Clusters. |
|
Clusters |
withNextLink(String nextLink)
Set the next |
|
Clusters |
withValue(List<ClusterInner> value)
Set the value property: Array of Clusters. |
Methods inherited from java.lang.Object
Constructor Details
ClustersList
public ClustersList()
Creates an instance of ClustersList class.
Method Details
fromJson
public static ClustersList fromJson(JsonReader jsonReader)
Reads an instance of ClustersList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Url to follow for getting next page of Clusters.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ClusterInner> value()
Get the value property: Array of Clusters.
Returns:
withNextLink
public ClustersList withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of Clusters.
Parameters:
Returns:
withValue
public ClustersList withValue(List<ClusterInner> value)
Set the value property: Array of Clusters.
Parameters:
Returns: