PrivateCloudList Class
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. models. PrivateCloudList
- com.
Implements
public final class PrivateCloudList
implements JsonSerializable<PrivateCloudList>
List of private clouds.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateCloudList() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Private |
value()
Get the value property: the list of private clouds. |
|
Private |
withNextLink(String nextLink)
Set the next |
|
Private |
withValue(List<PrivateCloudInner> value)
Set the value property: the list of private clouds. |
Methods inherited from java.lang.Object
Constructor Details
PrivateCloudList
public PrivateCloudList()
Creates an instance of PrivateCloudList class.
Method Details
fromJson
public static PrivateCloudList fromJson(JsonReader jsonReader)
Reads an instance of PrivateCloudList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link for next list of Private Clouds.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<PrivateCloudInner> value()
Get the value property: the list of private clouds.
Returns:
withNextLink
public PrivateCloudList withNextLink(String nextLink)
Set the nextLink property: Link for next list of Private Clouds.
Parameters:
Returns:
withValue
public PrivateCloudList withValue(List<PrivateCloudInner> value)
Set the value property: the list of private clouds.
Parameters:
Returns: