Module openstack::compute
[−]
[src]
Compute API implementation bits.
Structs
| Flavor |
Structure representing a flavor. |
| FlavorQuery |
A query to server list. |
| FlavorSummary |
Structure representing a summary of a flavor. |
| KeyPair |
Structure representing a key pair. |
| KeyPairQuery |
A query to server list. |
| NewServer |
A request to create a server. |
| Server |
Structure representing a single server. |
| ServerAddress |
Address of a server. |
| ServerCreationWaiter |
Waiter for server to be created. |
| ServerQuery |
A query to server list. |
| ServerStatusWaiter |
Waiter for server status to change. |
| ServerSummary |
Structure representing a summary of a single server. |
| ServiceType |
Service type of Compute API V2. |
Enums
| AddressType |
Type of a server address. |
| KeyPairType |
Type of a key pair. |
| RebootType |
Reboot type. |
| ServerNIC |
A virtual NIC of a new server. |
| ServerPowerState |
Possible power states. |
| ServerSortKey |
Available sort keys. |
| ServerStatus |
Possible server statuses. |