IPAddressAllocateSpecification
IPAddressAllocateSpecification
Specification for allocating ip addresses managed by the user
JSON Example
{
"description": "string",
"ipAddresses": [
"[\"10.10.10.1\",\"10.10.10.2\"] or \n[\"fc00:10:118:136:fcd8:d68d:9701:8975\",\"fc00:10:118:136:fcd8:d68d:9701:8985\"]"
],
"numberOfIps": 0
}
string
description
Optional
Description
array of
string
ipAddresses
Optional
A set of ip addresses IPv4 or IPv6.
integer As int32
As int32
numberOfIps
Optional
Number of ip addresses to allocate from the network ip range.