class PaloAlto::XML::Config::Shared::Profiles::Sctp::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 27123
def _section
        :'entry'
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 27706
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 27709
def description=(val)
        prop_set('description', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 27120
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 27703
def name
        prop_get('@name')
end
sctp_filtering() click to toggle source
# File lib/palo_alto/config.rb, line 27687
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 27300
def sctp_inspection
        @subclasses['sctp-inspection'] ||= SctpInspection.new(parent_instance: self, create_children: @create_children)
end