@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20240821 → 0.0.20240911

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 +29 -3
  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: 20240821
12
+ // Revision: 20240911
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -443,8 +443,12 @@ declare namespace gapi.client {
443
443
  interface NetworkInfo {
444
444
  /** Name of a Compute Engine network. */
445
445
  displayName?: string;
446
- /** The IP range that matches the test. */
446
+ /** The IP range of the subnet matching the source IP address of the test. */
447
447
  matchedIpRange?: string;
448
+ /** URI of the subnet matching the source IP address of the test. */
449
+ matchedSubnetUri?: string;
450
+ /** The region of the subnet matching the source IP address of the test. */
451
+ region?: string;
448
452
  /** URI of a Compute Engine network. */
449
453
  uri?: string;
450
454
  }
@@ -540,6 +544,20 @@ declare namespace gapi.client {
540
544
  /** The time of the configuration analysis. */
541
545
  verifyTime?: string;
542
546
  }
547
+ interface RedisClusterInfo {
548
+ /** Discovery endpoint IP address of a Redis Cluster. */
549
+ discoveryEndpointIpAddress?: string;
550
+ /** Name of a Redis Cluster. */
551
+ displayName?: string;
552
+ /** Name of the region in which the Redis Cluster is defined. For example, "us-central1". */
553
+ location?: string;
554
+ /** URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}". */
555
+ networkUri?: string;
556
+ /** Secondary endpoint IP address of a Redis Cluster. */
557
+ secondaryEndpointIpAddress?: string;
558
+ /** URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}" */
559
+ uri?: string;
560
+ }
543
561
  interface RedisInstanceInfo {
544
562
  /** Name of a Cloud Redis Instance. */
545
563
  displayName?: string;
@@ -556,6 +574,10 @@ declare namespace gapi.client {
556
574
  }
557
575
  interface RerunConnectivityTestRequest {}
558
576
  interface RouteInfo {
577
+ /** For advertised routes, the URI of their next hop, i.e. the URI of the hybrid endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the advertised prefix is advertised through, or URI of the source peered network. */
578
+ advertisedRouteNextHopUri?: string;
579
+ /** For advertised dynamic routes, the URI of the Cloud Router that advertised the corresponding IP prefix. */
580
+ advertisedRouteSourceRouterUri?: string;
559
581
  /** Destination IP range of the route. */
560
582
  destIpRange?: string;
561
583
  /** Destination port ranges of the route. Policy based routes only. */
@@ -578,6 +600,8 @@ declare namespace gapi.client {
578
600
  priority?: number;
579
601
  /** Protocols of the route. Policy based routes only. */
580
602
  protocols?: string[];
603
+ /** Region of the route (if applicable). */
604
+ region?: string;
581
605
  /** Indicates where route is applicable. */
582
606
  routeScope?: string;
583
607
  /** Type of route. */
@@ -586,7 +610,7 @@ declare namespace gapi.client {
586
610
  srcIpRange?: string;
587
611
  /** Source port ranges of the route. Policy based routes only. */
588
612
  srcPortRanges?: string[];
589
- /** URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI. */
613
+ /** URI of a route (if applicable). */
590
614
  uri?: string;
591
615
  }
592
616
  interface ServerlessNegInfo {
@@ -652,6 +676,8 @@ declare namespace gapi.client {
652
676
  projectId?: string;
653
677
  /** Display information of a ProxyConnection. */
654
678
  proxyConnection?: ProxyConnectionInfo;
679
+ /** Display information of a Redis Cluster. */
680
+ redisCluster?: RedisClusterInfo;
655
681
  /** Display information of a Redis Instance. */
656
682
  redisInstance?: RedisInstanceInfo;
657
683
  /** Display information of a Compute Engine route. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networkmanagement-v1",
3
- "version": "0.0.20240821",
3
+ "version": "0.0.20240911",
4
4
  "description": "TypeScript typings for Network Management API v1",
5
5
  "repository": {
6
6
  "type": "git",