Package org.jclouds.packet.domain
Class Project
java.lang.Object
org.jclouds.packet.domain.Project
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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) abstract Date
devices()
abstract String
href()
abstract String
id()
members()
abstract String
name()
abstract Href
sshKeys()
abstract Date
volumes()
-
Method Details
-
id
-
name
-
createdAt
-
updatedAt
-
maxDevices
-
members
-
memberships
-
invitations
-
paymentMethod
-
devices
-
sshKeys
-
volumes
-
href
-
create
-