|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| referenceHost* | ManagedObjectReference
to a HostSystem |
Reference host in use for this HostProfile
|
| Properties inherited from Profile | ||
| complianceStatus, config, createdTime, description, entity, modifiedTime, name | ||
Methods
| Methods defined in this Managed Object |
|---|
| ExecuteHostProfile, UpdateHostProfile, UpdateReferenceHost |
| Methods inherited from Profile |
| AssociateProfile, CheckProfileCompliance_Task, DestroyProfile, DissociateProfile, ExportProfile |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostProfile used to make the method call. |
| host | ManagedObjectReference
to a HostSystem |
The host on which to execute the profile.
The host needn't be associated with the Profile.
|
| deferredParam* | ProfileDeferredPolicyOptionParameter[] |
The inputs that the user has given till now.
This should include all the inputs the user has given till now
including the inputs from the previous round of the call.
|
Return Value
| Type | Description |
|---|---|
| ProfileExecuteResult | Result of the execution. |
Faults
| Type | Description |
|---|---|
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostProfile used to make the method call. |
| config | HostProfileConfigSpec |
Specification which describes the changes.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| DuplicateName | Thrown if the profile with the new name already exists. |
| ProfileUpdateFailed | Thrown if errors were encountered when updating the profile. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostProfile used to make the method call. |
| host* | ManagedObjectReference
to a HostSystem |
Reference host to use. If Unset, referenceHost
is cleared.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |