VspClusterIpRange_1

VspClusterIpRange_1
VspClusterIpRange_1

IP range specification for the VCFA consumption cluster (VSP cluster) IP pool.

Defines a contiguous block of IP addresses from startIpAddress to endIpAddress (inclusive). Example: startIpAddress "10.0.0.80", endIpAddress "10.0.0.89" represents 10 IPs.

Must provide between 5 and 256 contiguous IP addresses (VCFA consumption cluster requirement). Other cluster types have different minimum IP requirements.

JSON Example
{
    "startIpAddress": "10.0.0.80",
    "endIpAddress": "10.0.0.89"
}
string As ipv4 As ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
startIpAddress
Required  

Starting IPv4 address of the range (inclusive)

string As ipv4 As ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
endIpAddress
Required  

Ending IPv4 address of the range (inclusive)

Property Of