The Server class inherits from Resource.
Construct a Resource to interact with a service’s REST API.
The Resource class offers two class methods to construct resource objects, which are preferrable to entering through this initializer. See Resource.new() and Resource.existing().
Parameters: |
|
---|
Get server IPs.
Preform server actions given the message body.
Change the administrator password to the given password.
Reboot server where reboot_type might be ‘SOFT’ or ‘HARD’.
Rebuild the server with the given arguments.
Resize server to flavor reference.
Confirm the resize of the server.
Revert the resize of the server.
Create image from server.
Wait for the server to be in some status.
Parameters: |
|
---|---|
Returns: | Method returns self on success. |
Raises: | ResourceTimeout transition to status failed to occur in wait seconds. |
Raises: | ResourceFailure resource transitioned to one of the failure states. |
Get the floating ips associated with this server.