Uses of Class
org.jclouds.openstack.nova.v2_0.domain.SimpleServerUsage.Status
-
Packages that use SimpleServerUsage.Status Package Description org.jclouds.openstack.nova.v2_0.domain -
-
Uses of SimpleServerUsage.Status in org.jclouds.openstack.nova.v2_0.domain
Fields in org.jclouds.openstack.nova.v2_0.domain declared as SimpleServerUsage.Status Modifier and Type Field Description protected SimpleServerUsage.Status
SimpleServerUsage.Builder. instanceStatus
Methods in org.jclouds.openstack.nova.v2_0.domain that return SimpleServerUsage.Status Modifier and Type Method Description static SimpleServerUsage.Status
SimpleServerUsage.Status. fromValue(String v)
SimpleServerUsage.Status
SimpleServerUsage. getInstanceStatus()
static SimpleServerUsage.Status
SimpleServerUsage.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimpleServerUsage.Status[]
SimpleServerUsage.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type SimpleServerUsage.Status Modifier and Type Method Description T
SimpleServerUsage.Builder. instanceStatus(SimpleServerUsage.Status instanceStatus)
Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type SimpleServerUsage.Status Constructor Description SimpleServerUsage(String instanceName, double hours, double flavorMemoryMb, double flavorLocalGb, double flavorVcpus, String tenantId, String flavorName, Date instanceCreated, Date instanceTerminated, SimpleServerUsage.Status instanceStatus, long uptime)
-