class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Qos::Interface::Entry::InterfaceBandwidth

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 298666
def _section
        :'interface-bandwidth'
end
egress_max() click to toggle source

max bandwidth in mbps

# File lib/palo_alto/config.rb, line 298683
def egress_max
        prop_get('egress-max')
end
egress_max=(val) click to toggle source

max bandwidth in mbps

# File lib/palo_alto/config.rb, line 298687
def egress_max=(val)
        prop_set('egress-max', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 298663
def has_multiple_values?
        false
end