class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::NetworkInfo::Criteria

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 19654
def _section
        :'criteria'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 19651
def has_multiple_values?
        false
end
network() click to toggle source
# File lib/palo_alto/config.rb, line 19834
def network
        if @create_children
                @subclasses['network'] ||= Network.new(parent_instance: self, create_children: @create_children)
        else
                Network.new(parent_instance: self)
        end
end