class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::ConditionalAdvertisement::Policy::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 202614
def _section
        :'entry'
end
advertise_filters() click to toggle source
enable() click to toggle source

enble this policy

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

enble this policy

# File lib/palo_alto/config.rb, line 203286
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 202611
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 203278
def name
        prop_get('@name')
end
non_exist_filters() click to toggle source
# File lib/palo_alto/config.rb, line 202948
def non_exist_filters
        if @create_children
                @subclasses['non-exist-filters'] ||= NonExistFilters.new(parent_instance: self, create_children: @create_children)
        else
                NonExistFilters.new(parent_instance: self)
        end
end
used_by() click to toggle source
# File lib/palo_alto/config.rb, line 202636
def used_by
        if @create_children
                @subclasses['used-by'] ||= UsedBy.new(parent_instance: self, create_children: @create_children)
        else
                UsedBy.new(parent_instance: self)
        end
end