class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Interface::Ha4

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 274773
def _section
        :'ha4'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 274770
def has_multiple_values?
        false
end
ip_address() click to toggle source

IPv4/IPv6 address for the HA4 interface

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

IPv4/IPv6 address for the HA4 interface

# File lib/palo_alto/config.rb, line 274819
def ip_address=(val)
        prop_set('ip-address', val)
end
netmask() click to toggle source

IPv4 netmask for the HA4 interface

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

IPv4 netmask for the HA4 interface

# File lib/palo_alto/config.rb, line 274827
def netmask=(val)
        prop_set('netmask', val)
end
port() click to toggle source

Interface name

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

Interface name

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