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

Methods defined in this Service
AdvancedSettings_Get, AdvancedSettings_Perform, AdvancedSettings_Set

AdvancedSettings_Get

Gets advanced settings for an entity.

Privileges

Privilege Description
ADMINISTRATOR_VIEW Administrator (read-only) is required to get advanced settings.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the AdvancedSettings used to make the method call.
idEntityId

The (optional) ID of the entity to manage.
  • Optional parameter. If not specifing any value, this should be set to null.
keysxsd: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
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown 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

NameTypeDescription
_thisManagedObjectReference A reference to the AdvancedSettings used to make the method call.
idEntityId

The entity to set advanced settings on.
  • Optional parameter. If not specifing any value, this should be set to null.
operationNamexsd:string

The name of the operation to perform.
parametersMapEntry[]

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:anyTypeThe result of the operation. The type of this return will vary.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown 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

NameTypeDescription
_thisManagedObjectReference A reference to the AdvancedSettings used to make the method call.
idEntityId

The entity to set advanced settings on.
  • Optional parameter. If not specifing any value, this should be set to null.
valuesMapEntry[]

The settings to set.

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition