class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::Units::Entry::Ipv6::NeighborDiscovery::RouterAdvertisement::Prefix::Entry::ValidLifetime
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 180824 def _section :'valid-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 180853 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 180857 def expire_time=(val) prop_set('expire-time', val) end
fixed_time()
click to toggle source
fixed value (in seconds) of the Valid Lifetime field of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 180845 def fixed_time prop_get('fixed-time') end
fixed_time=(val)
click to toggle source
fixed value (in seconds) of the Valid Lifetime field of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 180849 def fixed_time=(val) prop_set('fixed-time', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 180821 def has_multiple_values? true end