class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Interface::Ha1

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 167678
def _section
        :'ha1'
end
encryption() click to toggle source
# File lib/palo_alto/config.rb, line 167697
def encryption
        @subclasses['encryption'] ||= Encryption.new(parent_instance: self, create_children: @create_children)
end
gateway() click to toggle source

IPv4/IPv6 Gateway for the HA1 interface

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

IPv4/IPv6 Gateway for the HA1 interface

# File lib/palo_alto/config.rb, line 167825
def gateway=(val)
        prop_set('gateway', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 167675
def has_multiple_values?
        false
end
ip_address() click to toggle source

IPv4/IPv6 address for the HA1 interface

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

IPv4/IPv6 address for the HA1 interface

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

hold time in milliseconds to allow ha1 link flapping, default 3000

# File lib/palo_alto/config.rb, line 167829
def monitor_hold_time
        prop_get('monitor-hold-time')
end
monitor_hold_time=(val) click to toggle source

hold time in milliseconds to allow ha1 link flapping, default 3000

# File lib/palo_alto/config.rb, line 167833
def monitor_hold_time=(val)
        prop_set('monitor-hold-time', val)
end
netmask() click to toggle source

IPv4 netmask for the HA1 interface

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

IPv4 netmask for the HA1 interface

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

Interface name

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

Interface name

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