class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Profiles::ZoneProtectionProfile::Entry::NonIpProtocol

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 278988
def _section
        :'non-ip-protocol'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 278985
def has_multiple_values?
        false
end
list_type() click to toggle source

exclude or include list

# File lib/palo_alto/config.rb, line 279066
def list_type
        prop_get('list-type')
end
list_type=(val) click to toggle source

exclude or include list

# File lib/palo_alto/config.rb, line 279070
def list_type=(val)
        prop_set('list-type', val)
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 279048
def protocol
        if @create_children
                @subclasses['protocol'] ||= Protocol.new(parent_instance: self, create_children: @create_children)
        else
                Protocol.new(parent_instance: self)
        end
end