NetworkIPRangeSpecification
NetworkIPRangeSpecification
Specification for creating or updating a NetworkIPRange
JSON Example
{
"name": "string",
"description": "string",
"fabricNetworkIds": [
"string"
],
"ipVersion": "string",
"startIPAddress": "string",
"endIPAddress": "string",
"tags": [
{
"key": "fast-network",
"value": "true"
}
]
}
string
name
Required
A human-friendly name used as an identifier in APIs that support this option.
string
description
Optional
A human-friendly description.
array of
string
fabricNetworkIds
Optional
The Ids of the fabric networks.
string
ipVersion
Optional
IP address version: IPv4 or IPv6. Default: IPv4.
Possible values are :
IPv4,
IPv6,
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.