Uses of Enum Class
org.jclouds.openstack.nova.v2_0.domain.SimpleServerUsage.Status
Packages that use SimpleServerUsage.Status
-
Uses of SimpleServerUsage.Status in org.jclouds.openstack.nova.v2_0.domain
Fields in org.jclouds.openstack.nova.v2_0.domain declared as SimpleServerUsage.StatusModifier and TypeFieldDescriptionprotected SimpleServerUsage.Status
SimpleServerUsage.Builder.instanceStatus
Methods in org.jclouds.openstack.nova.v2_0.domain that return SimpleServerUsage.StatusModifier and TypeMethodDescriptionstatic SimpleServerUsage.Status
SimpleServerUsage.getInstanceStatus()
static SimpleServerUsage.Status
Returns the enum constant of this class with the specified name.static SimpleServerUsage.Status[]
SimpleServerUsage.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type SimpleServerUsage.StatusModifier and TypeMethodDescriptionSimpleServerUsage.Builder.instanceStatus
(SimpleServerUsage.Status instanceStatus) Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type SimpleServerUsage.StatusModifierConstructorDescriptionprotected
SimpleServerUsage
(String instanceName, double hours, double flavorMemoryMb, double flavorLocalGb, double flavorVcpus, String tenantId, String flavorName, Date instanceCreated, Date instanceTerminated, SimpleServerUsage.Status instanceStatus, long uptime)