EligibleEnterprises

EligibleEnterprises
EligibleEnterprises
This class is array of EligibleEnterpriseResource
JSON Example
[
    {
        "_href": "string",
        "created": "string",
        "alertsEnabled": false,
        "operatorAlertsEnabled": false,
        "endpointPkiMode": "string",
        "name": "string",
        "domain": "string",
        "prefix": "string",
        "logicalId": "string",
        "accountNumber": "string",
        "description": "string",
        "contactName": "string",
        "contactPhone": "string",
        "contactMobile": "string",
        "contactEmail": "string",
        "streetAddress": "string",
        "streetAddress2": "string",
        "city": "string",
        "state": "string",
        "postalCode": "string",
        "country": "string",
        "lat": "number",
        "lon": "number",
        "timezone": "string",
        "locale": "string",
        "modified": "string",
        "gatewayPool": {
            "_href": "string"
        },
        "bastionState": "string",
        "blueGatewayConnectivityStats": {
            "connectedVceCount": "number",
            "tunnelCount": "number",
            "tunnelCountV6": "number",
            "establishedNsdTunnelCount": "number",
            "flowCount": "number"
        },
        "greenGatewayConnectivityStats": {
            "connectedVceCount": "number",
            "tunnelCount": "number",
            "tunnelCountV6": "number",
            "establishedNsdTunnelCount": "number",
            "flowCount": "number"
        }
    }
]