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