Enum - ProfileExecuteResultStatus(vim.profile.host.ExecuteResult.Status)

Since
vSphere API 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

NameDescription
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