Show / Hide Table of Contents

Class FleetObservabilityLoggingConfig

LoggingConfig defines the configuration for different types of logs.

Inheritance
object
FleetObservabilityLoggingConfig
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 FleetObservabilityLoggingConfig : IDirectResponseSchema

Properties

DefaultConfig

Specified if applying the default routing config to logs not specified in other configs.

Declaration
[JsonProperty("defaultConfig")]
public virtual FleetObservabilityRoutingConfig DefaultConfig { get; set; }
Property Value
Type Description
FleetObservabilityRoutingConfig

ETag

The ETag of the item.

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

FleetScopeLogsConfig

Specified if applying the routing config to all logs for all fleet scopes.

Declaration
[JsonProperty("fleetScopeLogsConfig")]
public virtual FleetObservabilityRoutingConfig FleetScopeLogsConfig { get; set; }
Property Value
Type Description
FleetObservabilityRoutingConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX