licenseDTO
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Copyright 2013 WANdisco
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
licenseType (string) | 0/1 | |
numberOfNodes (int) | 1/1 | |
allowedIps (string) | 0/unbounded | |
maxUsers (int) | 1/1 | |
currentUsers (int) | 1/1 | |
companyName (string) | 0/1 | |
expiry (long) | 1/1 | |
users (string) | 0/unbounded | |
rawproperties (licensePropertyListDTO) | 0/1 | |
acpType (string) | 0/1 | |
hasWarning (boolean) | 1/1 | |
hasError (boolean) | 1/1 | |
message (string) | 0/1 |
JSON
property | type | description |
---|---|---|
licenseType | licenseType (string) | |
numberOfNodes | numberOfNodes (int) | |
allowedIps | array of allowedIps (string) | |
maxUsers | maxUsers (int) | |
currentUsers | currentUsers (int) | |
companyName | companyName (string) | |
expiry | expiry (long) | |
users | array of users (string) | |
rawproperties | rawproperties (licensePropertyListDTO) | |
acpType | acpType (string) | |
hasWarning | hasWarning (boolean) | |
hasError | hasError (boolean) | |
message | message (string) |