Reference documentation and code samples for the Google Cloud Network Management V1 Client class CrossProjectMetadata.
Determines whether to include cross project annotations in the logs.
Project configurations will always have CROSS_PROJECT_METADATA_DISABLED.
Protobuf type google.cloud.networkmanagement.v1.VpcFlowLogsConfig.CrossProjectMetadata
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ VpcFlowLogsConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CROSS_PROJECT_METADATA_UNSPECIFIED
Value: 0If not specified, the default is CROSS_PROJECT_METADATA_ENABLED.
Generated from protobuf enum CROSS_PROJECT_METADATA_UNSPECIFIED = 0;
CROSS_PROJECT_METADATA_ENABLED
Value: 1When CROSS_PROJECT_METADATA_ENABLED, metadata from other projects will be included in the logs.
Generated from protobuf enum CROSS_PROJECT_METADATA_ENABLED = 1;
CROSS_PROJECT_METADATA_DISABLED
Value: 2When CROSS_PROJECT_METADATA_DISABLED, metadata from other projects will not be included in the logs.
Generated from protobuf enum CROSS_PROJECT_METADATA_DISABLED = 2;