Reference documentation and code samples for the Google Cloud Network Management V1 Client class State.
Determines whether this configuration will be generating logs.
Setting state=DISABLED will pause the log generation for this config.
Protobuf type google.cloud.networkmanagement.v1.VpcFlowLogsConfig.State
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ VpcFlowLogsConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
If not specified, will default to ENABLED.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ENABLED
Value: 1
When ENABLED, this configuration will generate logs.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
When DISABLED, this configuration will not generate logs.
Generated from protobuf enum DISABLED = 2;