Class: Google::Cloud::Sql::V1::SqlServerAuditConfig

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

Overview

SQL Server specific audit configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns The name of the destination bucket (e.g., gs://mybucket).

Returns:

  • (::String)

    The name of the destination bucket (e.g., gs://mybucket).



2081
2082
2083
2084
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 2081

class SqlServerAuditConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kind::String

Returns This is always sql#sqlServerAuditConfig.

Returns:

  • (::String)

    This is always sql#sqlServerAuditConfig



2081
2082
2083
2084
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 2081

class SqlServerAuditConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#retention_interval::Google::Protobuf::Duration

Returns How long to keep generated audit files.

Returns:



2081
2082
2083
2084
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 2081

class SqlServerAuditConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#upload_interval::Google::Protobuf::Duration

Returns How often to upload generated audit files.

Returns:



2081
2082
2083
2084
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 2081

class SqlServerAuditConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end