|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vmware.vcloud.sdk.VcloudResource<com.vmware.vcloud.api.rest.schema.extension.AdminServiceLinkType>
com.vmware.vcloud.sdk.admin.extensions.service.AdminServiceLink
public class AdminServiceLink
Helper class for the service link in vCloud Extension Service API.
| Method Summary | |
|---|---|
void |
delete()
Delete the service link |
static AdminServiceLink |
getAdminServiceLinkById(VcloudClient client,
String vCloudId)
Get ServiceLink helper using the vCloud ID |
static AdminServiceLink |
getAdminServiceLinkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Service Link Helper for the given service link reference |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getAdminServiceReference()
Returns the service reference. |
| Methods inherited from class com.vmware.vcloud.sdk.VcloudResource |
|---|
getReference, getResource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AdminServiceLink getAdminServiceLinkByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
throws VCloudException
client - reference -
AdminServiceLink
VCloudException
public static AdminServiceLink getAdminServiceLinkById(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
AdminServiceLink
VCloudException
public void delete()
throws VCloudException
VCloudException
public com.vmware.vcloud.api.rest.schema.ReferenceType getAdminServiceReference()
throws VCloudException
ReferenceType
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||