|
||||||||||
| 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.AclRuleType>
com.vmware.vcloud.sdk.admin.extensions.service.AdminAclRule
public class AdminAclRule
Helper class for the acl rule in vCloud Extension Service API.
| Constructor Summary | |
|---|---|
AdminAclRule(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.AclRuleType aclRuleParams)
Default access constructor for creating a acl rule helper class |
|
| Method Summary | |
|---|---|
void |
delete()
Delete the acl rule |
static AdminAclRule |
getAdminAclRuleById(VcloudClient client,
String vCloudId)
Get acl rule helper using the vCloud ID |
static AdminAclRule |
getAdminAclRuleByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the acl rule Helper for the given acl rule reference |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getAdminResourceClassActionReference()
Returns the resource class action reference. |
| 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 |
| Constructor Detail |
|---|
public AdminAclRule(VcloudClient client,
com.vmware.vcloud.api.rest.schema.extension.AclRuleType aclRuleParams)
client - aclRuleParams - AclRuleType| Method Detail |
|---|
public static AdminAclRule getAdminAclRuleByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
throws VCloudException
client - reference -
AdminAclRule
VCloudException
public static AdminAclRule getAdminAclRuleById(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
AdminApiDefinition
VCloudException
public void delete()
throws VCloudException
VCloudException
public com.vmware.vcloud.api.rest.schema.ReferenceType getAdminResourceClassActionReference()
throws VCloudException
ReferenceType
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||