@maxim_mazurok/gapi.client.compute-alpha 0.0.20231017 → 0.0.20231024
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.
- package/index.d.ts +16 -1
- package/package.json +1 -1
- package/tests.ts +11 -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://www.googleapis.com/discovery/v1/apis/compute/alpha/rest
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231024
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -11204,6 +11204,12 @@ declare namespace gapi.client {
|
|
|
11204
11204
|
/** Optional port number of network endpoint. If not specified, the defaultPort for the network endpoint group will be used. */
|
|
11205
11205
|
port?:
|
|
11206
11206
|
number;
|
|
11207
|
+
/**
|
|
11208
|
+
* The name of the zone where the instance hosting the network endpoint is located (valid only for regional GCE_VM_IP_PORT NEGs). It should comply with RFC1035. The zone must belong to
|
|
11209
|
+
* the region of the Network Endpoint Group.
|
|
11210
|
+
*/
|
|
11211
|
+
zone?:
|
|
11212
|
+
string;
|
|
11207
11213
|
}
|
|
11208
11214
|
interface NetworkEndpointGroup {
|
|
11209
11215
|
/** Metadata defined as annotations on the network endpoint group. */
|
|
@@ -15716,6 +15722,9 @@ declare namespace gapi.client {
|
|
|
15716
15722
|
*/
|
|
15717
15723
|
nextHopInterconnectAttachment?:
|
|
15718
15724
|
string;
|
|
15725
|
+
/** [Output only] Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions. */
|
|
15726
|
+
nextHopInterRegionCost?:
|
|
15727
|
+
number;
|
|
15719
15728
|
/**
|
|
15720
15729
|
* The network IP address of an instance that should handle matching packets. Both IPv6 address and IPv4 addresses are supported. Must specify an IPv4 address in dot-decimal notation
|
|
15721
15730
|
* (e.g. 192.0.2.99) or an IPv6 address in RFC 4291 format (e.g. 2001:db8::2d9:51:0:0 or 2001:db8:0:0:2d9:51:0:0). IPv6 addresses will be displayed using RFC 5952 compressed format
|
|
@@ -15723,9 +15732,15 @@ declare namespace gapi.client {
|
|
|
15723
15732
|
*/
|
|
15724
15733
|
nextHopIp?:
|
|
15725
15734
|
string;
|
|
15735
|
+
/** [Output Only] Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network. */
|
|
15736
|
+
nextHopMed?:
|
|
15737
|
+
number;
|
|
15726
15738
|
/** The URL of the local network if it should handle matching packets. */
|
|
15727
15739
|
nextHopNetwork?:
|
|
15728
15740
|
string;
|
|
15741
|
+
/** [Output Only] Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE. */
|
|
15742
|
+
nextHopOrigin?:
|
|
15743
|
+
string;
|
|
15729
15744
|
/** [Output Only] The network peering name that should handle matching packets, which should conform to RFC1035. */
|
|
15730
15745
|
nextHopPeering?:
|
|
15731
15746
|
string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20231024
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -4517,6 +4517,7 @@ gapi.load('client', async () => {
|
|
|
4517
4517
|
ipAddress: "Test string",
|
|
4518
4518
|
ipv6Address: "Test string",
|
|
4519
4519
|
port: 42,
|
|
4520
|
+
zone: "Test string",
|
|
4520
4521
|
}
|
|
4521
4522
|
],
|
|
4522
4523
|
});
|
|
@@ -4543,6 +4544,7 @@ gapi.load('client', async () => {
|
|
|
4543
4544
|
ipAddress: "Test string",
|
|
4544
4545
|
ipv6Address: "Test string",
|
|
4545
4546
|
port: 42,
|
|
4547
|
+
zone: "Test string",
|
|
4546
4548
|
}
|
|
4547
4549
|
],
|
|
4548
4550
|
});
|
|
@@ -11762,6 +11764,7 @@ gapi.load('client', async () => {
|
|
|
11762
11764
|
ipAddress: "Test string",
|
|
11763
11765
|
ipv6Address: "Test string",
|
|
11764
11766
|
port: 42,
|
|
11767
|
+
zone: "Test string",
|
|
11765
11768
|
}
|
|
11766
11769
|
],
|
|
11767
11770
|
});
|
|
@@ -11793,6 +11796,7 @@ gapi.load('client', async () => {
|
|
|
11793
11796
|
ipAddress: "Test string",
|
|
11794
11797
|
ipv6Address: "Test string",
|
|
11795
11798
|
port: 42,
|
|
11799
|
+
zone: "Test string",
|
|
11796
11800
|
}
|
|
11797
11801
|
],
|
|
11798
11802
|
});
|
|
@@ -11893,6 +11897,7 @@ gapi.load('client', async () => {
|
|
|
11893
11897
|
ipAddress: "Test string",
|
|
11894
11898
|
ipv6Address: "Test string",
|
|
11895
11899
|
port: 42,
|
|
11900
|
+
zone: "Test string",
|
|
11896
11901
|
},
|
|
11897
11902
|
}
|
|
11898
11903
|
],
|
|
@@ -19876,6 +19881,7 @@ gapi.load('client', async () => {
|
|
|
19876
19881
|
ipAddress: "Test string",
|
|
19877
19882
|
ipv6Address: "Test string",
|
|
19878
19883
|
port: 42,
|
|
19884
|
+
zone: "Test string",
|
|
19879
19885
|
}
|
|
19880
19886
|
],
|
|
19881
19887
|
});
|
|
@@ -19904,6 +19910,7 @@ gapi.load('client', async () => {
|
|
|
19904
19910
|
ipAddress: "Test string",
|
|
19905
19911
|
ipv6Address: "Test string",
|
|
19906
19912
|
port: 42,
|
|
19913
|
+
zone: "Test string",
|
|
19907
19914
|
}
|
|
19908
19915
|
],
|
|
19909
19916
|
});
|
|
@@ -26490,8 +26497,11 @@ gapi.load('client', async () => {
|
|
|
26490
26497
|
nextHopIlb: "Test string",
|
|
26491
26498
|
nextHopInstance: "Test string",
|
|
26492
26499
|
nextHopInterconnectAttachment: "Test string",
|
|
26500
|
+
nextHopInterRegionCost: 42,
|
|
26493
26501
|
nextHopIp: "Test string",
|
|
26502
|
+
nextHopMed: 42,
|
|
26494
26503
|
nextHopNetwork: "Test string",
|
|
26504
|
+
nextHopOrigin: "Test string",
|
|
26495
26505
|
nextHopPeering: "Test string",
|
|
26496
26506
|
nextHopVpnTunnel: "Test string",
|
|
26497
26507
|
priority: 42,
|