Package com.ibm.cloud.is.vpc.v1.model
Class InstanceInitialization
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceInitialization
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceInitialization extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceInitialization.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceInitializationDefaultTrustedProfile
getDefaultTrustedProfile()
Gets the defaultTrustedProfile.List<KeyReference>
getKeys()
Gets the keys.InstanceInitializationPassword
getPassword()
Gets the password.
-
-
-
Method Detail
-
getDefaultTrustedProfile
public InstanceInitializationDefaultTrustedProfile getDefaultTrustedProfile()
Gets the defaultTrustedProfile. The default trusted profile configuration specified at virtual server instance creation. If absent, no default trusted profile was specified.- Returns:
- the defaultTrustedProfile
-
getKeys
public List<KeyReference> getKeys()
Gets the keys. The public SSH keys used at instance initialization.- Returns:
- the keys
-
getPassword
public InstanceInitializationPassword getPassword()
Gets the password.- Returns:
- the password
-
-