class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::OcspResponder::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 333949
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 333946
def has_multiple_values?
        false
end
host_name() click to toggle source
# File lib/palo_alto/config.rb, line 333974
def host_name
        prop_get('host-name')
end
host_name=(val) click to toggle source
# File lib/palo_alto/config.rb, line 333977
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 333971
def name
        prop_get('@name')
end