[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
UAGDeploymentCreateTOV2
Properties
string
description
Optional
User defined description for this UAG deployment
string
fqdn
Optional
Admin-defined FQDN of the UAG cluster
map of
InfrastructureResource
infrastructure
Optional
Other infrastructure resources for the deployment. The keys in this map and the interpretation of the values depend on the provider type.
string
name
Optional
User defined name for this UAG deployment
integer as int32
numberOfGateways
Optional
Number of Gateways needed in the UAG deployment cluster
string
orgId
Optional
Org ID that owns this record
string
providerInstanceId
Optional
Provider instance to where this UAG deployment is deployed
map of
string
resourceTags
Optional
Resource tags that are added to UAG deployment
string
type
Optional
UAG deployment type
JSON Example
{
"description": "UAG Deployment description",
"fqdn": "www.example.com",
"name": "My UAG Deployment",
"numberOfGateways": 2,
"orgId": "0123456789",
"providerInstanceId": "0123456789",
"type": "EXTERNAL | INTERNAL | INTERNAL_AND_EXTERNAL"
}