ImportTenantDataCenterModel

Per-datacenter settings for a tenant.

Properties

NameDescription Additional information
Id

ID of the datacenter.

Type: String

NetScalerGatewayAddress

Address of the NetScaler Gateway used by the tenant in this datacenter. Only applies when the tenant uses a private NetScaler Gateway isolation mode.

If not specified, the default is "https://ag.[Tenant-ShortName].[Datacenter-ShortName].[ExternalDNSSuffix]".

For example, if the tenant shortname is "tenant1", the datacenter shortname is "us", and the external DNS suffix is "csp.com", then the default will be "https://ag.tenant1.us.csp.com".

Type: String

Sample

application/json

Sample:
{
  "Id": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a",
  "NetScalerGatewayAddress": "https://ag.tenant1.datacenter1.mydomain.com"
}