class PaloAlto::XML::Config::Shared::Profiles::Gtp::Entry::Overbilling
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 26893 def _section :'overbilling' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 26890 def has_multiple_values? false end
vsys()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 26903 def vsys prop_get('vsys') end
vsys=(val)
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 26907 def vsys=(val) prop_set('vsys', val) end