Package org.jclouds.packet
Interface PacketApi
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface PacketApi extends Closeable
The Packet API is a REST API for managing your services and deployments.- See Also:
- doc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceApideviceApi(String projectId)This Packet API provides all of the devicesFacilityApifacilityApi()This Packet API provides all of the facilitiesOperatingSystemApioperatingSystemApi()This Packet API provides all of the operating systemsPlanApiplanApi()This Packet API provides all of the plansProjectApiprojectApi()The Packet API includes operations for managing project.SshKeyApisshKeyApi()This Packet API provides all of the operating systems
-
-
-
Method Detail
-
projectApi
ProjectApi projectApi()
The Packet API includes operations for managing project.- See Also:
- docs
-
deviceApi
DeviceApi deviceApi(@PathParam("projectId") String projectId)
This Packet API provides all of the devices- See Also:
- docs
-
facilityApi
FacilityApi facilityApi()
This Packet API provides all of the facilities- See Also:
- docs
-
operatingSystemApi
OperatingSystemApi operatingSystemApi()
This Packet API provides all of the operating systems- See Also:
- docs
-
-