|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| extensionList* P | Extension[] |
The list of currently registered extensions.
|
Methods
| Methods defined in this Managed Object |
|---|
| FindExtension, GetPublicKey, RegisterExtension, SetPublicKey, UnregisterExtension, UpdateExtension |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ExtensionManager used to make the method call. |
| extensionKey | xsd:string |
Key to search for.
|
Return Value
| Type | Description |
|---|---|
| Extension | Extension that matches given key, if any. |
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 ExtensionManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| xsd:string | Public key of VirtualCenter Server, encoded in PEM (privacy-enhanced mail) format. |
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 ExtensionManager used to make the method call. |
| extension | Extension |
Extension description to register.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if the Extension description is incomplete or an extension is already registered with the given unique key. |
| 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 ExtensionManager used to make the method call. |
| extensionKey | xsd:string |
Key of extension to update.
|
| publicKey | xsd:string |
Public key of extension, encoded
in PEM (privacy-enhanced mail) format.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if the public key 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. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ExtensionManager used to make the method call. |
| extensionKey | xsd:string |
Unique name of extension to unregister.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| NotFound | Thrown if the specified extension is not registered. |
| 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 ExtensionManager used to make the method call. |
| extension | Extension |
Updated extension description.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if the Extension description is incomplete or invalid. |
| NotFound | Thrown if the specified extension key is not registered. |
| 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 |