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
Modifier and TypeMethodDescriptionbyte[]
Gets the encryptedPassword.Gets the encryptionKey.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getEncryptedPassword
public byte[] getEncryptedPassword()Gets the encryptedPassword. The administrator password at initialization, encrypted using `encryption_key`, and returned base64-encoded.- Returns:
- the encryptedPassword
-
getEncryptionKey
Gets the encryptionKey. The public SSH key used to encrypt the administrator password.- Returns:
- the encryptionKey
-