public class Container.Projects.Locations.Clusters extends Object
| Constructor and Description |
|---|
Clusters() |
public Container.Projects.Locations.Clusters.CompleteIpRotation completeIpRotation(String name, CompleteIPRotationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster name) of the cluster to complete IP rotation. Specified in the
format `projects/locations/clusters`.content - the CompleteIPRotationRequestIOExceptionpublic Container.Projects.Locations.Clusters.Create create(String parent, CreateClusterRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The parent (project and location) where the cluster will be created. Specified in the format
`projects/locations`.content - the CreateClusterRequestIOExceptionpublic Container.Projects.Locations.Clusters.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster) of the cluster to delete. Specified in the format
`projects/locations/clusters`.IOExceptionpublic Container.Projects.Locations.Clusters.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster) of the cluster to retrieve. Specified in the format
`projects/locations/clusters`.IOExceptionpublic Container.Projects.Locations.Clusters.GetJwks getJwks(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The cluster (project, location, cluster name) to get keys for. Specified in the format
`projects/locations/clusters`.IOExceptionpublic Container.Projects.Locations.Clusters.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The parent (project and location) where the clusters will be listed. Specified in the format
`projects/locations`. Location "-" matches all zones and all regions.IOExceptionpublic Container.Projects.Locations.Clusters.SetAddons setAddons(String name, SetAddonsConfigRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster) of the cluster to set addons. Specified in the format
`projects/locations/clusters`.content - the SetAddonsConfigRequestIOExceptionpublic Container.Projects.Locations.Clusters.SetLegacyAbac setLegacyAbac(String name, SetLegacyAbacRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster name) of the cluster to set legacy abac. Specified in the
format `projects/locations/clusters`.content - the SetLegacyAbacRequestIOExceptionpublic Container.Projects.Locations.Clusters.SetLocations setLocations(String name, SetLocationsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster) of the cluster to set locations. Specified in the format
`projects/locations/clusters`.content - the SetLocationsRequestIOExceptionpublic Container.Projects.Locations.Clusters.SetLogging setLogging(String name, SetLoggingServiceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster) of the cluster to set logging. Specified in the format
`projects/locations/clusters`.content - the SetLoggingServiceRequestIOExceptionpublic Container.Projects.Locations.Clusters.SetMaintenancePolicy setMaintenancePolicy(String name, SetMaintenancePolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - The name (project, location, cluster name) of the cluster to set maintenance policy. Specified in
the format `projects/locations/clusters`.content - the SetMaintenancePolicyRequestIOExceptionpublic Container.Projects.Locations.Clusters.SetMasterAuth setMasterAuth(String name, SetMasterAuthRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster) of the cluster to set auth. Specified in the format
`projects/locations/clusters`.content - the SetMasterAuthRequestIOExceptionpublic Container.Projects.Locations.Clusters.SetMonitoring setMonitoring(String name, SetMonitoringServiceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster) of the cluster to set monitoring. Specified in the format
`projects/locations/clusters`.content - the SetMonitoringServiceRequestIOExceptionpublic Container.Projects.Locations.Clusters.SetNetworkPolicy setNetworkPolicy(String name, SetNetworkPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster name) of the cluster to set networking policy. Specified in the
format `projects/locations/clusters`.content - the SetNetworkPolicyRequestIOExceptionpublic Container.Projects.Locations.Clusters.SetResourceLabels setResourceLabels(String name, SetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster name) of the cluster to set labels. Specified in the format
`projects/locations/clusters`.content - the SetLabelsRequestIOExceptionpublic Container.Projects.Locations.Clusters.StartIpRotation startIpRotation(String name, StartIPRotationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster name) of the cluster to start IP rotation. Specified in the
format `projects/locations/clusters`.content - the StartIPRotationRequestIOExceptionpublic Container.Projects.Locations.Clusters.Update update(String name, UpdateClusterRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster) of the cluster to update. Specified in the format
`projects/locations/clusters`.content - the UpdateClusterRequestIOExceptionpublic Container.Projects.Locations.Clusters.UpdateMaster updateMaster(String name, UpdateMasterRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name (project, location, cluster) of the cluster to update. Specified in the format
`projects/locations/clusters`.content - the UpdateMasterRequestIOExceptionpublic Container.Projects.Locations.Clusters.NodePools nodePools()
The typical use is:
Container container = new Container(...);Container.NodePools.List request = container.nodePools().list(parameters ...)
public Container.Projects.Locations.Clusters.WellKnown wellKnown()
The typical use is:
Container container = new Container(...);Container.WellKnown.List request = container.wellKnown().list(parameters ...)
Copyright © 2011–2022 Google. All rights reserved.