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: cloud-controlplane/cloud-controlplane.yaml
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,8 @@ components:
107
107
type: string
108
108
type: array
109
109
connect_console:
110
-
description: Whether Console is connected in Redpanda AWS Private Link Service.
110
+
description: Whether Console is connected in Redpanda AWS Private Link Service. The default is true if not set.
111
+
nullable: true
111
112
type: boolean
112
113
enabled:
113
114
description: Whether Redpanda AWS Private Link Endpoint Service is enabled.
@@ -221,7 +222,8 @@ components:
221
222
type: string
222
223
type: array
223
224
connect_console:
224
-
description: Whether Console is connected in Redpanda Azure Private Link Service.
225
+
description: Whether Console is connected in Redpanda Azure Private Link Service. The default is true if not set.
226
+
nullable: true
225
227
type: boolean
226
228
enabled:
227
229
description: Enabled controls if Azure Private Link Endpoint Service is enabled.
@@ -265,6 +267,8 @@ components:
265
267
Cluster:
266
268
description: Resource describing a Cluster.
267
269
properties:
270
+
api_gateway_access:
271
+
$ref: '#/components/schemas/NetworkAccessMode'
268
272
aws_private_link:
269
273
$ref: '#/components/schemas/AWSPrivateLink'
270
274
azure_private_link:
@@ -504,6 +508,8 @@ components:
504
508
ClusterCreate:
505
509
description: Resource describing a Create Cluster.
506
510
properties:
511
+
api_gateway_access:
512
+
$ref: '#/components/schemas/NetworkAccessMode'
507
513
aws_private_link:
508
514
$ref: '#/components/schemas/AWSPrivateLinkSpec'
509
515
azure_private_link:
@@ -646,6 +652,8 @@ components:
646
652
ClusterUpdate:
647
653
description: Resource describing an Update Cluster.
648
654
properties:
655
+
api_gateway_access:
656
+
$ref: '#/components/schemas/NetworkAccessMode'
649
657
aws_private_link:
650
658
$ref: '#/components/schemas/AWSPrivateLinkSpec'
651
659
azure_private_link:
@@ -1944,6 +1952,12 @@ components:
1944
1952
- STATE_DELETING
1945
1953
- STATE_FAILED
1946
1954
type: string
1955
+
NetworkAccessMode:
1956
+
description: Network access mode for an endpoint.
1957
+
enum:
1958
+
- NETWORK_ACCESS_MODE_PRIVATE
1959
+
- NETWORK_ACCESS_MODE_PUBLIC
1960
+
type: string
1947
1961
NetworkCreate:
1948
1962
description: Redpanda Cloud network properties.
1949
1963
properties:
@@ -3258,7 +3272,7 @@ components:
3258
3272
x-client-id: dQjapNIAHhF7EQqQToRla3yEII9sUSap
3259
3273
type: oauth2
3260
3274
info:
3261
-
description: 'Use the Control Plane API to manage resources in your Redpanda Cloud organization such as clustersand networks.'
3275
+
description: The Redpanda Cloud Control Plane API allows programmatic management of Redpanda Cloud resources including clusters, networks, and resource groups.
- description: Manage [Redpanda Serverless](https://docs.redpanda.com/redpanda-cloud/get-started/cloud-overview/#redpanda-cloud-cluster-types) clusters. For detailed steps, see [Use the Control Plane API with Serverless](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-serverless-controlplane-api/).
- description: Manage Redpanda Serverless Private Links. For detailed steps and information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/).
5694
5714
name: Serverless Private Links
5695
5715
- description: See available Redpanda Serverless regions.
0 commit comments