class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Vlan::Units::Entry::Ipv6::NeighborDiscovery::RouterAdvertisement::Prefix::Entry::PreferredLifetime
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 184062 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 184091 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 184095 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 184083 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 184087 def fixed_time=(val) prop_set('fixed-time', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 184059 def has_multiple_values? true end