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.



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

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

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


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

def kind
  @kind
end

#target_networkGoogle::Apis::DnsV1beta2::ManagedZonePeeringConfigTargetNetwork

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



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

def target_network
  @target_network
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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