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 DeviceApi
deviceApi(String projectId)
This Packet API provides all of the devicesFacilityApi
facilityApi()
This Packet API provides all of the facilitiesOperatingSystemApi
operatingSystemApi()
This Packet API provides all of the operating systemsPlanApi
planApi()
This Packet API provides all of the plansProjectApi
projectApi()
The Packet API includes operations for managing project.SshKeyApi
sshKeyApi()
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
-
-