Description | The address type can be one of five types:
NSAP, E164, GWID, notapplicable or unspecified.
It determines which object contains the scope
for the VCCI, i.e. whether the VCCI needs to
be unique relative to NSAP, E164 address or GWID.
'notApplicable (1)' : no valid addresses are
required and no validation
of VCCI uniqueness for a
remote address is performed.
'nsap (2)' : object vismFarEndNSAPAddress
contains the address.
'e164 (3)' : object vismFarEndE164Address
contains the address.
'gwid (4)' : object vismFarEndGWIDAddress
contains the address.
'unspecified (5)' : no valid addresses are required
but VCCI needs to be unique.
While this object is writeable, it is recommended
not to change the value of this object once it
has been created. However, upon modification to
any value other than notapplicable, it will be
ensured that the resulting combination of VCCI
and remote address is unique. Requests that would
result in a non-unique combination will be rejected.
If the vismFarEndAddressType is one of 'nsap',
'e164' or 'gwid', the far end address has to be
specified. |