| 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 P | ProfileCreateSpec |
Specification for the profile being created.
Usually a derived class CreateSpec can be used to create the Profile.
Since vSphere API 4.0 |
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. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ProfileManager used to make the method call. |
entity P | ManagedObjectReference
to a ManagedEntity |
Entity for which profile is being looked up.
Since vSphere API 4.0 |
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* P | xsd:string[] |
Retrieve metadata for the specified policyNames.
If policyName is not specified, metadata for all policies will be returned.
Since vSphere API 4.0 |
profile* P | ManagedObjectReference
to a Profile |
Base profile whose context needs to be used during the operation
Since vSphere API 4.0 |
Return Value
Type | Description |
---|---|
ProfilePolicyMetadata[] | The metadata information for the policy. |
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 |
Top of page | Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |