Module openstack::compute [] [src]

Compute API implementation bits.

Examples

use openstack;

let auth = openstack::auth::from_env().expect("Unable to authenticate");
let os = openstack::Cloud::new(auth);

let server = os.get_server_by_id("8a1c355b-2e1e-440a-8aa8-f272df72bc32")
    .expect("Unable to get a server");

Structs

FlavorRef

A reference to a flavor.

ImageRef

A reference to an image.

Server

Structure representing a summary of a single server.

ServerAddress

Address of a server.

ServerQuery

A query to server list.

ServerSummary

Structure representing a summary of a single server.

ServiceType

Service type of Compute API V2.

Enums

AddressType

Address of a server.

ServerSortKey

Available sort keys.

ServerStatus

All possible server statuses.

Type Definitions

ServerList

List of servers.