Class: Google::Cloud::Compute::V1::LogConfigDataAccessOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LogConfigDataAccessOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Write a Data Access (Gin) log
Defined Under Namespace
Modules: LogMode
Instance Attribute Summary collapse
Instance Attribute Details
#log_mode ⇒ ::Google::Cloud::Compute::V1::LogConfigDataAccessOptions::LogMode
7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7947 class LogConfigDataAccessOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module LogMode # A value indicating that the enum field is not set. UNDEFINED_LOG_MODE = 0 LOG_FAIL_CLOSED = 360469778 LOG_MODE_UNSPECIFIED = 88160822 end end |