Service - GlobalSettings

Class
VMware.Hv.GlobalSettings
See also
EnvironmentSettings, GlobalFeatureSettings, GlobalPreLogonSettings, GlobalSettingsInfo, MapEntry
Since
Horizon View 6.0


Service Description

Service for specifying global settings.

Methods

Methods defined in this Service
GlobalSettings_Get, GlobalSettings_GetEnvironmentSettings, GlobalSettings_GetFeatureSettings, GlobalSettings_GetPreLogonSettings, GlobalSettings_Update

GlobalSettings_Get

Gets the Global Settings info for this View cluster.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration (read-only) is required to get global settings information.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the GlobalSettings used to make the method call.

Return Value

Type Description
GlobalSettingsInfoThe GlobalSettingsInfo object.

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



GlobalSettings_GetEnvironmentSettings

Fetches the settings of the environment.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the GlobalSettings used to make the method call.

Return Value

Type Description
EnvironmentSettingsThe EnvironmentSettingsInfo object.

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



GlobalSettings_GetFeatureSettings

Gets the feature settings.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the GlobalSettings used to make the method call.

Return Value

Type Description
GlobalFeatureSettingsThe FeatureSettings object.

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



GlobalSettings_GetPreLogonSettings

Gets the Global Settings info that are required without any user authentication on the login page.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the GlobalSettings used to make the method call.

Return Value

Type Description
GlobalPreLogonSettingsThe PreLogonSettings object.

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



GlobalSettings_Update

Updates the global settings for this View cluster.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global management is required to update global settings information.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the GlobalSettings used to make the method call.
updatesMapEntry[]

key value pairs describing attributes to be updated

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.

Events

Event Description
VLSI_GLOBAL_SETTINGS_UPDATED If all members were successfully updated, this will be sent for each updated member in the update map.
VLSI_GLOBAL_SETTINGS_UPDATE_FAILED If any member could not be updated.

Show WSDL type definition