Uses of Enum Class
org.jclouds.packet.domain.Device.State
Packages that use Device.State
-
Uses of Device.State in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions with parameters of type Device.State -
Uses of Device.State in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return Device.StateModifier and TypeMethodDescriptionstatic Device.State
abstract Device.State
Device.state()
static Device.State
Returns the enum constant of this class with the specified name.static Device.State[]
Device.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.packet.domain with parameters of type Device.StateModifier and TypeMethodDescriptionstatic Device
Device.create
(String id, String shortId, String hostname, String description, Device.State state, List<String> tags, String billingCycle, String user, String iqn, Boolean locked, String bondingMode, Date createdAt, Date updatedAt, OperatingSystem operatingSystem, Facility facility, Href project, List<Href> sshKeys, Href projectLite, List<Object> volumes, List<IpAddress> ipAddresses, List<ProvisioningEvent> provisioningEvents, Plan plan, String rootPassword, String userdata, String href)