This object represents the configured ARP Ping timeout of both current node and peer node
Name | Type | Description | Attributes |
---|---|---|---|
arpingTimeOut | ArpingTimeOut | HA system uses arping to detect whether the virtual IP address is up or not. This is used to set the timeout value of the command. Default is 3 seconds. | Mandatory |
peerHost | PeerHost | The peer node's host name. Leave blank if peer node does not need to be configured | |
peerHostPort | int | The peer node's port number. Leave blank if peer node does not need to be configured | |
peerAdminUsername | PeerAdminUsername | The peer node's admin user name. Leave blank if peer node does not need to be configured | |
peerAdminPassword | PeerAdminPassword | The peer node's admin user password. Leave blank if peer node does not need to be configured |
Name | Type | Restrictions |
---|---|---|
PeerAdminPassword | string | Length of value must be >=1 Length of value must be <=128 |
PeerAdminUsername | string | Length of value must be >=1 Length of value must be <=256 |
PeerHost | string | Length of value must be >=1 Length of value must be <=256 |
ArpingTimeOut | unsignedShort |