Class: Google::Apis::DnsV1beta2::PolicyNetwork

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PolicyNetwork

Returns a new instance of PolicyNetwork



999
1000
1001
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 999

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


992
993
994
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 992

def kind
  @kind
end

#network_urlString

Corresponds to the JSON property networkUrl

Returns:

  • (String)


997
998
999
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 997

def network_url
  @network_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1004
1005
1006
1007
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 1004

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