|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
| Properties inherited from ProfileManager | ||
| profile | ||
Methods
| Methods defined in this Managed Object |
|---|
| ApplyHostConfig_Task, CreateDefaultProfile, GenerateConfigTaskList, QueryHostProfileMetadata |
| Methods inherited from ProfileManager |
| CreateProfile, FindAssociatedProfile, QueryPolicyMetadata |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostProfileManager used to make the method call. |
| host | ManagedObjectReference
to a HostSystem |
Host to which the configuration needs to be applied.
Depending on the contents of the configSpec, user has to have different
privileges to perform this operation.
|
| configSpec | HostConfigSpec |
Set of configuration changes that need to be
applied to the host.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a Task |
Faults
| Type | Description |
|---|---|
| HostConfigFailed | |
| InvalidState | |
| 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 HostProfileManager used to make the method call. |
| profileType | xsd:string |
|
Return Value
| Type | Description |
|---|---|
| ApplyProfile |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if the profileType specified is incorrect. |
| 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 HostProfileManager used to make the method call. |
| configSpec | HostConfigSpec |
ConfigSpec which was proposed by
ExecuteHostProfile method.
|
| host | ManagedObjectReference
to a HostSystem |
Host on which the HostProfile application needs to be
carried out.
|
Return Value
| Type | Description |
|---|---|
| HostProfileManagerConfigTaskList | List of Configuration tasks. |
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 HostProfileManager used to make the method call. |
| profileName* | xsd:string[] |
Names of the profiles for which metadata is requested.
If profileName is not set, metadata for all the profiles will be returned.
|
Return Value
| Type | Description |
|---|---|
| ProfileMetadata[] | List of ProfileMetadatas |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if profileName parameter is invalid. |
| 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 Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |