Interface ProjectList
- All Known Implementing Classes:
ProjectListImpl
public interface ProjectList
Client interface for managing Equinix projects. Provides methods to list, retrieve,
and create projects that serve as organizational containers for grouping related
Equinix resources and services.
-
Method Details
-
list
PaginatedList<Project> list()Lists all projects for the current account.- Returns:
- a paginated list of projects
-
getByUuid
-
define
ProjectOperator.ProjectBuilder define()Returns a builder for defining and creating a new project.- Returns:
- a project builder
-