TenantDataCenterModel
Details related to a tenant's usage of a datacenter.
Properties
| Name | Description | Additional information |
|---|---|---|
| DataCenter | Datacenter. |
Type: ReferenceModel |
| NetScalerGatewayAddress | Address of the NetScaler Gateway that the tenant's users will use for external access to session machines in the datacenter. |
Type: String |
Sample
application/json
Sample:
{
"DataCenter": {
"Href": "[api:DataCenters(af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a)]",
"Name": "datacenter1",
"Id": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a"
},
"NetScalerGatewayAddress": "https://ag.tenant1.datacenter1.csp.com"
}