|
||||||||||
| 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.ObjectExtensionType>
com.vmware.vcloud.sdk.admin.extensions.ObjectExtension
public class ObjectExtension
Helper class for the ObjectExtension Resource in vCloud Admin Extension API.
| Method Summary | |
|---|---|
void |
delete()
Deletes a registered object extension. |
com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType |
getObjectExtension()
Retrieves a registered object extension. |
static ObjectExtension |
getObjectExtensionByObject(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType objectExtensionType)
Helper method that returns the object of sdk class ObjectExtension |
List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> |
getSelectorExtensions()
Retrieves a list of all selector extensions of a registered object extension. |
com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType |
updateObjectExtension(com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType objectExtension)
Updates a registered object extension. |
| 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 ObjectExtension getObjectExtensionByObject(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType objectExtensionType)
throws VCloudException
client - objectExtensionType -
ObjectExtension
VCloudException
public com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType getObjectExtension()
throws VCloudException
ObjectExtensionType
VCloudException
public com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType updateObjectExtension(com.vmware.vcloud.api.rest.schema.extension.ObjectExtensionType objectExtension)
throws VCloudException
objectExtension - ObjectExtensionType
ObjectExtensionType
VCloudException
public List<com.vmware.vcloud.api.rest.schema.SelectorExtensionType> getSelectorExtensions()
throws VCloudException
SelectorExtensionType
VCloudException
public void delete()
throws VCloudException
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||