Uses of Class
org.jclouds.packet.domain.Facility
-
Packages that use Facility Package Description org.jclouds.packet.compute org.jclouds.packet.compute.functions org.jclouds.packet.domain org.jclouds.packet.features -
-
Uses of Facility in org.jclouds.packet.compute
Methods in org.jclouds.packet.compute that return types with arguments of type Facility Modifier and Type Method Description Iterable<Facility>
PacketComputeServiceAdapter. listLocations()
-
Uses of Facility in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions with parameters of type Facility Modifier and Type Method Description Location
FacilityToLocation. apply(Facility facility)
-
Uses of Facility in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return Facility Modifier and Type Method Description static Facility
Facility. create(String id, String name, String code, List<String> features, Href address)
abstract Facility
Device. facility()
Methods in org.jclouds.packet.domain with parameters of type Facility 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 Facility in org.jclouds.packet.features
Methods in org.jclouds.packet.features that return types with arguments of type Facility Modifier and Type Method Description PagedIterable<Facility>
FacilityApi. list()
IterableWithMarker<Facility>
FacilityApi. list(ListOptions options)
-