Uses of Class
org.jclouds.packet.domain.Device.State
-
Packages that use Device.State Package Description org.jclouds.packet.compute.functions org.jclouds.packet.domain -
-
Uses of Device.State in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions with parameters of type Device.State Modifier and Type Method Description NodeMetadata.StatusDeviceStateToStatus. apply(Device.State input) -
Uses of Device.State in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return Device.State Modifier and Type Method Description static Device.StateDevice.State. fromValue(String value)abstract Device.StateDevice. state()static Device.StateDevice.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Device.State[]Device.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.packet.domain with parameters of type Device.State Modifier and Type Method Description static DeviceDevice. 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)
-