OpenShiftManagedClusterListResult Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. OpenShiftManagedClusterListResult
- com.
Implements
public final class OpenShiftManagedClusterListResult
implements JsonSerializable<OpenShiftManagedClusterListResult>
The response from the List OpenShift Managed Clusters operation.
Constructor Summary
| Constructor | Description |
|---|---|
| OpenShiftManagedClusterListResult() |
Creates an instance of Open |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Open |
fromJson(JsonReader jsonReader)
Reads an instance of Open |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Open |
value()
Get the value property: The list of Open |
|
Open |
withValue(List<OpenShiftManagedClusterInner> value)
Set the value property: The list of Open |
Methods inherited from java.lang.Object
Constructor Details
OpenShiftManagedClusterListResult
public OpenShiftManagedClusterListResult()
Creates an instance of OpenShiftManagedClusterListResult class.
Method Details
fromJson
public static OpenShiftManagedClusterListResult fromJson(JsonReader jsonReader)
Reads an instance of OpenShiftManagedClusterListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of OpenShift managed cluster results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<OpenShiftManagedClusterInner> value()
Get the value property: The list of OpenShift managed clusters.
Returns:
withValue
public OpenShiftManagedClusterListResult withValue(List<OpenShiftManagedClusterInner> value)
Set the value property: The list of OpenShift managed clusters.
Parameters:
Returns: