Class Fog::Compute::Brightbox::Server
In: lib/fog/brightbox/models/compute/server.rb
Parent: Fog::Compute::Server

Methods

Public Class methods

Public Instance methods

Returns the public DNS name of the server

@return [String]

Directly requesting a server reboot is not supported in the API so needs to attempt a shutdown/stop, wait and start again.

Default behaviour is a hard reboot because it is more reliable because the state of the server‘s OS is irrelevant.

@param [Boolean] use_hard_reboot @return [Boolean]

[Validate]