class Google::Apis::DnsV1::ManagedZoneCloudLoggingConfig
Cloud Logging configurations for publicly visible zones.
Attributes
enable_logging[RW]
If set, enable query logging for this ManagedZone
. False by default, making logging opt-in. Corresponds to the JSON property `enableLogging` @return [Boolean]
enable_logging?[RW]
If set, enable query logging for this ManagedZone
. False by default, making logging opt-in. Corresponds to the JSON property `enableLogging` @return [Boolean]
kind[RW]
Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 928 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dns_v1/classes.rb, line 933 def update!(**args) @enable_logging = args[:enable_logging] if args.key?(:enable_logging) @kind = args[:kind] if args.key?(:kind) end