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.



1129
1130
1131
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1129

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

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


1122
1123
1124
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1122

def kind
  @kind
end

#target_networkGoogle::Apis::DnsV1beta2::ManagedZonePeeringConfigTargetNetwork

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



1127
1128
1129
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1127

def target_network
  @target_network
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1134
1135
1136
1137
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1134

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