class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Sctp::Entry::SctpInspection::LogSetting
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 99897 def _section :'log-setting' end
all_control_chunks()
click to toggle source
Log
All Control Chunks
# File lib/palo_alto/config.rb, line 99983 def all_control_chunks prop_get('all-control-chunks') end
all_control_chunks=(val)
click to toggle source
Log
All Control Chunks
# File lib/palo_alto/config.rb, line 99987 def all_control_chunks=(val) prop_set('all-control-chunks', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 99894 def has_multiple_values? false end
heartbeat_chunks()
click to toggle source
Log
Allowed Heartbeat Chunks
# File lib/palo_alto/config.rb, line 99967 def heartbeat_chunks prop_get('heartbeat-chunks') end
heartbeat_chunks=(val)
click to toggle source
Log
Allowed Heartbeat Chunks
# File lib/palo_alto/config.rb, line 99971 def heartbeat_chunks=(val) prop_set('heartbeat-chunks', val) end
init_chunks()
click to toggle source
Log
Allowed Association Initialization Chunks
# File lib/palo_alto/config.rb, line 99959 def init_chunks prop_get('init-chunks') end
init_chunks=(val)
click to toggle source
Log
Allowed Association Initialization Chunks
# File lib/palo_alto/config.rb, line 99963 def init_chunks=(val) prop_set('init-chunks', val) end
sctp_end()
click to toggle source
Log
at Association End
# File lib/palo_alto/config.rb, line 99951 def sctp_end prop_get('sctp-end') end
sctp_end=(val)
click to toggle source
Log
at Association End
# File lib/palo_alto/config.rb, line 99955 def sctp_end=(val) prop_set('sctp-end', val) end
sctp_start()
click to toggle source
Log
at Association Start
# File lib/palo_alto/config.rb, line 99943 def sctp_start prop_get('sctp-start') end
sctp_start=(val)
click to toggle source
Log
at Association Start
# File lib/palo_alto/config.rb, line 99947 def sctp_start=(val) prop_set('sctp-start', val) end
state_failure_events()
click to toggle source
Log
State Failure Events
# File lib/palo_alto/config.rb, line 99991 def state_failure_events prop_get('state-failure-events') end
state_failure_events=(val)
click to toggle source
Log
State Failure Events
# File lib/palo_alto/config.rb, line 99995 def state_failure_events=(val) prop_set('state-failure-events', val) end
termination_chunks()
click to toggle source
Log
Allowed Association Termination Chunks
# File lib/palo_alto/config.rb, line 99975 def termination_chunks prop_get('termination-chunks') end
termination_chunks=(val)
click to toggle source
Log
Allowed Association Termination Chunks
# File lib/palo_alto/config.rb, line 99979 def termination_chunks=(val) prop_set('termination-chunks', val) end