class PaloAlto::XML::Config::Devices::Entry::Template::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 172562
def _section
        :'entry'
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 172594
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 172597
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 172559
def has_multiple_values?
        false
end
name() click to toggle source

tag name

# File lib/palo_alto/config.rb, line 172583
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 172587
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 172591
def tag=(val)
        prop_set('tag', val)
end