InlineIpSpace1

InlineIpSpace1
InlineIpSpace1
JSON Example
{
    "ipSpaceRanges": {
        "ipRanges": [
            {
                "id": "string",
                "startIpAddress": "string",
                "endIpAddress": "string",
                "totalIpCount": "string",
                "allocatedIpCount": "string",
                "allocatedIpPercentage": "number"
            }
        ],
        "defaultFloatingIpQuota": 0
    },
    "ipSpacePrefixes": [
        {
            "ipPrefixSequence": [
                {
                    "id": "string",
                    "startingPrefixIpAddress": "string",
                    "prefixLength": 0,
                    "totalPrefixCount": 0,
                    "allocatedPrefixCount": 0,
                    "allocatedPrefixPercentage": "number"
                }
            ],
            "defaultQuotaForPrefixLength": 0
        }
    ],
    "ipSpaceInternalScope": [
        "string"
    ],
    "ipSpaceExternalScope": "string",
    "routeAdvertisementEnabled": false,
    "defaultGatewayServiceConfig": {
        "enableDefaultSnatRuleCreation": false,
        "enableDefaultNoSnatRuleCreation": false,
        "enableDefaultFirewallRuleCreation": false
    }
}
ipSpaceRanges
Optional

ipSpaceRanges

ipSpacePrefixes
Optional

List of IP Prefixes.

array of string
ipSpaceInternalScope
Required

This defines the exact span of IP addresses in a CIDR format within which all IP Ranges and IP Prefixes of this IP Space must be contained. This typically defines the span of IP addresses used within this Data Center. This is used by the system for creation of NAT rules and BGP prefixes.

string
ipSpaceExternalScope
Optional

This defines the total span of IP addresses in a CIDR format within which all IP Ranges and IP Prefixes of this IP Space must be contained. This is used by the system for creation of NAT rules and BGP prefixes. This typically defines the span of IP addresses outside the bounds of this Data Center. For the internet this may be 0.0.0.0/0. For a WAN, this could be 10.0.0.0/8.

boolean
routeAdvertisementEnabled
Optional

Whether the route advertisement is enabled for this IP Space or not. If true, the routed Org VDC networks which are configured from this IP Space will be advertised from the connected Edge Gateway to the Provider Gateway. Route advertisement must be enabled on a particular network for it to be advertised. Networks from the PRIVATE IP Spaces will only be advertised if the associated Provider Gateway is owned by the Organization.

defaultGatewayServiceConfig
Optional

defaultGatewayServiceConfig

Used By