Package com.ibm.cloud.is.vpc.v1.model
Class BareMetalServerInitialization
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BareMetalServerInitialization
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BareMetalServerInitialization extends com.ibm.cloud.sdk.core.service.model.GenericModel
BareMetalServerInitialization.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageReference
getImage()
Gets the image.List<KeyReference>
getKeys()
Gets the keys.List<BareMetalServerInitializationUserAccount>
getUserAccounts()
Gets the userAccounts.
-
-
-
Method Detail
-
getImage
public ImageReference getImage()
Gets the image. The image the bare metal server was provisioned from.- Returns:
- the image
-
getKeys
public List<KeyReference> getKeys()
Gets the keys. The public SSH keys used at initialization.- Returns:
- the keys
-
getUserAccounts
public List<BareMetalServerInitializationUserAccount> getUserAccounts()
Gets the userAccounts. The user accounts that are created at initialization. There can be multiple account types distinguished by the `resource_type` property.- Returns:
- the userAccounts
-
-