class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::TunnelInspect::Rules::Entry::TunnelId::Vni::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 115942 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 115939 def has_multiple_values? false end
id()
click to toggle source
# File lib/palo_alto/config.rb, line 115959 def id prop_get('id') end
id=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 115962 def id=(val) prop_set('id', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 115956 def name prop_get('@name') end