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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 19668
def _section
        :'is'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 19665
def has_multiple_values?
        true
end
mobile() click to toggle source
# File lib/palo_alto/config.rb, line 19718
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 19730
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 19695
def wifi
        @subclasses['wifi'] ||= Wifi.new(parent_instance: self, create_children: @create_children)
end