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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 109091
def _section
        :'entry'
end
application() click to toggle source
# File lib/palo_alto/config.rb, line 109578
def application
        prop_get('application')
end
application=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109581
def application=(val)
        prop_set('application', val)
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 109554
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109557
def description=(val)
        prop_set('description', val)
end
destination() click to toggle source
# File lib/palo_alto/config.rb, line 109443
def destination
        if @create_children
                @subclasses['destination'] ||= Destination.new(parent_instance: self, create_children: @create_children)
        else
                Destination.new(parent_instance: self)
        end
end
disabled() click to toggle source

Disable the rule

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

Disable the rule

# File lib/palo_alto/config.rb, line 109551
def disabled=(val)
        prop_set('disabled', val)
end
from() click to toggle source
# File lib/palo_alto/config.rb, line 109266
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 109560
def group_tag
        prop_get('group-tag')
end
group_tag=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109563
def group_tag=(val)
        prop_set('group-tag', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 109088
def has_multiple_values?
        false
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 109531
def name
        prop_get('@name')
end
negate_destination() click to toggle source
# File lib/palo_alto/config.rb, line 109540
def negate_destination
        prop_get('negate-destination')
end
negate_destination=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109543
def negate_destination=(val)
        prop_set('negate-destination', val)
end
negate_source() click to toggle source
# File lib/palo_alto/config.rb, line 109534
def negate_source
        prop_get('negate-source')
end
negate_source=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109537
def negate_source=(val)
        prop_set('negate-source', val)
end
port() click to toggle source
# File lib/palo_alto/config.rb, line 109572
def port
        prop_get('port')
end
port=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109575
def port=(val)
        prop_set('port', val)
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 109566
def protocol
        prop_get('protocol')
end
protocol=(val) click to toggle source
# File lib/palo_alto/config.rb, line 109569
def protocol=(val)
        prop_set('protocol', val)
end
source() click to toggle source
# File lib/palo_alto/config.rb, line 109359
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_user() click to toggle source
# File lib/palo_alto/config.rb, line 109400
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 109473
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 109225
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 109313
def to
        if @create_children
                @subclasses['to'] ||= To.new(parent_instance: self, create_children: @create_children)
        else
                To.new(parent_instance: self)
        end
end