class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer3::Units::Entry::Ipv6::NeighborDiscovery::RouterAdvertisement::Prefix::Entry::PreferredLifetime

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 176418
def _section
        :'preferred-lifetime'
end
expire_time() click to toggle source

expiration time in date time specification hh at YYYY/MM/DD:mm:ss (e.g. 23 at 2006/08/01:59:59)

# File lib/palo_alto/config.rb, line 176447
def expire_time
        prop_get('expire-time')
end
expire_time=(val) click to toggle source

expiration time in date time specification hh at YYYY/MM/DD:mm:ss (e.g. 23 at 2006/08/01:59:59)

# File lib/palo_alto/config.rb, line 176451
def expire_time=(val)
        prop_set('expire-time', val)
end
fixed_time() click to toggle source

Fixed value (in seconds) of the Preferred Lifetime field of the prefix in Router Advertisement messages

# File lib/palo_alto/config.rb, line 176439
def fixed_time
        prop_get('fixed-time')
end
fixed_time=(val) click to toggle source

Fixed value (in seconds) of the Preferred Lifetime field of the prefix in Router Advertisement messages

# File lib/palo_alto/config.rb, line 176443
def fixed_time=(val)
        prop_set('fixed-time', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 176415
def has_multiple_values?
        true
end