This object represents the configured ARP Ping timeout of both current node and peer node
Name | Type | Description | Attributes |
---|---|---|---|
arping-time-out | 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 |
peer-host | PeerHost | The peer node's host name. Leave blank if peer node does not need to be configured | |
peer-host-port | xs:int | The peer node's port number. Leave blank if peer node does not need to be configured | |
peer-admin-username | PeerAdminUsername | The peer node's admin user name. Leave blank if peer node does not need to be configured | |
peer-admin-password | PeerAdminPassword | The peer node's admin user password. Leave blank if peer node does not need to be configured |
Name | Type | Restrictions |
---|---|---|
PeerAdminPassword | xs:string | Length of value must be >=1 Length of value must be <=128 |
PeerAdminUsername | xs:string | Length of value must be >=1 Length of value must be <=256 |
PeerHost | xs:string | Length of value must be >=1 Length of value must be <=256 |
ArpingTimeOut | xs:unsignedShort |