class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Qos::Profile::Entry::ClassBandwidthType::Mbps::Class::Entry::ClassBandwidth

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 298352
def _section
        :'class-bandwidth'
end
egress_guaranteed() click to toggle source

guaranteed sending bandwidth in mbps

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

guaranteed sending bandwidth in mbps

# File lib/palo_alto/config.rb, line 298386
def egress_guaranteed=(val)
        prop_set('egress-guaranteed', val)
end
egress_max() click to toggle source

max sending bandwidth in mbps

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

max sending bandwidth in mbps

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