class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 343159
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 343244
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 343248
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 343156
def has_multiple_values?
        false
end
source_ip_enforcement() click to toggle source
# File lib/palo_alto/config.rb, line 343234
def source_ip_enforcement
        @subclasses['source-ip-enforcement'] ||= SourceIpEnforcement.new(parent_instance: self, create_children: @create_children)
end