Uses of Enum Class
org.jclouds.profitbricks.domain.OsType
Packages that use OsType
-
Uses of OsType in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return OsTypeModifier and TypeMethodDescriptionstatic OsType
abstract OsType
Image.osType()
abstract OsType
Server.osType()
abstract OsType
Server.Request.CreatePayload.osType()
abstract OsType
Server.Request.UpdatePayload.osType()
abstract OsType
Snapshot.osType()
abstract OsType
Snapshot.Request.UpdatePayload.osType()
static OsType
Returns the enum constant of this class with the specified name.static OsType[]
OsType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.profitbricks.domain with parameters of type OsTypeModifier and TypeMethodDescriptionabstract Image.Builder
abstract Server.Builder
abstract Server.Request.CreatePayload.Builder
abstract Server.Request.UpdatePayload.Builder
abstract Snapshot.Builder