Uses of Class
org.jclouds.packet.domain.Href
Packages that use Href
Package
Description
-
Uses of Href in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return HrefModifier and TypeMethodDescriptionabstract Href
Facility.address()
abstract Href
IpAddress.assignedTo()
static 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 HrefModifier and TypeMethodDescriptionPlan.availableIn()
Project.devices()
Project.invitations()
Project.members()
Project.memberships()
ProvisioningEvent.relationships()
Device.sshKeys()
Project.sshKeys()
Project.volumes()
Methods in org.jclouds.packet.domain with parameters of type HrefModifier and TypeMethodDescriptionstatic 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
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 HrefModifier and TypeMethodDescriptionstatic 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 HrefModifier and TypeMethodDescriptionabstract 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 -
Uses of Href in org.jclouds.packet.functions
Methods in org.jclouds.packet.functions with parameters of type HrefConstructor parameters in org.jclouds.packet.functions with type arguments of type HrefModifierConstructorDescriptionprotected
BaseToPagedIterable
(PacketApi api, com.google.common.base.Function<Href, O> hrefToOptions)