class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::RoutingTable::Ip::StaticRoute::Entry

Public Instance Methods

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

adminitrative distance

# File lib/palo_alto/config.rb, line 193583
def admin_dist
        prop_get('admin-dist')
end
admin_dist=(val) click to toggle source

adminitrative distance

# File lib/palo_alto/config.rb, line 193587
def admin_dist=(val)
        prop_set('admin-dist', val)
end
bfd() click to toggle source
# File lib/palo_alto/config.rb, line 193348
def bfd
        @subclasses['bfd'] ||= Bfd.new(parent_instance: self, create_children: @create_children)
end
destination() click to toggle source

Destination IP address/prefix

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

Destination IP address/prefix

# File lib/palo_alto/config.rb, line 193573
def destination=(val)
        prop_set('destination', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 193145
def has_multiple_values?
        false
end
interface() click to toggle source
# File lib/palo_alto/config.rb, line 193576
def interface
        prop_get('interface')
end
interface=(val) click to toggle source
# File lib/palo_alto/config.rb, line 193579
def interface=(val)
        prop_set('interface', val)
end
metric() click to toggle source

metric value (path cost)

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

metric value (path cost)

# File lib/palo_alto/config.rb, line 193595
def metric=(val)
        prop_set('metric', val)
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 193565
def name
        prop_get('@name')
end
nexthop() click to toggle source
# File lib/palo_alto/config.rb, line 193253
def nexthop
        if @create_children
                @subclasses['nexthop'] ||= Nexthop.new(parent_instance: self, create_children: @create_children)
        else
                Nexthop.new(parent_instance: self)
        end
end
path_monitor() click to toggle source
# File lib/palo_alto/config.rb, line 193521
def path_monitor
        @subclasses['path-monitor'] ||= PathMonitor.new(parent_instance: self, create_children: @create_children)
end
route_table() click to toggle source
# File lib/palo_alto/config.rb, line 193317
def route_table
        @subclasses['route-table'] ||= RouteTable.new(parent_instance: self, create_children: @create_children)
end