class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::Security::Rules::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 107681
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 109010
def action
        prop_get('action')
end
action=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109013
def action=(val)
        prop_set('action', val)
end
application() click to toggle source
# File lib/palo_alto/config.rb, line 108159
def application
        if @create_children
                @subclasses['application'] ||= Application.new(parent_instance: self, create_children: @create_children)
        else
                Application.new(parent_instance: self)
        end
end
category() click to toggle source
# File lib/palo_alto/config.rb, line 108118
def category
        if @create_children
                @subclasses['category'] ||= Category.new(parent_instance: self, create_children: @create_children)
        else
                Category.new(parent_instance: self)
        end
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 108998
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109001
def description=(val)
        prop_set('description', val)
end
destination() click to toggle source
# File lib/palo_alto/config.rb, line 108039
def destination
        if @create_children
                @subclasses['destination'] ||= Destination.new(parent_instance: self, create_children: @create_children)
        else
                Destination.new(parent_instance: self)
        end
end
destination_hip() click to toggle source
# File lib/palo_alto/config.rb, line 108330
def destination_hip
        if @create_children
                @subclasses['destination-hip'] ||= DestinationHip.new(parent_instance: self, create_children: @create_children)
        else
                DestinationHip.new(parent_instance: self)
        end
end
disabled() click to toggle source

Disable the rule

# File lib/palo_alto/config.rb, line 108991
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source

Disable the rule

# File lib/palo_alto/config.rb, line 108995
def disabled=(val)
        prop_set('disabled', val)
end
from() click to toggle source
# File lib/palo_alto/config.rb, line 107856
def from
        if @create_children
                @subclasses['from'] ||= From.new(parent_instance: self, create_children: @create_children)
        else
                From.new(parent_instance: self)
        end
end
group_tag() click to toggle source
# File lib/palo_alto/config.rb, line 109004
def group_tag
        prop_get('group-tag')
