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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 19746
def _section
        :'is-not'
end
ethernet() click to toggle source
# File lib/palo_alto/config.rb, line 19808
def ethernet
        @subclasses['ethernet'] ||= Ethernet.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 19743
def has_multiple_values?
        true
end
mobile() click to toggle source
# File lib/palo_alto/config.rb, line 19796
def mobile
        @subclasses['mobile'] ||= Mobile.new(parent_instance: self, create_children: @create_children)
end
unknown() click to toggle source
# File lib/palo_alto/config.rb, line 19820
def unknown
        @subclasses['unknown'] ||= Unknown.new(parent_instance: self, create_children: @create_children)
end
wifi() click to toggle source
# File lib/palo_alto/config.rb, line 19773
def wifi
        @subclasses['wifi'] ||= Wifi.new(parent_instance: self, create_children: @create_children)
end