Reference documentation and code samples for the Google Cloud Container V1 Client class AdvancedDatapathObservabilityConfig.
AdvancedDatapathObservabilityConfig specifies configuration of observability features of advanced datapath.
Generated from protobuf message google.container.v1.AdvancedDatapathObservabilityConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_metrics |
bool
Expose flow metrics on nodes |
↳ relay_mode |
int
Method used to make Relay available |
getEnableMetrics
Expose flow metrics on nodes
Returns | |
---|---|
Type | Description |
bool |
setEnableMetrics
Expose flow metrics on nodes
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getRelayMode
Method used to make Relay available
Returns | |
---|---|
Type | Description |
int |
setRelayMode
Method used to make Relay available
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |