class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Gtp::Entry::Overbilling

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 99607
def _section
        :'overbilling'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 99604
def has_multiple_values?
        false
end
vsys() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 99619
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 99623
def vsys=(val)
        prop_set('vsys', val)
end