class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::SatelliteConfig::Configs::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 235183 def _section :'entry' end
config_refresh_interval()
click to toggle source
GlobalProtect satellite configuration refresh interval in hours
# File lib/palo_alto/config.rb, line 235407 def config_refresh_interval prop_get('config-refresh-interval') end
config_refresh_interval=(val)
click to toggle source
GlobalProtect satellite configuration refresh interval in hours
# File lib/palo_alto/config.rb, line 235411 def config_refresh_interval=(val) prop_set('config-refresh-interval', val) end
devices()
click to toggle source
# File lib/palo_alto/config.rb, line 235209 def devices if @create_children @subclasses['devices'] ||= Devices.new(parent_instance: self, create_children: @create_children) else Devices.new(parent_instance: self) end end
gateways()
click to toggle source
# File lib/palo_alto/config.rb, line 235380 def gateways if @create_children @subclasses['gateways'] ||= Gateways.new(parent_instance: self, create_children: @create_children) else Gateways.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 235180 def has_multiple_values? false end
name()
click to toggle source
GlobalProtect satellite config rule
# File lib/palo_alto/config.rb, line 235403 def name prop_get('@name') end
source_user()
click to toggle source
# File lib/palo_alto/config.rb, line 235246 def source_user if @create_children @subclasses['source-user'] ||= SourceUser.new(parent_instance: self, create_children: @create_children) else SourceUser.new(parent_instance: self) end end