class PaloAlto::XML::Config::Shared::ContentPreview::Application::Entry::Default::Port

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 15876
def _section
        :'port'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 15873
def has_multiple_values?
        true
end
member() click to toggle source

protocol port specification : {tcp|udp}/{dynamic|port range list} (e.g. tcp/8080, tcp/80,443, tcp/0-1024,10000, udp/dynamic)

# File lib/palo_alto/config.rb, line 15886
def member
        prop_get('member')
end
member=(val) click to toggle source

protocol port specification : {tcp|udp}/{dynamic|port range list} (e.g. tcp/8080, tcp/80,443, tcp/0-1024,10000, udp/dynamic)

# File lib/palo_alto/config.rb, line 15890
def member=(val)
        prop_set('member', val)
end