class PaloAlto::XML::Config::Devices::Entry::Template::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 175206
def _section
        :'static-address'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 175203
def has_multiple_values?
        false
end
ip() click to toggle source

static ip address

# File lib/palo_alto/config.rb, line 175220
def ip
        prop_get('ip')
end
ip=(val) click to toggle source

static ip address

# File lib/palo_alto/config.rb, line 175224
def ip=(val)
        prop_set('ip', val)
end