class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::Ipv6::NeighborDiscovery::RouterAdvertisement::Prefix::Entry::ValidLifetime

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 179188
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 179217
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 179221
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 179209
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 179213
def fixed_time=(val)
        prop_set('fixed-time', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 179185
def has_multiple_values?
        true
end