Aracılığıyla paylaş


ContainerList Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.models.ContainerList

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 ContainerList class.

Method Summary

Modifier and Type Method and Description
static ContainerList fromJson(JsonReader jsonReader)

Reads an instance of ContainerList from the JsonReader.

String nextLink()

Get the nextLink property: Link to the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ContainerInner> 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ContainerList if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ContainerList.

nextLink

public String nextLink()

Get the nextLink property: Link to the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ContainerInner> value()

Get the value property: The list of containers.

Returns:

the value value.

Applies to