|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| profile* | ManagedObjectReference[]
to a Profile[] |
A list of profiles known to this ProfileManager.
|
Methods
| Methods defined in this Managed Object |
|---|
| CreateProfile, FindAssociatedProfile, QueryPolicyMetadata |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ProfileManager used to make the method call. |
| createSpec | ProfileCreateSpec |
Specification for the profile being created.
Usually a derived class CreateSpec can be used to create the Profile.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a Profile | Profile created from the specified createSpec. |
Faults
| Type | Description |
|---|---|
| DuplicateName | Thrown if a profile with the specified name already exists. |
| 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 ProfileManager used to make the method call. |
| entity | ManagedObjectReference
to a ManagedEntity |
Entity for which profile is being looked up.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference[]
to a Profile[] |
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 ProfileManager used to make the method call. |
| policyName* | xsd:string[] |
Retrieve metadata for the specified policyNames.
If policyName is not specified, metadata for all policies will be returned.
|
Return Value
| Type | Description |
|---|---|
| ProfilePolicyMetadata[] |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if policyName 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 Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |