class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer3::Pppoe::StaticAddress
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 281740 def _section :'static-address' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 281737 def has_multiple_values? false end
ip()
click to toggle source
static ip address
# File lib/palo_alto/config.rb, line 281754 def ip prop_get('ip') end
ip=(val)
click to toggle source
static ip address
# File lib/palo_alto/config.rb, line 281758 def ip=(val) prop_set('ip', val) end