|
||||||||||
| 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.OrgVdcNetwork
public class OrgVdcNetwork
Helper class for the OrgVdcNetwork Resource in vCloud User API.
| Method Summary | |
|---|---|
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 OrgVdcNetwork |
getOrgVdcNetworkById(VcloudClient client,
String vCloudId)
Get Org Network helper using the vCloud ID |
static OrgVdcNetwork |
getOrgVdcNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType orgVdcNetworkRef)
Returns the OrgVdcNetwork By ReferenceType |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getVdcReference()
Returns the Parent Vdc ReferenceType. |
| 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 getVdcReference()
throws VCloudException
ReferenceType
VCloudExceptionpublic com.vmware.vcloud.api.rest.schema.NetworkConfigurationType getConfiguration()
NetworkConfigurationType
public static OrgVdcNetwork getOrgVdcNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType orgVdcNetworkRef)
throws VCloudException
client - VcloudClientorgVdcNetworkRef - ReferenceType
OrgVdcNetwork
VCloudException
public static OrgVdcNetwork 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
OrgVdcNetwork
VCloudException
public List<AllocatedIpAddress> getAllocatedAddresses()
throws VCloudException
List< AllocatedIpAddress>. Multiple
invocations of this method returns an updated list.
List<AllocatedIpAddress>
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||