Show / Hide Table of Contents

Class FleetObservabilityFeatureState

FleetObservability: Hub-wide Feature for FleetObservability feature. state.

Inheritance
object
FleetObservabilityFeatureState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class FleetObservabilityFeatureState : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Logging

The feature state of default logging.

Declaration
[JsonProperty("logging")]
public virtual FleetObservabilityFleetObservabilityLoggingState Logging { get; set; }
Property Value
Type Description
FleetObservabilityFleetObservabilityLoggingState

Monitoring

The feature state of fleet monitoring.

Declaration
[JsonProperty("monitoring")]
public virtual FleetObservabilityFleetObservabilityMonitoringState Monitoring { get; set; }
Property Value
Type Description
FleetObservabilityFleetObservabilityMonitoringState

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX