| Interface | Description |
|---|---|
| IpLookupStrategy |
| Class | Description |
|---|---|
| Disk | |
| DomainWrapper | |
| Filesystem | |
| JDomUtil | |
| LibvirtUtil | |
| LoggingOutputHandler | |
| Metadata |
Utility to deal with the metadata we set on Libvirt Domains.
|
| SshIpLookupStrategy |
IpLookupStrategy that uses SSH to execute a command on a remote host to look up the IP based on the MAC. |
| StaticIpLookupStrategy |
Simple
IpLookupStrategy that returns a pre-configured static IP. |
| Enum | Description |
|---|---|
| Filesystem.AccessMode |
| Exception | Description |
|---|---|
| IpLookupException |
Indicates a failure occurred while an
IpLookupStrategy was trying to look up the IP on a host. |
| IpNotFoundException |
Indicates an
IpLookupStrategy could not find the IP for a certain MAC. |
| LibvirtRuntimeException |