| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected List<Permission> |
HostSecuritySpec.addPermission |
protected List<Permission> |
ResetEntityPermissionsRequestType.permission |
protected List<Permission> |
ArrayOfPermission.permission |
protected List<Permission> |
SetEntityPermissionsRequestType.permission |
protected List<Permission> |
HostEnableAdminFailedEvent.permissions |
protected List<Permission> |
HostSecuritySpec.removePermission |
protected List<Permission> |
RetrieveAllPermissionsResponse.returnval |
protected List<Permission> |
RetrieveEntityPermissionsResponse.returnval |
protected List<Permission> |
RetrieveRolePermissionsResponse.returnval |
| Modifier and Type | Method and Description |
|---|---|
Permission |
ObjectFactory.createPermission()
Create an instance of
Permission |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
HostSecuritySpec.getAddPermission()
Gets the value of the addPermission property.
|
List<Permission> |
ResetEntityPermissionsRequestType.getPermission()
Gets the value of the permission property.
|
List<Permission> |
ArrayOfPermission.getPermission()
Gets the value of the permission property.
|
List<Permission> |
SetEntityPermissionsRequestType.getPermission()
Gets the value of the permission property.
|
List<Permission> |
HostEnableAdminFailedEvent.getPermissions()
Gets the value of the permissions property.
|
List<Permission> |
HostSecuritySpec.getRemovePermission()
Gets the value of the removePermission property.
|
List<Permission> |
RetrieveAllPermissionsResponse.getReturnval()
Gets the value of the returnval property.
|
List<Permission> |
RetrieveEntityPermissionsResponse.getReturnval()
Gets the value of the returnval property.
|
List<Permission> |
RetrieveRolePermissionsResponse.getReturnval()
Gets the value of the returnval property.
|
List<Permission> |
VimPortType.retrieveAllPermissions(ManagedObjectReference _this) |
List<Permission> |
VimPortType.retrieveEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
boolean inherited) |
List<Permission> |
VimPortType.retrieveRolePermissions(ManagedObjectReference _this,
int roleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
VimPortType.resetEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
List<Permission> permission) |
void |
VimPortType.setEntityPermissions(ManagedObjectReference _this,
ManagedObjectReference entity,
List<Permission> permission) |
Copyright © 2018. All rights reserved.