class PaloAlto::XML::Config::Devices::Entry::Template::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 236816
def _section
        :'disconnect-on-idle'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 236813
def has_multiple_values?
        true
end
minutes() click to toggle source

specify disconnect on idle in minutes

# File lib/palo_alto/config.rb, line 236827
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 236831
def minutes=(val)
        prop_set('minutes', val)
end