|
||||||||||
| 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.OrgVdcNetworkType>
com.vmware.vcloud.sdk.admin.AdminOrgVdcNetwork
public class AdminOrgVdcNetwork
Helper class for the OrgVdcNetwork Resource in vCloud Admin API.
| Method Summary | |
|---|---|
Task |
delete()
Delete OrgVdcNetwork |
static Task |
delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgVdcNetworkRef)
Delete OrgVdcNetwork |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getAdminVdcReference()
Returns the Parent Admin Vdc ReferenceType. |
List<AllocatedIpAddress> |
getAllocatedAddresses()
Returns the list of allocated ip address List< AllocatedIpAddress>. |
com.vmware.vcloud.api.rest.schema.NetworkConfigurationType |
getConfiguration()
Returns the OrgVdcNetwork Configuration |
static AdminOrgVdcNetwork |
getOrgVdcNetworkById(VcloudClient client,
String vCloudId)
Get Admin Org Network helper using the vCloud ID |
static AdminOrgVdcNetwork |
getOrgVdcNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgVdcNetworkRef)
Returns the AdminOrgVdcNetwork By ReferenceType |
Task |
reset()
Reset Isolated Admin Organization Vdc Network |
static Task |
reset(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgNetworkReference)
Reset Isolated Admin Organization Vdc Network |
Task |
updateOrgVdcNetwork(com.vmware.vcloud.api.rest.schema.OrgVdcNetworkType orgVdcNetworkType)
Updating the OrgVdcNetwork |
| 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 com.vmware.vcloud.api.rest.schema.ReferenceType getAdminVdcReference()
throws VCloudException
ReferenceType
VCloudExceptionpublic com.vmware.vcloud.api.rest.schema.NetworkConfigurationType getConfiguration()
NetworkConfigurationType
public static AdminOrgVdcNetwork getOrgVdcNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgVdcNetworkRef)
throws VCloudException
client - VcloudClientadminOrgVdcNetworkRef - ReferenceType
AdminOrgVdcNetwork
VCloudException
public static AdminOrgVdcNetwork getOrgVdcNetworkById(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
AdminOrgVdcNetwork
VCloudException
public Task updateOrgVdcNetwork(com.vmware.vcloud.api.rest.schema.OrgVdcNetworkType orgVdcNetworkType)
throws VCloudException
orgVdcNetworkType - OrgVdcNetworkType
AdminOrgVdcNetwork
VCloudException
public Task delete()
throws VCloudException
Task
VCloudException
public static Task delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgVdcNetworkRef)
throws VCloudException
client - vCloud Client VcloudClientadminOrgVdcNetworkRef - AdminOrgVdcNetwork Ref
Task
VCloudException
public List<AllocatedIpAddress> getAllocatedAddresses()
throws VCloudException
List< AllocatedIpAddress>. Multiple
invocations of this method returns an updated list.
List<AllocatedIpAddress>
VCloudException
public Task reset()
throws VCloudException
Task
VCloudException
public static Task reset(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType adminOrgNetworkReference)
throws VCloudException
client - VcloudClient - VcloudClientadminOrgNetworkReference - - ReferenceType to the Admin Organization Vdc Network.
Task
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||