class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::Roles::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 236650 def _section :'entry' end
client_max_bandwidth()
click to toggle source
# File lib/palo_alto/config.rb, line 236693 def client_max_bandwidth @subclasses['client-max-bandwidth'] ||= ClientMaxBandwidth.new(parent_instance: self, create_children: @create_children) end
disconnect_on_idle()
click to toggle source
# File lib/palo_alto/config.rb, line 236835 def disconnect_on_idle if @create_children @subclasses['disconnect-on-idle'] ||= DisconnectOnIdle.new(parent_instance: self, create_children: @create_children) else DisconnectOnIdle.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 236647 def has_multiple_values? false end
inactivity_logout()
click to toggle source
# File lib/palo_alto/config.rb, line 236805 def inactivity_logout if @create_children @subclasses['inactivity-logout'] ||= InactivityLogout.new(parent_instance: self, create_children: @create_children) else InactivityLogout.new(parent_instance: self) end end
login_lifetime()
click to toggle source
# File lib/palo_alto/config.rb, line 236747 def login_lifetime if @create_children @subclasses['login-lifetime'] ||= LoginLifetime.new(parent_instance: self, create_children: @create_children) else LoginLifetime.new(parent_instance: self) end end
name()
click to toggle source
tunnel traffic group
# File lib/palo_alto/config.rb, line 236851 def name prop_get('@name') end