We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405d438 commit 68fcedbCopy full SHA for 68fcedb
packages/clients/src/api/redis/v1/types.gen.ts
@@ -526,13 +526,18 @@ export type UpdateClusterRequest = {
526
export type UpdateEndpointRequest = {
527
/** Zone to target. If none is passed will use default zone from the config. */
528
zone?: Zone
529
+ /** UUID of the endpoint you want to get. */
530
endpointId: string
531
/**
532
+ * Private Network details.
533
+ *
534
* One-of ('endpointType'): at most one of 'privateNetwork', 'publicNetwork'
535
* could be set.
536
*/
537
privateNetwork?: EndpointSpecPrivateNetworkSpec
538
539
+ * Public network details.
540
541
542
543
0 commit comments