class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::AdminRole::Entry::Role::Vsys__2::Webui::Device::Setup

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 150782
def _section
        :'setup'
end
content_id() click to toggle source
# File lib/palo_alto/config.rb, line 150875
def content_id
        prop_get('content-id')
end
content_id=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150878
def content_id=(val)
        prop_set('content-id', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 150779
def has_multiple_values?
        false
end
hsm() click to toggle source
# File lib/palo_alto/config.rb, line 150893
def hsm
        prop_get('hsm')
end
hsm=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150896
def hsm=(val)
        prop_set('hsm', val)
end
interfaces() click to toggle source
# File lib/palo_alto/config.rb, line 150863
def interfaces
        prop_get('interfaces')
end
interfaces=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150866
def interfaces=(val)
        prop_set('interfaces', val)
end
management() click to toggle source
# File lib/palo_alto/config.rb, line 150845
def management
        prop_get('management')
end
management=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150848
def management=(val)
        prop_set('management', val)
end
operations() click to toggle source
# File lib/palo_alto/config.rb, line 150851
def operations
        prop_get('operations')
end
operations=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150854
def operations=(val)
        prop_set('operations', val)
end
services() click to toggle source
# File lib/palo_alto/config.rb, line 150857
def services
        prop_get('services')
end
services=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150860
def services=(val)
        prop_set('services', val)
end
session() click to toggle source
# File lib/palo_alto/config.rb, line 150887
def session
        prop_get('session')
end
session=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150890
def session=(val)
        prop_set('session', val)
end
telemetry() click to toggle source
# File lib/palo_alto/config.rb, line 150869
def telemetry
        prop_get('telemetry')
end
telemetry=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150872
def telemetry=(val)
        prop_set('telemetry', val)
end
wildfire() click to toggle source
# File lib/palo_alto/config.rb, line 150881
def wildfire
        prop_get('wildfire')
end
wildfire=(val) click to toggle source
# File lib/palo_alto/config.rb, line 150884
def wildfire=(val)
        prop_set('wildfire', val)
end