@Path(value="/org-vdc-networks")
@Consumes(value="application/json")
@Produces(value="application/vnd.ilandcloud.api.v1.0+json")
public interface OrgVdcNetworkResource
| Modifier and Type | Method and Description |
|---|---|
TaskResponse |
deleteOrgVdcNetwork(String networkUuid)
Deletes an org-vdc network.
|
OrgVdcNetworkResponse |
getOrgVdcNetwork(String networkUuid)
Get an org-vdc network.
|
TaskResponse |
updateOrgVdcNetwork(String networkUuid,
OrgVdcNetworkUpdateRequest request)
Modifies an org-vdc network.
|
@PUT
@Path(value="/{networkUuid}")
@Consumes(value="application/json")
@Produces(value="application/vnd.ilandcloud.api.v1.0+json")
TaskResponse updateOrgVdcNetwork(@PathParam(value="networkUuid")
String networkUuid,
OrgVdcNetworkUpdateRequest request)
networkUuid - the uuid of the org-vdc networkrequest - org vdc network update request@DELETE
@Path(value="/{networkUuid}")
@Produces(value="application/vnd.ilandcloud.api.v1.0+json")
TaskResponse deleteOrgVdcNetwork(@PathParam(value="networkUuid")
String networkUuid)
networkUuid - the uuid of the org-vdc network to delete@GET
@Path(value="/{networkUuid}")
@Produces(value="application/vnd.ilandcloud.api.v1.0+json")
OrgVdcNetworkResponse getOrgVdcNetwork(@PathParam(value="networkUuid")
String networkUuid)
networkUuid - the uuid of the org vdc networkCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.