Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class Component.
The components of the logging configuration;
Protobuf type google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component
Namespace
Google \ Cloud \ GkeMultiCloud \ V1 \ LoggingComponentConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
COMPONENT_UNSPECIFIED
Value: 0
No component is specified
Generated from protobuf enum COMPONENT_UNSPECIFIED = 0;
SYSTEM_COMPONENTS
Value: 1
This indicates that system logging components is enabled.
Generated from protobuf enum SYSTEM_COMPONENTS = 1;
WORKLOADS
Value: 2
This indicates that user workload logging component is enabled.
Generated from protobuf enum WORKLOADS = 2;