| Class | Description |
|---|---|
| ByonLocationResolver |
Examples of valid specs:
byon:(hosts=myhost)
byon:(hosts=myhost,myhost2)
byon:(hosts="myhost, myhost2")
byon:(hosts=myhost,myhost2, name=abc)
byon:(hosts="myhost, myhost2", name="my location name")
|
| FixedListMachineProvisioningLocation<T extends MachineLocation> |
A provisioner of
MachineLocations which takes a list of machines it can connect to. |
| FixedListMachineProvisioningLocation.Builder |
Facilitates fluent/programmatic style for constructing a fixed pool of machines.
|
| HostLocationResolver | |
| SingleMachineLocationResolver | |
| SingleMachineProvisioningLocation<T extends MachineLocation> |