public class Container.Projects.Zones
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Container.Projects.Zones.Clusters
The "clusters" collection of methods.
|
class |
Container.Projects.Zones.GetServerconfig |
class |
Container.Projects.Zones.Operations
The "operations" collection of methods.
|
| Constructor and Description |
|---|
Zones() |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters |
clusters()
An accessor for creating requests from the Clusters collection.
|
Container.Projects.Zones.GetServerconfig |
getServerconfig(java.lang.String projectId,
java.lang.String zone)
Returns configuration info about the Google Kubernetes Engine service.
|
Container.Projects.Zones.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
public Container.Projects.Zones.GetServerconfig getServerconfig(java.lang.String projectId, java.lang.String zone) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
This field has been deprecated
and replaced by the name field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](/compute/docs/zones#available) to
return operations for.
This field has been deprecated and replaced by the name field.java.io.IOExceptionpublic Container.Projects.Zones.Clusters clusters()
The typical use is:
Container container = new Container(...);Container.Clusters.List request = container.clusters().list(parameters ...)
public Container.Projects.Zones.Operations operations()
The typical use is:
Container container = new Container(...);Container.Operations.List request = container.operations().list(parameters ...)