|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| vFlashConfigInfo* | HostVFlashManagerVFlashConfigInfo |
Host vFlash configuration information.
|
Methods
| Methods defined in this Managed Object |
|---|
| ConfigureVFlashResourceEx_Task, HostConfigureVFlashResource, HostConfigVFlashCache, HostGetVFlashModuleDefaultConfig, HostRemoveVFlashResource |
It will return HostVFlashResourceConfigurationResult describing success or failure associated with each device.
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.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a SmsTask | This method returns a Task object with which to monitor the operation. The info.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 | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostVFlashManager used to make the method call. |
| spec | HostVFlashManagerVFlashResourceConfigSpec |
the vFlash resource specification.
|
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 | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostVFlashManager used to make the method call. |
| spec | HostVFlashManagerVFlashCacheConfigSpec |
Specification for host cache configuration.
|
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 | |
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
|
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 | |
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 | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |