Class: Google::Cloud::Compute::V1::LogConfigDataAccessOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

This is deprecated and has no effect. Do not use.

Defined Under Namespace

Modules: LogMode

Instance Attribute Summary collapse

Instance Attribute Details

#log_mode::Google::Cloud::Compute::V1::LogConfigDataAccessOptions::LogMode

Returns This is deprecated and has no effect. Do not use.

Returns:



15087
15088
15089
15090
15091
15092
15093
15094
15095
15096
15097
15098
15099
15100
15101
15102
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15087

class LogConfigDataAccessOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  module LogMode
    # A value indicating that the enum field is not set.
    UNDEFINED_LOG_MODE = 0

    # This is deprecated and has no effect. Do not use.
    LOG_FAIL_CLOSED = 360469778

    # This is deprecated and has no effect. Do not use.
    LOG_MODE_UNSPECIFIED = 88160822
  end
end