class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Vlan::Units::Entry::Ipv6::NeighborDiscovery::RouterAdvertisement::Prefix::Entry::ValidLifetime

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 290548
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 290577
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 290581
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 290569
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 290573
def fixed_time=(val)
        prop_set('fixed-time', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 290545
def has_multiple_values?
        true
end