|
||||||||||
| 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.ExternalNetworkType>
com.vmware.vcloud.sdk.admin.ExternalNetwork
public class ExternalNetwork
Helper class for the ExternalNetwork Resource in vCloud Admin API.
| Method Summary | |
|---|---|
static ExternalNetwork |
getExternalNetworkById(VcloudClient client,
String vCloudId)
Get External Network helper using the vCloud ID |
static ExternalNetwork |
getExternalNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType externalNetworkRef)
Getting the ExternalNetwork by ReferenceType |
Task |
reset()
Deprecated. API 5.1, SDK 5.1 Note: This method will not work with SDK 5.1 |
static Task |
reset(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType externalNetworkReference)
Deprecated. API 5.1, SDK 5.1 Note: This method will not work with SDK 5.1 |
| 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 ExternalNetwork getExternalNetworkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType externalNetworkRef)
throws VCloudException
client - VcloudClientexternalNetworkRef - ReferenceType
ExternalNetwork
VCloudException
public static ExternalNetwork getExternalNetworkById(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
ExternalNetwork
VCloudException
public Task reset()
throws VCloudException
Task
VCloudException
public static Task reset(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType externalNetworkReference)
throws VCloudException
client - VcloudClient - VcloudClientexternalNetworkReference - - ReferenceType to the External Network ExternalNetwork
Task
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||