|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
| Properties inherited from CryptoManager | ||
| enabled | ||
Methods
| Methods defined in this Managed Object |
|---|
| ChangeKey_Task, CryptoManagerHostDisable, CryptoManagerHostEnable, CryptoManagerHostPrepare, GetCryptoKeyStatus |
| Methods inherited from CryptoManager |
| AddKey, AddKeys, ListKeys, RemoveKey, RemoveKeys |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the CryptoManagerHost used to make the method call. |
| newKey P | CryptoKeyPlain |
The key that replaces the existing core dump encryption key
Since vSphere API 6.7 |
Return Value
| Type | Description |
|---|---|
| pbm.Task |
Faults
| Type | Description |
|---|---|
| InvalidState | Thrown if the host is not in vim.HostSystem.CryptoState#safe state |
| 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 CryptoManagerHost used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| InvalidState | Thrown if the host is already crypto disabled. |
| 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 CryptoManagerHost used to make the method call. |
| initialKey P | CryptoKeyPlain |
The key to be used for core dump encryption
Since vSphere API 6.7 |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| AlreadyExists | Thrown if the host is in vim.HostSystem.CryptoState#safe state and initialKey differs from the existing core dump encryption key |
| InvalidState | Thrown if the host is in vim.HostSystem.CryptoState#incapable state |
| 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 CryptoManagerHost used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| InvalidState | Thrown if the host is not in vim.HostSystem.CryptoState#incapable state |
| 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 CryptoManagerHost used to make the method call. |
| keys* P | CryptoKeyId[] |
[in] Cryptographic keys to query status.
Since 8.0.1.0 |
Return Value
| Type | Description |
|---|---|
| CryptoManagerHostKeyStatus[] | The key status. |
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 Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |