Class: Google::Apis::DnsV1beta2::ManagedZoneForwardingConfigNameServerTarget
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::ManagedZoneForwardingConfigNameServerTarget
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dns_v1beta2/classes.rb,
generated/google/apis/dns_v1beta2/representations.rb,
generated/google/apis/dns_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#ipv4_address ⇒ String
Corresponds to the JSON property
ipv4Address
. -
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagedZoneForwardingConfigNameServerTarget
constructor
A new instance of ManagedZoneForwardingConfigNameServerTarget.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ManagedZoneForwardingConfigNameServerTarget
Returns a new instance of ManagedZoneForwardingConfigNameServerTarget
475 476 477 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 475 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ipv4_address ⇒ String
Corresponds to the JSON property ipv4Address
467 468 469 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 467 def ipv4_address @ipv4_address end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "dns#
managedZoneForwardingConfigNameServerTarget".
Corresponds to the JSON property kind
473 474 475 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 473 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
480 481 482 483 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 480 def update!(**args) @ipv4_address = args[:ipv4_address] if args.key?(:ipv4_address) @kind = args[:kind] if args.key?(:kind) end |