class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Tap

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 279993
def _section
        :'tap'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 279990
def has_multiple_values?
        false
end
netflow_profile() click to toggle source

Netflow Server Profile

# File lib/palo_alto/config.rb, line 280008
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 280012
def netflow_profile=(val)
        prop_set('netflow-profile', val)
end