Uses of Class
org.jclouds.packet.domain.OperatingSystem
-
Packages that use OperatingSystem Package Description org.jclouds.packet.compute org.jclouds.packet.compute.functions org.jclouds.packet.domain org.jclouds.packet.features -
-
Uses of OperatingSystem in org.jclouds.packet.compute
Methods in org.jclouds.packet.compute that return OperatingSystem Modifier and Type Method Description OperatingSystem
PacketComputeServiceAdapter. getImage(String id)
Methods in org.jclouds.packet.compute that return types with arguments of type OperatingSystem Modifier and Type Method Description Iterable<OperatingSystem>
PacketComputeServiceAdapter. listImages()
-
Uses of OperatingSystem in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions with parameters of type OperatingSystem Modifier and Type Method Description Image
OperatingSystemToImage. apply(OperatingSystem input)
-
Uses of OperatingSystem in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return OperatingSystem Modifier and Type Method Description static OperatingSystem
OperatingSystem. create(String id, String slug, String name, String distribution, String version, Set<String> provisionableOn)
abstract OperatingSystem
Device. operatingSystem()
Methods in org.jclouds.packet.domain with parameters of type OperatingSystem Modifier and Type Method Description static 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)
-
Uses of OperatingSystem in org.jclouds.packet.features
Methods in org.jclouds.packet.features that return types with arguments of type OperatingSystem Modifier and Type Method Description PagedIterable<OperatingSystem>
OperatingSystemApi. list()
IterableWithMarker<OperatingSystem>
OperatingSystemApi. list(ListOptions options)
-