class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::OcspResponder::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 227346 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 227343 def has_multiple_values? false end
host_name()
click to toggle source
# File lib/palo_alto/config.rb, line 227371 def host_name prop_get('host-name') end
host_name=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 227374 def host_name=(val) prop_set('host-name', val) end
name()
click to toggle source
alphanumeric string [:0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 227368 def name prop_get('@name') end