|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vmware.vcloud.sdk.VcloudResource<T>
com.vmware.vcloud.sdk.VcloudEntity<com.vmware.vcloud.api.rest.schema.extension.VMWNetworkPoolType>
com.vmware.vcloud.sdk.admin.extensions.VMWNetworkPool
public class VMWNetworkPool
Helper class for the VMWNetworkPool Resource in vCloud Admin Extension API.
| Method Summary | |
|---|---|
Task |
delete()
Delete VMWNetworkPool |
static Task |
delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwNetworkPoolRef)
Delete VMWNetworkPool |
static VMWNetworkPool |
getVMWNetworkPoolById(VcloudClient client,
String vCloudId)
Get VMWNetworkPool helper using the vCloud ID |
static VMWNetworkPool |
getVMWNetworkPoolByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the VMWNetworkPool Helper for the given network pool reference |
com.vmware.vcloud.api.rest.schema.VendorServicesType |
getVMWVendorServices()
Retrieve services associated with this network pool |
VMWNetworkPool |
updateVMWNetworkPool(com.vmware.vcloud.api.rest.schema.extension.VMWNetworkPoolType vmwNetworkPoolType)
Update the VMWNetworkPool |
| Methods inherited from class com.vmware.vcloud.sdk.VcloudEntity |
|---|
getMetadata, getReference, getTasks |
| Methods inherited from class com.vmware.vcloud.sdk.VcloudResource |
|---|
getResource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static VMWNetworkPool getVMWNetworkPoolByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
throws VCloudException
client - reference -
VMWNetworkPool
VCloudException
public static VMWNetworkPool getVMWNetworkPoolById(VcloudClient client,
String vCloudId)
throws VCloudException
client - VcloudClientvCloudId - format - The vCloud ID is of the form: "urn:vcloud:type:uuid". For example:
"urn:vcloud:media:d9d976ba-e0ec-4682-a67d-380af49b54e1". String
VMWNetworkPool
VCloudException
public VMWNetworkPool updateVMWNetworkPool(com.vmware.vcloud.api.rest.schema.extension.VMWNetworkPoolType vmwNetworkPoolType)
throws VCloudException
vmwNetworkPoolType - VMWNetworkPoolType
VMWNetworkPool
VCloudException
public Task delete()
throws VCloudException
Task
VCloudException
public static Task delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmwNetworkPoolRef)
throws VCloudException
client - vCloud Client VcloudClientvmwNetworkPoolRef - VMWNetworkPool Ref
Task
VCloudException
public com.vmware.vcloud.api.rest.schema.VendorServicesType getVMWVendorServices()
throws VCloudException
VendorServicesType
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||