class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::Ssh::Profiles::MgmtProfiles::ServerProfiles::Entry::SessionRekey

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 155023
def _section
        :'session-rekey'
end
data() click to toggle source

Set the data to be transmitted between each ssh rekeying

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

Set the data to be transmitted between each ssh rekeying

# File lib/palo_alto/config.rb, line 155078
def data=(val)
        prop_set('data', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 155020
def has_multiple_values?
        false
end
interval() click to toggle source

Set the time interval between each ssh rekeying

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

Set the time interval between each ssh rekeying

# File lib/palo_alto/config.rb, line 155086
def interval=(val)
        prop_set('interval', val)
end
packets() click to toggle source

Set the number of packets to be transmitted between each ssh rekeying

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

Set the number of packets to be transmitted between each ssh rekeying

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