| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.Monitoring |
Container.Projects.Zones.Clusters.monitoring(String projectId,
String zone,
String clusterId,
SetMonitoringServiceRequest content)
Sets the monitoring service for a specific cluster.
|
Container.Projects.Locations.Clusters.SetMonitoring |
Container.Projects.Locations.Clusters.setMonitoring(String name,
SetMonitoringServiceRequest content)
Sets the monitoring service for a specific cluster.
|
| Constructor and Description |
|---|
Monitoring(String projectId,
String zone,
String clusterId,
SetMonitoringServiceRequest content)
Sets the monitoring service for a specific cluster.
|
SetMonitoring(String name,
SetMonitoringServiceRequest content)
Sets the monitoring service for a specific cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SetMonitoringServiceRequest |
SetMonitoringServiceRequest.clone() |
SetMonitoringServiceRequest |
SetMonitoringServiceRequest.set(String fieldName,
Object value) |
SetMonitoringServiceRequest |
SetMonitoringServiceRequest.setClusterId(String clusterId)
Deprecated.
|
SetMonitoringServiceRequest |
SetMonitoringServiceRequest.setMonitoringService(String monitoringService)
Required.
|
SetMonitoringServiceRequest |
SetMonitoringServiceRequest.setName(String name)
The name (project, location, cluster) of the cluster to set monitoring.
|
SetMonitoringServiceRequest |
SetMonitoringServiceRequest.setProjectId(String projectId)
Deprecated.
|
SetMonitoringServiceRequest |
SetMonitoringServiceRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.