NetworkIPRangeSpecification
NetworkIPRangeSpecification
Specification for creating or updating a NetworkIPRange
JSON Example
{
"ipVersion": "string",
"fabricNetworkId": "string",
"name": "string",
"description": "string",
"startIPAddress": "string",
"endIPAddress": "string",
"tags": [
{
"value": "string",
"key": "string"
}
]
}
string
ipVersion
Optional
IP address version: IPv4 or IPv6. Default: IPv4.
Possible values are : IPv4, IPv6,
string
fabricNetworkId
Optional
The Id of the parent fabric network.
string
name
Required
A human-friendly name used as an identifier in APIs that support this option.
string
description
Optional
A human-friendly description.
string
startIPAddress
Required
Start IP address of the range.
string
endIPAddress
Required
End IP address of the range.
array of Tag
tags
Optional
A set of tag keys and optional values that were set on this resource instance.