Service -
AdvancedSettings
- Class
- VMware.Hv.AdvancedSettings
- See also
-
EntityId, MapEntry
- Since
- Horizon View 6.0
Service Description
Provides the ability to set advanced settings for View.
Methods
AdvancedSettings_Get
Gets advanced settings for an entity.
Privileges
Privilege
|
Description
|
ADMINISTRATOR_VIEW |
Administrator (read-only) is required to get
advanced settings.
|
Parameters
Name | Type | Description |
_this | ManagedObjectReference |
A reference to the
AdvancedSettings
used to make the method call.
|
id | EntityId |
The (optional) ID of the entity to manage.
- Optional parameter. If not specifing any value, this should be set to null.
|
keys | xsd:string[] |
The keys of the settings to retrieve.
|
Return Value
Type
|
Description
|
MapEntry[] | A map from key to value of the requested advanced settings. |
Faults
Type
|
Description
|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
AdvancedSettings_Perform
Performs an advanced operation.
Privileges
Privilege
|
Description
|
ADMINISTRATOR |
Administrator is required to perform advanced
operations.
|
Parameters
Name | Type | Description |
_this | ManagedObjectReference |
A reference to the
AdvancedSettings
used to make the method call.
|
id | EntityId |
The entity to set advanced settings on.
- Optional parameter. If not specifing any value, this should be set to null.
|
operationName | xsd:string |
The name of the operation to perform.
|
parameters | MapEntry[] |
A map from key to value of the parameters of the
operation.
- Optional parameter. If not specifing any value, this should be set to null.
|
Return Value
Type
|
Description
|
xsd:anyType | The result of the operation. The type of this return will vary. |
Faults
Type
|
Description
|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
AdvancedSettings_Set
Sets advanced settings on an entity.
Privileges
Privilege
|
Description
|
ADMINISTRATOR |
Administrator is required to set advanced
settings.
|
Parameters
Return Value
Faults
Type
|
Description
|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
© 2020 VMware, Inc. All rights reserved.
Revision Jun-2020 Version 8.0.0