class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::Roles::Entry::ClientMaxBandwidth
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 236657 def _section :'client-max-bandwidth' end
client_to_gateway()
click to toggle source
client's max sending bandwidth through VPN in mbps
# File lib/palo_alto/config.rb, line 236677 def client_to_gateway prop_get('client-to-gateway') end
client_to_gateway=(val)
click to toggle source
client's max sending bandwidth through VPN in mbps
# File lib/palo_alto/config.rb, line 236681 def client_to_gateway=(val) prop_set('client-to-gateway', val) end
gateway_to_client()
click to toggle source
client's max receiving bandwidth through VPN in mbps
# File lib/palo_alto/config.rb, line 236685 def gateway_to_client prop_get('gateway-to-client') end
gateway_to_client=(val)
click to toggle source
client's max receiving bandwidth through VPN in mbps
# File lib/palo_alto/config.rb, line 236689 def gateway_to_client=(val) prop_set('gateway-to-client', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 236654 def has_multiple_values? false end