class PaloAlto::XML::Config::Shared::Profiles::Sctp::Entry::SctpFiltering::SctpSs7::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 27387 def _section :'entry' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 27511 def action prop_get('action') end
action=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 27514 def action=(val) prop_set('action', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 27384 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 27508 def name prop_get('@name') end
ss7_cp_ssn()
click to toggle source
# File lib/palo_alto/config.rb, line 27488 def ss7_cp_ssn if @create_children @subclasses['ss7-cp-ssn'] ||= Ss7CpSsn.new(parent_instance: self, create_children: @create_children) else Ss7CpSsn.new(parent_instance: self) end end