Package com.ibm.cloud.is.vpc.v1.model
Class InstanceInitializationPassword
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceInitializationPassword
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceInitializationPassword extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceInitializationPassword.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncryptedPassword()
Gets the encryptedPassword.KeyIdentityByFingerprint
getEncryptionKey()
Gets the encryptionKey.
-
-
-
Method Detail
-
getEncryptedPassword
public byte[] getEncryptedPassword()
Gets the encryptedPassword. The administrator password at initialization, encrypted using `encryption_key`, and returned base64-encoded.- Returns:
- the encryptedPassword
-
getEncryptionKey
public KeyIdentityByFingerprint getEncryptionKey()
Gets the encryptionKey. The public SSH key used to encrypt the administrator password.- Returns:
- the encryptionKey
-
-