You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cdpcli/data/datahub/datahub.yaml
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ x-form-factors: public
6
6
x-cdp-releases: PUBLIC
7
7
x-audit: true
8
8
info:
9
-
version: 0.9.101
9
+
version: 0.9.102
10
10
title: Cloudera Data hub Service
11
11
license:
12
12
name: Apache 2.0
@@ -1411,6 +1411,10 @@ definitions:
1411
1411
endpoints:
1412
1412
$ref: '#/definitions/Endpoints'
1413
1413
description: The exposed service api endpoints.
1414
+
multiAz:
1415
+
default: false
1416
+
type: boolean
1417
+
description: Flag that toggles the multi availability zone for the given datahub cluster when you are not sure what subnet IDs can be used. This way the subnet IDs will be used what the environment suggests.
1414
1418
ClusterExtension:
1415
1419
type: object
1416
1420
description: Cluster extensions for Data Hub cluster.
@@ -1649,6 +1653,9 @@ definitions:
1649
1653
environmentCrn:
1650
1654
type: string
1651
1655
description: The CRN of the environment.
1656
+
environmentName:
1657
+
type: string
1658
+
description: The name of the environment.
1652
1659
cloudPlatform:
1653
1660
type: string
1654
1661
description: The name of the cloud platform.
@@ -2663,6 +2670,10 @@ definitions:
2663
2670
datahubDatabase:
2664
2671
$ref: '#/definitions/DatahubDatabaseType'
2665
2672
description: 'Database type for datahub. Currently supported values: NONE, NON_HA, HA'
2673
+
multiAz:
2674
+
default: false
2675
+
type: boolean
2676
+
description: Flag that toggles the multi availability zone feature for the given datahub cluster when unsure what subnet IDs can be used. When true, the subnet IDs suggested by the environment will be used.
2666
2677
loadBalancerSku:
2667
2678
description: The SKU for the datahub load balancer. Allowed values are "BASIC", "STANDARD", or "NONE".
0 commit comments