ConsoleList Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. ConsoleList
- com.
Implements
public final class ConsoleList
implements JsonSerializable<ConsoleList>
ConsoleList represents a list of virtual machine consoles.
Constructor Summary
| Constructor | Description |
|---|---|
| ConsoleList() |
Creates an instance of Console |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Console |
fromJson(JsonReader jsonReader)
Reads an instance of Console |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Console |
value()
Get the value property: The list of virtual machine consoles. |
|
Console |
withNextLink(String nextLink)
Set the next |
|
Console |
withValue(List<ConsoleInner> value)
Set the value property: The list of virtual machine consoles. |
Methods inherited from java.lang.Object
Constructor Details
ConsoleList
public ConsoleList()
Creates an instance of ConsoleList class.
Method Details
fromJson
public static ConsoleList fromJson(JsonReader jsonReader)
Reads an instance of ConsoleList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link used to get the next page of operations.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ConsoleInner> value()
Get the value property: The list of virtual machine consoles.
Returns:
withNextLink
public ConsoleList withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of operations.
Parameters:
Returns:
withValue
public ConsoleList withValue(List<ConsoleInner> value)
Set the value property: The list of virtual machine consoles.
Parameters:
Returns: