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