public class Container.Projects
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Container.Projects.Clusters
The "clusters" collection of methods.
|
class |
Container.Projects.Operations
The "operations" collection of methods.
|
class |
Container.Projects.Zones
The "zones" collection of methods.
|
| Constructor and Description |
|---|
Container.Projects() |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Clusters |
clusters()
An accessor for creating requests from the Clusters collection.
|
Container.Projects.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
Container.Projects.Zones |
zones()
An accessor for creating requests from the Zones collection.
|
public Container.Projects.Clusters clusters()
The typical use is:
Container container = new Container(...);Container.Clusters.List request = container.clusters().list(parameters ...)
public Container.Projects.Operations operations()
The typical use is:
Container container = new Container(...);Container.Operations.List request = container.operations().list(parameters ...)
public Container.Projects.Zones zones()
The typical use is:
Container container = new Container(...);Container.Zones.List request = container.zones().list(parameters ...)