Class BareMetalServerInitializationUserAccount
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.BareMetalServerInitializationUserAccount
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount
public class BareMetalServerInitializationUserAccount
extends com.ibm.cloud.sdk.core.service.model.GenericModel
BareMetalServerInitializationUserAccount.
Classes which extend this class:
- BareMetalServerInitializationUserAccountBareMetalServerInitializationHostUserAccount
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The resource type. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the encryptedPassword.Gets the encryptionKey.Gets the resourceType.Gets the username.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 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 password.- Returns:
- the encryptionKey
-
getResourceType
-
getUsername
Gets the username. The username for the account created at initialization.- Returns:
- the username
-