Class OpenShiftManagedClusterListResult
java.lang.Object
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterListResult
The response from the List OpenShift Managed Clusters operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of OpenShift managed cluster results.voidvalidate()Validates the instance.value()Get the value property: The list of OpenShift managed clusters.Set the value property: The list of OpenShift managed clusters.
-
Constructor Details
-
OpenShiftManagedClusterListResult
public OpenShiftManagedClusterListResult()
-
-
Method Details
-
value
Get the value property: The list of OpenShift managed clusters.- Returns:
- the value value.
-
withValue
Set the value property: The list of OpenShift managed clusters.- Parameters:
value- the value value to set.- Returns:
- the OpenShiftManagedClusterListResult object itself.
-
nextLink
Get the nextLink property: The URL to get the next set of OpenShift managed cluster results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-