Class: Google::Apis::DnsV2beta1::ManagedZonePrivateVisibilityConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ManagedZonePrivateVisibilityConfig

Returns a new instance of ManagedZonePrivateVisibilityConfig



541
542
543
# File 'generated/google/apis/dns_v2beta1/classes.rb', line 541

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

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string "dns# managedZonePrivateVisibilityConfig". Corresponds to the JSON property kind

Returns:

  • (String)


534
535
536
# File 'generated/google/apis/dns_v2beta1/classes.rb', line 534

def kind
  @kind
end

#networksArray<Google::Apis::DnsV2beta1::ManagedZonePrivateVisibilityConfigNetwork>

The list of VPC networks that can see this zone. Corresponds to the JSON property networks



539
540
541
# File 'generated/google/apis/dns_v2beta1/classes.rb', line 539

def networks
  @networks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



546
547
548
549
# File 'generated/google/apis/dns_v2beta1/classes.rb', line 546

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