TenantGlobalDefaultsModel
The subset of global settings that are read-only for tenant administrators.
Properties
| Name | Description | Additional information |
|---|---|---|
| Href | See Hypermedia. |
Type: String |
| RelatedActions | See Hypermedia. |
Type: Array of RelationModel |
| ExternalDnsSuffix | DNS suffix used to configure NetScaler Gateway addresses for cross-datacenter routing of user connections. This suffix is appended to default NetScaler Gateway addresses; for example: https://ag.[datacenter].[ExternalDnsSuffix] |
Type: String |
| IsNetworkIsolationEnabled | True if network isolation is enabled at the global level. |
Type: Boolean |
| IsNetScalerGatewayEnabled | True if NetScaler Gateway use is enabled at the global level. |
Type: Boolean |
| DefaultPrimaryDataCenter | Default primary datacenter that is set at the global level. |
Type: ReferenceModel |
| IsIntegratedProvisioningEnabled | True if the ability to use integrated provisioning to provision machines has been enabled in the Global Settings. |
Type: Boolean |
Sample
application/json
{
"Href": "[api:Tenants(91ade655-feb5-47d3-9585-a5827ad50132)/GlobalDefaults]",
"ExternalDnsSuffix": "csp.com",
"IsNetworkIsolationEnabled": true,
"IsNetScalerGatewayEnabled": true,
"DefaultPrimaryDataCenter": {
"Href": "[api:DataCenters(af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a)]",
"Name": "datacenter1",
"Id": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a"
},
"IsIntegratedProvisioningEnabled": true
}