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

Public Instance Methods

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

adminitrative distance

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

adminitrative distance

# File lib/palo_alto/config.rb, line 194052
def admin_dist=(val)
        prop_set('admin-dist', val)
end
bfd() click to toggle source
# File lib/palo_alto/config.rb, line 193817
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 194034
def destination
        prop_get('destination')
end
destination=(val) click to toggle source

Destination IP address/prefix

# File lib/palo_alto/config.rb, line 194038
def destination=(val)
        prop_set('destination', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 193634
def has_multiple_values?
        false
end
interface() click to toggle source
# File lib/palo_alto/config.rb, line 194041
def interface
        prop_get('interface')
end
interface=(val) click to toggle source
# File lib/palo_alto/config.rb, line 194044
def interface=(val)
        prop_set('interface', val)
end
metric() click to toggle source

metric value (path cost)

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

metric value (path cost)

# File lib/palo_alto/config.rb, line 194060
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 194030
def name
        prop_get('@name')
end
nexthop() click to toggle source
# File lib/palo_alto/config.rb, line 193722
def nexthop
        if @create_children
                @subclasses['nexthop'] ||= Nexthop.new(parent_instance: self, create_children: @create_children)
        else
                Nexthop.new(parent_instance: self)
        end
end
option() click to toggle source
# File lib/palo_alto/config.rb, line 193750
def option
        @subclasses['option'] ||= Option.new(parent_instance: self, create_children: @create_children)
end
path_monitor() click to toggle source
# File lib/palo_alto/config.rb, line 193988
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 193786
def route_table
        @subclasses['route-table'] ||= RouteTable.new(parent_instance: self, create_children: @create_children)
end