|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| complianceStatus | xsd:string |
Overall compliance of entities associated with this profile.
If one of the entities is out of compliance, profile is out of compliance.
If all entities are in compliance, profile is in compliance.
If compliance status of one of the entities is unknown, compliance status
of the profile is unknown.
See
|
| config | ProfileConfigInfo |
Configuration of the profile
|
| createdTime | xsd:dateTime |
Time at which the profile was created
|
| description* | ProfileDescription |
Localizeable Description of the Profile
|
| entity* | ManagedObjectReference[]
to a ManagedEntity[] |
List of ManagedEntities associated with the Profile
|
| modifiedTime | xsd:dateTime |
Time at which the profile was last modified
|
| name | xsd:string |
Name of the Profile
|
Methods
| Methods defined in this Managed Object |
|---|
| AssociateProfile, CheckProfileCompliance_Task, DestroyProfile, DissociateProfile, ExportProfile |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the Profile used to make the method call. |
| entity | ManagedObjectReference[]
to a ManagedEntity[] |
The entity(s) to associate with the profile.
If entity is already associted with the profile, association is
maintained and operation is treated as a no-op.
throws InvalidType If the entity is of an unexpeted type.
throws InvalidArgument If the association conflicts with
existing association.
|
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. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the Profile used to make the method call. |
| entity* | ManagedObjectReference[]
to a ManagedEntity[] |
If specified, the compliance check is done against this entity.
If the entity is not specified, a compliance check will be run on all the
entities associated with the profile. Entity need not be associated with the
profile.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a Task |
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 Profile used to make the method call. |
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. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the Profile used to make the method call. |
| entity* | ManagedObjectReference[]
to a ManagedEntity[] |
Entity(s) from which to dissociate the profile. If unset, the profile
is dissociated from all managed entities it is currently associated with.
If the specified entity is not associated with the profile,
the operation is a no-op.
throws InvalidArgument If the dissociation conflicts with
existing association.
|
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. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the Profile used to make the method call. |
Return Value
| Type | Description |
|---|---|
| xsd:string | Serialized form of the 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. |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |