| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.clone() |
Cluster |
CreateClusterRequest.getCluster()
A [cluster resource](/container-engine/reference/rest/v1/projects.zones.clusters)
|
Cluster |
Cluster.set(java.lang.String fieldName,
java.lang.Object value) |
Cluster |
Cluster.setAddonsConfig(AddonsConfig addonsConfig)
Configurations for the various addons available to run in the cluster.
|
Cluster |
Cluster.setClusterIpv4Cidr(java.lang.String clusterIpv4Cidr)
The IP address range of the container pods in this cluster, in
[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
|
Cluster |
Cluster.setCreateTime(java.lang.String createTime)
[Output only] The time the cluster was created, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
Cluster |
Cluster.setCurrentMasterVersion(java.lang.String currentMasterVersion)
[Output only] The current software version of the master endpoint.
|
Cluster |
Cluster.setCurrentNodeCount(java.lang.Integer currentNodeCount)
[Output only] The number of nodes currently in the cluster.
|
Cluster |
Cluster.setCurrentNodeVersion(java.lang.String currentNodeVersion)
[Output only] The current version of the node software components.
|
Cluster |
Cluster.setDescription(java.lang.String description)
An optional description of this cluster.
|
Cluster |
Cluster.setEndpoint(java.lang.String endpoint)
[Output only] The IP address of this cluster's master endpoint.
|
Cluster |
Cluster.setInitialClusterVersion(java.lang.String initialClusterVersion)
[Output only] The software version of the master endpoint and kubelets used in the cluster when
it was first created.
|
Cluster |
Cluster.setInitialNodeCount(java.lang.Integer initialNodeCount)
The number of nodes to create in this cluster.
|
Cluster |
Cluster.setInstanceGroupUrls(java.util.List<java.lang.String> instanceGroupUrls)
[Output only] The resource URLs of [instance groups](/compute/docs/instance-groups/) associated
with this cluster.
|
Cluster |
Cluster.setLocations(java.util.List<java.lang.String> locations)
The list of Google Compute Engine [locations](/compute/docs/zones#available) in which the
cluster's nodes should be located.
|
Cluster |
Cluster.setLoggingService(java.lang.String loggingService)
The logging service the cluster should use to write logs.
|
Cluster |
Cluster.setMasterAuth(MasterAuth masterAuth)
The authentication information for accessing the master endpoint.
|
Cluster |
Cluster.setMonitoringService(java.lang.String monitoringService)
The monitoring service the cluster should use to write metrics.
|
Cluster |
Cluster.setName(java.lang.String name)
The name of this cluster.
|
Cluster |
Cluster.setNetwork(java.lang.String network)
The name of the Google Compute Engine [network](/compute/docs/networks-and-firewalls#networks)
to which the cluster is connected.
|
Cluster |
Cluster.setNodeConfig(NodeConfig nodeConfig)
Parameters used in creating the cluster's nodes.
|
Cluster |
Cluster.setNodeIpv4CidrSize(java.lang.Integer nodeIpv4CidrSize)
[Output only] The size of the address space on each node for hosting containers.
|
Cluster |
Cluster.setNodePools(java.util.List<NodePool> nodePools)
The node pools associated with this cluster.
|
Cluster |
Cluster.setSelfLink(java.lang.String selfLink)
[Output only] Server-defined URL for the resource.
|
Cluster |
Cluster.setServicesIpv4Cidr(java.lang.String servicesIpv4Cidr)
[Output only] The IP address range of the Kubernetes services in this cluster, in
[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g.
|
Cluster |
Cluster.setStatus(java.lang.String status)
[Output only] The current status of this cluster.
|
Cluster |
Cluster.setStatusMessage(java.lang.String statusMessage)
[Output only] Additional information about the current status of this cluster, if available.
|
Cluster |
Cluster.setSubnetwork(java.lang.String subnetwork)
The name of the Google Compute Engine [subnetwork](/compute/docs/subnetworks) to which the
cluster is connected.
|
Cluster |
Cluster.setZone(java.lang.String zone)
[Output only] The name of the Google Compute Engine [zone](/compute/docs/zones#available) in
which the cluster resides.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cluster> |
ListClustersResponse.getClusters()
A list of clusters in the project in the specified zone, or across all ones.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.setCluster(Cluster cluster)
A [cluster resource](/container-engine/reference/rest/v1/projects.zones.clusters)
|
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse |
ListClustersResponse.setClusters(java.util.List<Cluster> clusters)
A list of clusters in the project in the specified zone, or across all ones.
|