vSphere Web Services API
| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
Managed Object - HostVFlashManager(vim.host.VFlashManager)
- Property of
- HostConfigManager
- See also
- HostVFlashManagerVFlashCacheConfigSpec, HostVFlashManagerVFlashConfigInfo, HostVFlashManagerVFlashResourceConfigSpec, HostVFlashResourceConfigurationResult, VirtualDiskVFlashCacheConfigInfo
- Since
- vSphere API Release 5.5
Managed Object Description
The VFlash Manager object is used to configure vFlash resource and vFlash cache on the ESX host.Properties
Name | Type | Description |
---|---|---|
vFlashConfigInfo* | HostVFlashManagerVFlashConfigInfo |
Host vFlash configuration information.
|
Methods
Methods defined in this Managed Object |
---|
ConfigureVFlashResourceEx_Task, HostConfigureVFlashResource, HostConfigVFlashCache, HostGetVFlashModuleDefaultConfig, HostRemoveVFlashResource |
ConfigureVFlashResourceEx_Task(configureVFlashResourceEx)
Configure vFlash resource on a list of SSD disks. If the host does not have a VFFS volume, host will format the volume first and then extend the volume on the rest of the SSDs; otherwise host will extend the existing VFFS volume on the passed SSDs. Finally host will configure the vFlash resource on the VFFS volume.It will return HostVFlashResourceConfigurationResult describing success or failure associated with each device.
- Required Privileges
- Host.Config.Storage
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostVFlashManager used to make the method call. |
devicePath* | xsd:string[] |
An array of device path names that identify disks.
See ScsiDisk.
Since vSphere API Release 5.5 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. The result property in the Task contains HostVFlashResourceConfigurationResult describing success or failure associated with each device. |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown if batch operation fails on the host. Because the returned VFlashResourceConfigurationResult contains the configuration success or fault for each device, as of vSphere API 5.x, we won't throw fault when batch operation fails. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
HostConfigureVFlashResource(configureVFlashResource)
Configure vFlash resource on the host by attaching to a backend VFFS volume.- Required Privileges
- Host.Config.Storage
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostVFlashManager used to make the method call. |
spec | HostVFlashManagerVFlashResourceConfigSpec |
the vFlash resource specification.
Since vSphere API Release 5.5 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown if vFlash resource cannot be configured on the host |
ResourceInUse | The contained VFFS volume is being used. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Show WSDL type definition
HostConfigVFlashCache(configureHostVFlashCache)
Configure vFlash cache on the host.- Required Privileges
- Host.Config.AdvancedConfig
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostVFlashManager used to make the method call. |
spec | HostVFlashManagerVFlashCacheConfigSpec |
Specification for host cache configuration.
Since vSphere API Release 5.5 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown if the swap cache cannot be configured on the host. |
InaccessibleVFlashSource | vFlash resource is not accessible. |
ResourceInUse | The contained VFFS volume is being used. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Show WSDL type definition
HostGetVFlashModuleDefaultConfig(getVFlashModuleDefaultConfig)
Retrieve the default supported configuration for a given vFlash module- Required Privileges
- Host.Config.AdvancedConfig
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostVFlashManager used to make the method call. |
vFlashModule | xsd:string |
Name of the vFlash module
Since vSphere API Release 5.5 |
Return Value
Type | Description |
---|---|
VirtualDiskVFlashCacheConfigInfo | The supported default vFlash cache configuration |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown if the default vFlash module configuration option cannot be retrieved. |
NotFound | Thrown if vFlash resource is not configured or the contained VFFS volume cannot be found on the host. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Show WSDL type definition
HostRemoveVFlashResource(removeVFlashResource)
Remove vFlash resource on the host by destroying the contained VFFS volume.- Required Privileges
- Host.Config.Storage
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostVFlashManager used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown if vFlash resource or the contained VFFS volume cannot be removed from the host. |
NotFound | Thrown if vFlash resource is not configured or the contained VFFS volume cannot be found on the host. |
ResourceInUse | The contained VFFS volume is being used. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Show WSDL type definition
Top of page | Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |