|
CloudAccess::AcquireAccessForKeyPair |
( |
int |
enCloudType, |
|
|
params |
pKeyPair, |
|
|
[out] boolean |
bAllowScanning, |
|
|
[out] boolean |
bAllowDeployment |
|
) |
| |
Check key-pair access
- Parameters:
-
| enCloudType | - Type of the cloud infrastructure being accessed (a KLCLOUD_TYPE_*), see: Cloud type (paramInt, mandatory) |
| pKeyPair | authentication settings (paramParams, mandatory).
GCP:
AWS:
Azure:
|
[out] | bAllowScanning | (boolean) access for pcloud device discovery |
[out] | bAllowDeployment | (boolean) access for remote deployment |
|