class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Profiles::ZoneProtectionProfile::Entry::Scan::Entry::Action

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 171378
def _section
        :'action'
end
alert() click to toggle source
# File lib/palo_alto/config.rb, line 171402
def alert
        @subclasses['alert'] ||= Alert.new(parent_instance: self, create_children: @create_children)
end
allow() click to toggle source
# File lib/palo_alto/config.rb, line 171390
def allow
        @subclasses['allow'] ||= Allow.new(parent_instance: self, create_children: @create_children)
end
block() click to toggle source
# File lib/palo_alto/config.rb, line 171414
def block
        @subclasses['block'] ||= Block.new(parent_instance: self, create_children: @create_children)
end
block_ip() click to toggle source
# File lib/palo_alto/config.rb, line 171449
def block_ip
        @subclasses['block-ip'] ||= BlockIp.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 171375
def has_multiple_values?
        true
end