NsxStretchClusterSpec
NsxStretchClusterSpec
This specification contains NSX configuration for Secondary AZ Hosts
JSON Example
{
"ipAddressPoolsSpec": [
{
"description": "string",
"ignoreUnavailableNsxtCluster": false,
"name": "string",
"subnets": [
{
"cidr": "string",
"gateway": "string",
"ipAddressPoolRanges": [
{
"end": "string",
"start": "string"
}
]
}
]
}
],
"uplinkProfiles": [
{
"name": "string",
"supportedTeamingPolicies": {
"supportedTeamingPolicies": "string"
},
"teamings": [
{
"activeUplinks": [
"string"
],
"policy": "string",
"standByUplinks": [
"string"
]
}
],
"transportVlan": 0
}
]
}