vCenter Storage Monitoring Service API
| |||
Managed Object Types | Data Object Types | All Properties | All Methods |
Enum - ProfileExecuteResultStatus(vim.profile.host.ExecuteResult.Status)
- Since
- vSphere API Release 4.0
Enum Description
Defines the result status values for a HostProfile.ExecuteHostProfile operation. The result data is contained in the ProfileExecuteResult data object.Enum Constants
Name | Description |
---|---|
error |
Profile execution generated an error.
See ProfileExecuteResult.error.
|
needInput |
Additional data is required to complete the operation.
The data requirements are defined in the list of policy options for the profile
(ApplyProfile.policy[]).
|
success |
Profile execution was successful. You can use the output configuration data
to apply the profile to a host.
|
Show WSDL type definition
Top of page | |||
Managed Object Types | Data Object Types | All Properties | All Methods |