Service - VirtualCenter

Class
VMware.Hv.VirtualCenter
See also
MapEntry, VirtualCenterId, VirtualCenterInfo, VirtualCenterSpec
Since
Horizon View 6.0


Service Description

The virtual center service interface.

Methods

Methods defined in this Service
VirtualCenter_Create, VirtualCenter_Delete, VirtualCenter_Get, VirtualCenter_List, VirtualCenter_Update

VirtualCenter_Create

Add a virtual center server to the view instance.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global configuration management is required to create a Virtual Center server.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VirtualCenter used to make the method call.
specVirtualCenterSpec

attributes needed to add a virtual center server

Return Value

Type Description
VirtualCenterIdunique identifier for the vc server

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
ADMIN_VC_ADDED If the Virtual Center was successfully created.
ADMIN_VC_LICINV_ALARM_DISABLED If the Virtual Center Inventory License Alarm was successfully disabled as part of the creation.
ADMIN_VC_ADD_FAILED If the Virtual Center could not be created.

Show WSDL type definition



VirtualCenter_Delete

Delete a virtual center server from the view instance.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global configuration management is required to delete a Virtual Center server.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VirtualCenter used to make the method call.
idVirtualCenterId

unique identifier for a virtual center entry

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
ADMIN_VC_REMOVED If the Virtual Center was successfully deleted.
ADMIN_VC_REMOVE_FAILED If the Virtual Center could not be deleted.

Show WSDL type definition



VirtualCenter_Get

Gets the VcInformation for a specific virtual center entry.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration view is required to retrieve information about a Virtual Center server.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VirtualCenter used to make the method call.
idVirtualCenterId

unique identifier for vc entry

Return Value

Type Description
VirtualCenterInfoThe VirtualCenterInfo

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



VirtualCenter_List

Gets list of VcInfo (primarily the list of attributes about configured virtual center servers).

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration view is required to list Virtual Center servers.

Parameters

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

Return Value

Type Description
VirtualCenterInfo[]The VirtualCenterInfo list

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



VirtualCenter_Update

Update virtual center server with the set of attributes in the map.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global configuration management is required to update a Virtual Center server.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VirtualCenter used to make the method call.
idVirtualCenterId

unique identifier for virtual center entry
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
ADMIN_VC_EDITED If the Virtual Center was successfully updated.

Show WSDL type definition