Class FleetObservabilityFeatureSpec
Fleet Observability: The Hub-wide input for the FleetObservability feature.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class FleetObservabilityFeatureSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LoggingConfig
Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
Declaration
[JsonProperty("loggingConfig")]
public virtual FleetObservabilityLoggingConfig LoggingConfig { get; set; }
Property Value
Type | Description |
---|---|
FleetObservabilityLoggingConfig |