Class NodePoolLoggingConfig
NodePoolLoggingConfig specifies logging configuration for nodepools.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class NodePoolLoggingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VariantConfig
Logging variant configuration.
Declaration
[JsonProperty("variantConfig")]
public virtual LoggingVariantConfig VariantConfig { get; set; }
Property Value
Type | Description |
---|---|
LoggingVariantConfig |