Package org.openstack4j.model.compute
Interface Fault
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NovaFault
public interface Fault extends ModelEntity
Represents a Fault with the Nova OpenStack service- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCode()DategetCreated()StringgetDetails()StringgetMessage()
-