vpnClientStatus Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs constraints description
connected boolean element edc 1/1 required  
ipAddress string element edc 0/1    

Example

<vpnClientStatus xmlns="http://eurotech.com/edc/2.0">
  <connected>...</connected>
  <ipAddress>...</ipAddress>
</vpnClientStatus>