Class: Google::Apis::DnsV1::ManagedZoneDnsSecConfig
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1::ManagedZoneDnsSecConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dns_v1/classes.rb,
generated/google/apis/dns_v1/representations.rb,
generated/google/apis/dns_v1/representations.rb
Instance Attribute Summary collapse
-
#default_key_specs ⇒ Array<Google::Apis::DnsV1::DnsKeySpec>
Corresponds to the JSON property
defaultKeySpecs
. -
#kind ⇒ String
Identifies what kind of resource this is.
-
#non_existence ⇒ String
Corresponds to the JSON property
nonExistence
. -
#state ⇒ String
Corresponds to the JSON property
state
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagedZoneDnsSecConfig
constructor
A new instance of ManagedZoneDnsSecConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ManagedZoneDnsSecConfig
Returns a new instance of ManagedZoneDnsSecConfig
409 410 411 |
# File 'generated/google/apis/dns_v1/classes.rb', line 409 def initialize(**args) update!(**args) end |
Instance Attribute Details
#default_key_specs ⇒ Array<Google::Apis::DnsV1::DnsKeySpec>
Corresponds to the JSON property defaultKeySpecs
391 392 393 |
# File 'generated/google/apis/dns_v1/classes.rb', line 391 def default_key_specs @default_key_specs end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "dns#
managedZoneDnsSecConfig".
Corresponds to the JSON property kind
397 398 399 |
# File 'generated/google/apis/dns_v1/classes.rb', line 397 def kind @kind end |
#non_existence ⇒ String
Corresponds to the JSON property nonExistence
402 403 404 |
# File 'generated/google/apis/dns_v1/classes.rb', line 402 def non_existence @non_existence end |
#state ⇒ String
Corresponds to the JSON property state
407 408 409 |
# File 'generated/google/apis/dns_v1/classes.rb', line 407 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
414 415 416 417 418 419 |
# File 'generated/google/apis/dns_v1/classes.rb', line 414 def update!(**args) @default_key_specs = args[:default_key_specs] if args.key?(:default_key_specs) @kind = args[:kind] if args.key?(:kind) @non_existence = args[:non_existence] if args.key?(:non_existence) @state = args[:state] if args.key?(:state) end |