class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::ExternalList::Entry::Type::Domain
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 106347 def _section :'domain' end
auth()
click to toggle source
# File lib/palo_alto/config.rb, line 106403 def auth @subclasses['auth'] ||= Auth.new(parent_instance: self, create_children: @create_children) end
certificate_profile()
click to toggle source
Profile for authenticating client certificates
# File lib/palo_alto/config.rb, line 106593 def certificate_profile prop_get('certificate-profile') end
certificate_profile=(val)
click to toggle source
Profile for authenticating client certificates
# File lib/palo_alto/config.rb, line 106597 def certificate_profile=(val) prop_set('certificate-profile', val) end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 106580 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 106583 def description=(val) prop_set('description', val) end
exception_list()
click to toggle source
# File lib/palo_alto/config.rb, line 106369 def exception_list if @create_children @subclasses['exception-list'] ||= ExceptionList.new(parent_instance: self, create_children: @create_children) else ExceptionList.new(parent_instance: self) end end
expand_domain()
click to toggle source
Enable/Disable expand domain
# File lib/palo_alto/config.rb, line 106601 def expand_domain prop_get('expand-domain') end
expand_domain=(val)
click to toggle source
Enable/Disable expand domain
# File lib/palo_alto/config.rb, line 106605 def expand_domain=(val) prop_set('expand-domain', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 106344 def has_multiple_values? false end
recurring()
click to toggle source
# File lib/palo_alto/config.rb, line 106545 def recurring @subclasses['recurring'] ||= Recurring.new(parent_instance: self, create_children: @create_children) end
url()
click to toggle source
# File lib/palo_alto/config.rb, line 106586 def url prop_get('url') end
url=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 106589 def url=(val) prop_set('url', val) end