end
group_tag=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109007
def group_tag=(val)
        prop_set('group-tag', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 107678
def has_multiple_values?
        false
end
hip_profiles() click to toggle source
# File lib/palo_alto/config.rb, line 108395
def hip_profiles
        if @create_children
                @subclasses['hip-profiles'] ||= HipProfiles.new(parent_instance: self, create_children: @create_children)
        else
                HipProfiles.new(parent_instance: self)
        end
end
icmp_unreachable() click to toggle source

Send ICMP unreachable error when action is drop or reset

# File lib/palo_alto/config.rb, line 109017
def icmp_unreachable
        prop_get('icmp-unreachable')
end
icmp_unreachable=(val) click to toggle source

Send ICMP unreachable error when action is drop or reset

# File lib/palo_alto/config.rb, line 109021
def icmp_unreachable=(val)
        prop_set('icmp-unreachable', val)
end
log_end() click to toggle source

Log at session end (required for certain ACC tables)

# File lib/palo_alto/config.rb, line 109045
def log_end
        prop_get('log-end')
end
log_end=(val) click to toggle source

Log at session end (required for certain ACC tables)

# File lib/palo_alto/config.rb, line 109049
def log_end=(val)
        prop_set('log-end', val)
end
log_setting() click to toggle source
# File lib/palo_alto/config.rb, line 109030
def log_setting
        prop_get('log-setting')
end
log_setting=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109033
def log_setting=(val)
        prop_set('log-setting', val)
end
log_start() click to toggle source

Log at session start

# File lib/palo_alto/config.rb, line 109037
def log_start
        prop_get('log-start')
end
log_start=(val) click to toggle source

Log at session start

# File lib/palo_alto/config.rb, line 109041
def log_start=(val)
        prop_set('log-start', val)
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 108969
def name
        prop_get('@name')
end
negate_destination() click to toggle source
# File lib/palo_alto/config.rb, line 108984
def negate_destination
        prop_get('negate-destination')
end
negate_destination=(val) click to toggle source
# File lib/palo_alto/config.rb, line 108987
def negate_destination=(val)
        prop_set('negate-destination', val)
end
negate_source() click to toggle source
# File lib/palo_alto/config.rb, line 108978
def negate_source
        prop_get('negate-source')
end
negate_source=(val) click to toggle source
# File lib/palo_alto/config.rb, line 108981
def negate_source=(val)
        prop_set('negate-source', val)
end
option() click to toggle source
# File lib/palo_alto/config.rb, line 108424
def option
        @subclasses['option'] ||= Option.new(parent_instance: self, create_children: @create_children)
end
profile_setting() click to toggle source
# File lib/palo_alto/config.rb, line 108759
def profile_setting
        if @create_children
                @subclasses['profile-setting'] ||= ProfileSetting.new(parent_instance: self, create_children: @create_children)
        else
                ProfileSetting.new(parent_instance: self)
        end
end
qos() click to toggle source
# File lib/palo_alto/config.rb, line 108867
def qos
        @subclasses['qos'] ||= Qos.new(parent_instance: self, create_children: @create_children)
end
rule_type() click to toggle source
# File lib/palo_alto/config.rb, line 109024
def rule_type
        prop_get('rule-type')
end
rule_type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109027
def rule_type=(val)
        prop_set('rule-type', val)
end
schedule() click to toggle source
# File lib/palo_alto/config.rb, line 108972
def schedule
        prop_get('schedule')
end
schedule=(val) click to toggle source
# File lib/palo_alto/config.rb, line 108975
def schedule=(val)
        prop_set('schedule', val)
end
service() click to toggle source
# File lib/palo_alto/config.rb, line 108078
def service
        if @create_children
                @subclasses['service'] ||= Service.new(parent_instance: self, create_children: @create_children)
        else
                Service.new(parent_instance: self)
        end
end
source() click to toggle source
# File lib/palo_alto/config.rb, line 107952
def source
        if @create_children
                @subclasses['source'] ||= Source.new(parent_instance: self, create_children: @create_children)
        else
                Source.new(parent_instance: self)
        end
end
source_hip() click to toggle source
# File lib/palo_alto/config.rb, line 108295
def source_hip
        if @create_children
                @subclasses['source-hip'] ||= SourceHip.new(parent_instance: self, create_children: @create_children)
        else
                SourceHip.new(parent_instance: self)
        end
end
source_imei() click to toggle source
# File lib/palo_alto/config.rb, line 108225
def source_imei
        if @create_children
                @subclasses['source-imei'] ||= SourceImei.new(parent_instance: self, create_children: @create_children)
        else
                SourceImei.new(parent_instance: self)
        end
end
source_imsi() click to toggle source
# File lib/palo_alto/config.rb, line 108192
def source_imsi
        if @create_children
                @subclasses['source-imsi'] ||= SourceImsi.new(parent_instance: self, create_children: @create_children)
        else
                SourceImsi.new(parent_instance: self)
        end
end
source_nw_slice() click to toggle source
# File lib/palo_alto/config.rb, line 108256
def source_nw_slice
        if @create_children
                @subclasses['source-nw-slice'] ||= SourceNwSlice.new(parent_instance: self, create_children: @create_children)
        else
                SourceNwSlice.new(parent_instance: self)
        end
end
source_user() click to toggle source
# File lib/palo_alto/config.rb, line 107993
def source_user
        if @create_children
                @subclasses['source-user'] ||= SourceUser.new(parent_instance: self, create_children: @create_children)
        else
                SourceUser.new(parent_instance: self)
        end
end
tag() click to toggle source
# File lib/palo_alto/config.rb, line 108360
def tag
        if @create_children
                @subclasses['tag'] ||= Tag.new(parent_instance: self, create_children: @create_children)
        else
                Tag.new(parent_instance: self)
        end
end
target() click to toggle source
# File lib/palo_alto/config.rb, line 107815
def target
        @subclasses['target'] ||= Target.new(parent_instance: self, create_children: @create_children)
end
to() click to toggle source
# File lib/palo_alto/config.rb, line 107903
def to
        if @create_children
                @subclasses['to'] ||= To.new(parent_instance: self, create_children: @create_children)
        else
                To.new(parent_instance: self)
        end
end