Class GkeService
GKE Service. The "service" here represents a Kubernetes service object (https://kubernetes.io/docs/concepts/services-networking/service). The field names correspond to the resource labels on k8s_service monitored resources (https://cloud.google.com/monitoring/api/resources#tag_k8s_service).
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class GkeService : IDirectResponseSchema
Properties
ClusterName
The name of the parent cluster.
Declaration
[JsonProperty("clusterName")]
public virtual string ClusterName { 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 |
Location
The location of the parent cluster. This may be a zone or region.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
NamespaceName
The name of the parent namespace.
Declaration
[JsonProperty("namespaceName")]
public virtual string NamespaceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Output only. The project this resource lives in. For legacy services migrated from the Custom type, this may be a distinct project from the one parenting the service itself.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceName
The name of this service.
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string |