Uses of Class
org.jclouds.packet.domain.Href
- 
Packages that use Href Package Description org.jclouds.packet.domain org.jclouds.packet.domain.internal org.jclouds.packet.functions  - 
- 
Uses of Href in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return Href Modifier and Type Method Description abstract HrefFacility. address()abstract HrefIpAddress. assignedTo()static HrefHref. create(String href)abstract HrefProject. paymentMethod()abstract HrefDevice. project()abstract HrefDevice. projectLite()Methods in org.jclouds.packet.domain that return types with arguments of type Href Modifier and Type Method Description abstract List<Href>Plan. availableIn()abstract List<Href>Project. devices()abstract List<Href>Project. invitations()abstract List<Href>Project. members()abstract List<Href>Project. memberships()abstract List<Href>ProvisioningEvent. relationships()abstract List<Href>Device. sshKeys()abstract List<Href>Project. sshKeys()abstract List<Href>Project. volumes()Methods in org.jclouds.packet.domain with parameters of type Href 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)static FacilityFacility. create(String id, String name, String code, List<String> features, Href address)static IpAddressIpAddress. create(String id, Integer addressFamily, String netmask, Boolean publicAddress, Integer cidr, Boolean management, Boolean manageable, Href assignedTo, String network, String address, String gateway, String href)static ProjectProject. create(String id, String name, Date createdAt, Date updatedAt, Map<String,Object> maxDevices, List<Href> members, List<Href> memberships, List<Href> invitations, Href paymentMethod, List<Href> devices, List<Href> sshKeys, List<Href> volumes, String href)Method parameters in org.jclouds.packet.domain with type arguments of type Href Modifier and Type Method Description static PlanPlan. create(String id, String slug, String name, String description, String line, Specs specs, List<Href> availableIn, Pricing pricing)static ProjectProject. create(String id, String name, Date createdAt, Date updatedAt, Map<String,Object> maxDevices, List<Href> members, List<Href> memberships, List<Href> invitations, Href paymentMethod, List<Href> devices, List<Href> sshKeys, List<Href> volumes, String href)static ProvisioningEventProvisioningEvent. create(String id, String type, String body, Date createdAt, List<Href> relationships, String interpolated, String href) - 
Uses of Href in org.jclouds.packet.domain.internal
Methods in org.jclouds.packet.domain.internal that return Href Modifier and Type Method Description abstract HrefPaginatedCollection.Meta. first()abstract HrefPaginatedCollection.Meta. last()abstract HrefPaginatedCollection.Meta. next()abstract HrefPaginatedCollection.Meta. previous()abstract HrefPaginatedCollection.Meta. self()Methods in org.jclouds.packet.domain.internal with parameters of type Href Modifier and Type Method Description static PaginatedCollection.MetaPaginatedCollection.Meta. create(long total, Href first, Href previous, Href self, Href next, Href last) - 
Uses of Href in org.jclouds.packet.functions
Methods in org.jclouds.packet.functions with parameters of type Href Modifier and Type Method Description ListOptionsHrefToListOptions. apply(Href input)Constructor parameters in org.jclouds.packet.functions with type arguments of type Href Constructor Description BaseToPagedIterable(PacketApi api, com.google.common.base.Function<Href,O> hrefToOptions) 
 -