class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::SecurityRestrictions
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 236543 def _section :'security-restrictions' end
disallow_automatic_restoration()
click to toggle source
Disallow Automatic Restoration of SSL VPN
# File lib/palo_alto/config.rb, line 236628 def disallow_automatic_restoration prop_get('disallow-automatic-restoration') end
disallow_automatic_restoration=(val)
click to toggle source
Disallow Automatic Restoration of SSL VPN
# File lib/palo_alto/config.rb, line 236632 def disallow_automatic_restoration=(val) prop_set('disallow-automatic-restoration', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 236540 def has_multiple_values? false end
source_ip_enforcement()
click to toggle source
# File lib/palo_alto/config.rb, line 236618 def source_ip_enforcement @subclasses['source-ip-enforcement'] ||= SourceIpEnforcement.new(parent_instance: self, create_children: @create_children) end