@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20240812 → 0.0.20240905

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +33 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://networkmanagement.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240812
12
+ // Revision: 20240905
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -540,6 +540,34 @@ declare namespace gapi.client {
540
540
  /** The time of the configuration analysis. */
541
541
  verifyTime?: string;
542
542
  }
543
+ interface RedisClusterInfo {
544
+ /** Discovery endpoint IP address of a Redis Cluster. */
545
+ discoveryEndpointIpAddress?: string;
546
+ /** Name of a Redis Cluster. */
547
+ displayName?: string;
548
+ /** Name of the region in which the Redis Cluster is defined. For example, "us-central1". */
549
+ location?: string;
550
+ /** URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}". */
551
+ networkUri?: string;
552
+ /** Secondary endpoint IP address of a Redis Cluster. */
553
+ secondaryEndpointIpAddress?: string;
554
+ /** URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}" */
555
+ uri?: string;
556
+ }
557
+ interface RedisInstanceInfo {
558
+ /** Name of a Cloud Redis Instance. */
559
+ displayName?: string;
560
+ /** URI of a Cloud Redis Instance network. */
561
+ networkUri?: string;
562
+ /** Primary endpoint IP address of a Cloud Redis Instance. */
563
+ primaryEndpointIp?: string;
564
+ /** Read endpoint IP address of a Cloud Redis Instance (if applicable). */
565
+ readEndpointIp?: string;
566
+ /** Region in which the Cloud Redis Instance is defined. */
567
+ region?: string;
568
+ /** URI of a Cloud Redis Instance. */
569
+ uri?: string;
570
+ }
543
571
  interface RerunConnectivityTestRequest {}
544
572
  interface RouteInfo {
545
573
  /** Destination IP range of the route. */
@@ -638,6 +666,10 @@ declare namespace gapi.client {
638
666
  projectId?: string;
639
667
  /** Display information of a ProxyConnection. */
640
668
  proxyConnection?: ProxyConnectionInfo;
669
+ /** Display information of a Redis Cluster. */
670
+ redisCluster?: RedisClusterInfo;
671
+ /** Display information of a Redis Instance. */
672
+ redisInstance?: RedisInstanceInfo;
641
673
  /** Display information of a Compute Engine route. */
642
674
  route?: RouteInfo;
643
675
  /** Display information of a Serverless network endpoint group backend. Used only for return traces. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networkmanagement-v1",
3
- "version": "0.0.20240812",
3
+ "version": "0.0.20240905",
4
4
  "description": "TypeScript typings for Network Management API v1",
5
5
  "repository": {
6
6
  "type": "git",