| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
profile* P | 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. |
InvalidProfileReferenceHost | Thrown if the specified reference host is incompatible or no reference host has been specifed. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
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. |
Events
Type | |
---|---|
None |
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.
|
profile* | ManagedObjectReference
to a Profile |
Base profile whose context needs to be used during the operation
Since vSphere API 5.0 |
Return Value
Type | Description |
---|---|
ProfilePolicyMetadata[] | The metadata information for the policy. |
Faults
Type | Description |
---|---|
InvalidArgument | Thrown if policyName is invalid. |
InvalidProfileReferenceHost | Thrown if the reference host associated with the profile is incompatible or there is no reference host for 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. |
Events
Type | |
---|---|
None |
Top of page | Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |