Class: Google::Apis::DnsV1beta2::ManagedZonePeeringConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dns_v1beta2/classes.rb,
lib/google/apis/dns_v1beta2/representations.rb,
lib/google/apis/dns_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ManagedZonePeeringConfig

Returns a new instance of ManagedZonePeeringConfig.



633
634
635
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 633

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


626
627
628
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 626

def kind
  @kind
end

#target_networkGoogle::Apis::DnsV1beta2::ManagedZonePeeringConfigTargetNetwork

The network with which to peer. Corresponds to the JSON property targetNetwork



631
632
633
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 631

def target_network
  @target_network
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



638
639
640
641
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 638

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @target_network = args[:target_network] if args.key?(:target_network)
end