[][src]Module tsunami::providers

Implements backend functionality to spawn machines.

Modules

aws

AWS backend for tsunami.

azure

Azure backend for tsunami.

baremetal

Baremetal backend for tsunami.

Structs

LaunchDescriptor

A description of a set of machines to launch.

Traits

Launcher

Use this trait to implement support for launching machines in a cloud provider.

MachineSetup

This is used to group machines into connections to cloud providers. e.g., for AWS we need a separate connection to each region.