class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 277911
def _section
        :'action'
end
alert() click to toggle source
# File lib/palo_alto/config.rb, line 277935
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 277923
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 277947
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 277982
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 277908
def has_multiple_values?
        true
end