AerospikeClient SetWhitelist Method Aerospike
Set IP address whitelist for a role. If whitelist is null or empty, remove existing whitelist from role.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.8.1.0 (3.8.1)
Syntax

Parameters

policy
Type: Aerospike.Client AdminPolicy
admin configuration parameters, pass in null for defaults
roleName
Type: OnlineSystem String
role name
whitelist
Type: OnlineSystem.Collections.Generic IList OnlineString 
list of allowable IP addresses or null. IP addresses can contain wildcards (ie. 10.1.2.0/24).
Exceptions

See Also