Class SetMonitoringServiceRequest
SetMonitoringServiceRequest sets the monitoring service of a cluster.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class SetMonitoringServiceRequest : IDirectResponseSchema
Properties
ClusterId
Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MonitoringService
Required. The monitoring service the cluster should use to write metrics. Currently available options: *
"monitoring.googleapis.com/kubernetes" - The Cloud Monitoring service with a Kubernetes-native resource
model * monitoring.googleapis.com
- The legacy Cloud Monitoring service (no longer available as of GKE
1.15). * none
- No metrics will be exported from the cluster. If left as an empty
string,monitoring.googleapis.com/kubernetes
will be used for GKE 1.14+ or monitoring.googleapis.com
for
earlier versions.
Declaration
[JsonProperty("monitoringService")]
public virtual string MonitoringService { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name (project, location, cluster) of the cluster to set monitoring. Specified in the format
projects/*/locations/*/clusters/*
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Zone
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |