ContainerList Class
- java.
lang. Object - com.
azure. resourcemanager. databoxedge. models. ContainerList
- com.
Implements
public final class ContainerList
implements JsonSerializable<ContainerList>
Collection of all the containers on the Data Box Edge/Gateway device.
Constructor Summary
| Constructor | Description |
|---|---|
| ContainerList() |
Creates an instance of Container |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Container |
value()
Get the value property: The list of containers. |
Methods inherited from java.lang.Object
Constructor Details
ContainerList
public ContainerList()
Creates an instance of ContainerList class.
Method Details
fromJson
public static ContainerList fromJson(JsonReader jsonReader)
Reads an instance of ContainerList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ContainerInner> value()
Get the value property: The list of containers.
Returns: