class PaloAlto::XML::Config::Shared::Profiles::Sctp::Entry::SctpInspection::LogSetting
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 27181 def _section :'log-setting' end
all_control_chunks()
click to toggle source
Log
All Control Chunks
# File lib/palo_alto/config.rb, line 27267 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 27271 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 27178 def has_multiple_values? false end
heartbeat_chunks()
click to toggle source
Log
Allowed Heartbeat Chunks
# File lib/palo_alto/config.rb, line 27251 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 27255 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 27243 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 27247 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 27235 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 27239 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 27227 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 27231 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 27275 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 27279 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 27259 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 27263 def termination_chunks=(val) prop_set('termination-chunks', val) end