vpnConnectionsResult Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs description
vpnConnection list of vpnConnection element edc 0/unbounded  

Example

<vpnConnectionsResult xmlns="http://eurotech.com/edc/2.0">
  <vpnConnection>
    <id>...</id>
    <accountId>...</accountId>
    <createdOn>...</createdOn>
    <modifiedOn>...</modifiedOn>
    <userId>...</userId>
    <deviceId>...</deviceId>
    <inetAddress>...</inetAddress>
    <optlock>...</optlock>
  </vpnConnection>
</vpnConnectionsResult>