network_get_network_gateway_pools_result_item

network_get_network_gateway_pools_result_item
network_get_network_gateway_pools_result_item
AllOf
This class requires all of the following:
JSON Example
{
    "id": 0,
    "networkId": 0,
    "enterpriseProxyId": 0,
    "created": "string",
    "name": "string",
    "description": "string",
    "isDefault": false,
    "handOffType": "string",
    "modified": "string",
    "gateways": [
        {
            "gatewayPoolAssocId": 0,
            "poolName": "string",
            "id": 0,
            "created": "string",
            "networkId": 0,
            "enterpriseProxyId": 0,
            "siteId": 0,
            "activationKey": "string",
            "activationState": "string",
            "activationTime": "string",
            "softwareVersion": "string",
            "buildNumber": "string",
            "utilization": "number",
            "utilizationDetail": {
                "load": "number",
                "overall": "number",
                "cpu": "number",
                "memory": "number"
            },
            "connectedEdges": 0,
            "connectedEdgeList": [
                {
                    "vceid": "string"
                }
            ],
            "deviceId": "string",
            "logicalId": "string",
            "name": "string",
            "gatewayState": "string",
            "description": "string",
            "dnsName": "string",
            "isLoadBalanced": 0,
            "privateIpAddress": "string",
            "ipAddress": "string",
            "lastContact": "string",
            "systemUpSince": "string",
            "serviceUpSince": "string",
            "serviceState": "string",
            "endpointPkiMode": "string",
            "handOffDetail": {
                "type": "string",
                "subnets": [
                    {
                        "name": "string",
                        "routeCost": 0,
                        "cidrIp": "string",
                        "cidrPrefix": 0,
                        "encrypt": false,
                        "handOffType": "string"
                    }
                ],
                "icmpProbe": {
                    "enabled": false,
                    "probeType": "string",
                    "cTag": 0,
                    "sTag": 0,
                    "destinationIp": "string",
                    "frequencySeconds": 0,
                    "threshold": 0
                },
                "icmpResponder": {
                    "enabled": false,
                    "ipAddress": "string",
                    "mode": "string"
                }
            },
            "ipsecGatewayDetail": {
                "enabled": false,
                "strictHostCheck": false,
                "strictHostCheckDN": "string"
            },
            "modified": "string"
        }
    ],
    "enterprises": [
        {
            "id": 0,
            "created": "string",
            "networkId": 0,
            "gatewayPoolId": 0,
            "alertsEnabled": 0,
            "operatorAlertsEnabled": 0,
            "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",
            "enterpriseProxyId": 0,
            "enterpriseProxyName": "string"
        }
    ]
}