class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::OcspResponder::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 250686 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 250683 def has_multiple_values? false end
host_name()
click to toggle source
# File lib/palo_alto/config.rb, line 250711 def host_name prop_get('host-name') end
host_name=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 250714 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 250708 def name prop_get('@name') end