class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::VirtualWire::Units::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 173744
def _section
        :'entry'
end
comment() click to toggle source
# File lib/palo_alto/config.rb, line 173820
def comment
        prop_get('comment')
end
comment=(val) click to toggle source
# File lib/palo_alto/config.rb, line 173823
def comment=(val)
        prop_set('comment', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 173741
def has_multiple_values?
        false
end
ip_classifier() click to toggle source
# File lib/palo_alto/config.rb, line 173766
def ip_classifier
        if @create_children
                @subclasses['ip-classifier'] ||= IpClassifier.new(parent_instance: self, create_children: @create_children)
        else
                IpClassifier.new(parent_instance: self)
        end
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 173801
def name
        prop_get('@name')
end
netflow_profile() click to toggle source

Netflow Server Profile

# File lib/palo_alto/config.rb, line 173813
def netflow_profile
        prop_get('netflow-profile')
end
netflow_profile=(val) click to toggle source

Netflow Server Profile

# File lib/palo_alto/config.rb, line 173817
def netflow_profile=(val)
        prop_set('netflow-profile', val)
end
tag() click to toggle source

802.1q VLAN tag

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

802.1q VLAN tag

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