Compute Engine v1 API - Enum BackendServiceLogConfig.Types.OptionalMode (2.15.0)

public enum BackendServiceLogConfig.Types.OptionalMode

Reference documentation and code samples for the Compute Engine v1 API enum BackendServiceLogConfig.Types.OptionalMode.

This field can only be specified if logging is enabled for this backend service. Configures whether all, none or a subset of optional fields should be added to the reported logs. One of [INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM]. Default is EXCLUDE_ALL_OPTIONAL.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Custom

A subset of optional fields.

ExcludeAllOptional

None optional fields.

IncludeAllOptional

All optional fields.

UndefinedOptionalMode

A value indicating that the enum field is not set.