class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::DdnsConfig
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 180255 def _section :'ddns-config' end
ddns_cert_profile()
click to toggle source
# File lib/palo_alto/config.rb, line 180418 def ddns_cert_profile prop_get('ddns-cert-profile') end
ddns_cert_profile=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 180421 def ddns_cert_profile=(val) prop_set('ddns-cert-profile', val) end
ddns_enabled()
click to toggle source
# File lib/palo_alto/config.rb, line 180400 def ddns_enabled prop_get('ddns-enabled') end
ddns_enabled=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 180403 def ddns_enabled=(val) prop_set('ddns-enabled', val) end
ddns_hostname()
click to toggle source
# File lib/palo_alto/config.rb, line 180412 def ddns_hostname prop_get('ddns-hostname') end
ddns_hostname=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 180415 def ddns_hostname=(val) prop_set('ddns-hostname', val) end
ddns_ip()
click to toggle source
# File lib/palo_alto/config.rb, line 180283 def ddns_ip if @create_children @subclasses['ddns-ip'] ||= DdnsIp.new(parent_instance: self, create_children: @create_children) else DdnsIp.new(parent_instance: self) end end
ddns_ipv6()
click to toggle source
# File lib/palo_alto/config.rb, line 180312 def ddns_ipv6 if @create_children @subclasses['ddns-ipv6'] ||= DdnsIpv6.new(parent_instance: self, create_children: @create_children) else DdnsIpv6.new(parent_instance: self) end end
ddns_update_interval()
click to toggle source
# File lib/palo_alto/config.rb, line 180406 def ddns_update_interval prop_get('ddns-update-interval') end
ddns_update_interval=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 180409 def ddns_update_interval=(val) prop_set('ddns-update-interval', val) end
ddns_vendor()
click to toggle source
Vendor and product type
# File lib/palo_alto/config.rb, line 180425 def ddns_vendor prop_get('ddns-vendor') end
ddns_vendor=(val)
click to toggle source
Vendor and product type
# File lib/palo_alto/config.rb, line 180429 def ddns_vendor=(val) prop_set('ddns-vendor', val) end
ddns_vendor_config()
click to toggle source
# File lib/palo_alto/config.rb, line 180363 def ddns_vendor_config if @create_children @subclasses['ddns-vendor-config'] ||= DdnsVendorConfig.new(parent_instance: self, create_children: @create_children) else DdnsVendorConfig.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 180252 def has_multiple_values? false end