class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Sctp::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 99839 def _section :'entry' end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 100422 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 100425 def description=(val) prop_set('description', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 99836 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 100419 def name prop_get('@name') end
sctp_filtering()
click to toggle source
# File lib/palo_alto/config.rb, line 100403 def sctp_filtering @subclasses['sctp-filtering'] ||= SctpFiltering.new(parent_instance: self, create_children: @create_children) end
sctp_inspection()
click to toggle source
# File lib/palo_alto/config.rb, line 100016 def sctp_inspection @subclasses['sctp-inspection'] ||= SctpInspection.new(parent_instance: self, create_children: @create_children) end