Class 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 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