class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::RedistributionProfile::Entry::Ipv4::Unicast::Static

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 208239
def _section
        :'static'
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 208250
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 208253
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 208236
def has_multiple_values?
        false
end
metric() click to toggle source

Metric

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

Metric

# File lib/palo_alto/config.rb, line 208261
def metric=(val)
        prop_set('metric', val)
end