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 Href
Facility. address()
abstract Href
IpAddress. assignedTo()
static Href
Href. create(String href)
abstract Href
Project. paymentMethod()
abstract Href
Device. project()
abstract Href
Device. 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 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)
static Facility
Facility. create(String id, String name, String code, List<String> features, Href address)
static IpAddress
IpAddress. 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 Project
Project. 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 Plan
Plan. create(String id, String slug, String name, String description, String line, Specs specs, List<Href> availableIn, Pricing pricing)
static Project
Project. 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 ProvisioningEvent
ProvisioningEvent. 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 Href
PaginatedCollection.Meta. first()
abstract Href
PaginatedCollection.Meta. last()
abstract Href
PaginatedCollection.Meta. next()
abstract Href
PaginatedCollection.Meta. previous()
abstract Href
PaginatedCollection.Meta. self()
Methods in org.jclouds.packet.domain.internal with parameters of type Href Modifier and Type Method Description static PaginatedCollection.Meta
PaginatedCollection.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 ListOptions
HrefToListOptions. 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)
-