| Package | Description |
|---|---|
| com.vmware.vapi.metadata.privilege |
The
com.vmware.vapi.metadata.privilege package provides interfaces that
expose privilege information for operation elements across all the service
elements. |
| Modifier and Type | Method and Description |
|---|---|
static PrivilegeInfo |
PrivilegeInfo._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
PrivilegeInfo |
PrivilegeInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<PrivilegeInfo> |
OperationInfo.getPrivilegeInfo()
Privilege information of all the parameter elements of the operation element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationInfo.setPrivilegeInfo(List<PrivilegeInfo> privilegeInfo)
Privilege information of all the parameter elements of the operation element.
|
| Constructor and Description |
|---|
OperationInfo.Builder(List<String> privileges,
List<PrivilegeInfo> privilegeInfo)
Constructor with parameters for the required properties of
OperationInfo. |
Copyright © 2016. All Rights Reserved.