class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::Roles::Entry::DisconnectOnIdle

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 343432
def _section
        :'disconnect-on-idle'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 343429
def has_multiple_values?
        true
end
minutes() click to toggle source

specify disconnect on idle in minutes

# File lib/palo_alto/config.rb, line 343443
def minutes
        prop_get('minutes')
end
minutes=(val) click to toggle source

specify disconnect on idle in minutes

# File lib/palo_alto/config.rb, line 343447
def minutes=(val)
        prop_set('minutes', val)
end