class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Profiles::ZoneProtectionProfile::Entry::L2SecGroupTagProtection::Tags::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 279095 def _section :'entry' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 279127 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 279130 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 279092 def has_multiple_values? false end
name()
click to toggle source
tag name
# File lib/palo_alto/config.rb, line 279116 def name prop_get('@name') end
tag()
click to toggle source
tag or range of tags to block
# File lib/palo_alto/config.rb, line 279120 def tag prop_get('tag') end
tag=(val)
click to toggle source
tag or range of tags to block
# File lib/palo_alto/config.rb, line 279124 def tag=(val) prop_set('tag', val) end