@maxim_mazurok/gapi.client.compute-v1 0.1.20250902 → 0.1.20250909
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 +34 -2
- package/package.json +1 -1
- package/readme.md +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://www.googleapis.com/discovery/v1/apis/compute/v1/rest
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250909
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -5024,6 +5024,8 @@ declare namespace gapi.client {
|
|
|
5024
5024
|
regionInfos?: InterconnectLocationRegionInfo[];
|
|
5025
5025
|
/** [Output Only] Server-defined URL for the resource. */
|
|
5026
5026
|
selfLink?: string;
|
|
5027
|
+
/** [Output Only] URLs of the other locations that can pair up with this location to support Single-Region 99.99% SLA. E.g. iad-zone1-1 and iad-zone2-5467 are Single-Region 99.99% peer locations of each other. */
|
|
5028
|
+
singleRegionProductionCriticalPeerLocations?: string[];
|
|
5027
5029
|
/** [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects. */
|
|
5028
5030
|
status?: string;
|
|
5029
5031
|
/** [Output Only] Reserved for future use. */
|
|
@@ -5136,6 +5138,8 @@ declare namespace gapi.client {
|
|
|
5136
5138
|
maxLagSize100Gbps?: number;
|
|
5137
5139
|
/** [Output Only] The maximum number of 10 Gbps ports supported in a link aggregation group (LAG). When linkType is 10 Gbps, requestedLinkCount cannot exceed max_lag_size_10_gbps. */
|
|
5138
5140
|
maxLagSize10Gbps?: number;
|
|
5141
|
+
/** [Output Only] The maximum number of 400 Gbps ports supported in a link aggregation group (LAG). When linkType is 400 Gbps, requestedLinkCount cannot exceed max_lag_size_400_gbps. */
|
|
5142
|
+
maxLagSize400Gbps?: number;
|
|
5139
5143
|
/** [Output Only] Name of the resource. */
|
|
5140
5144
|
name?: string;
|
|
5141
5145
|
/** [Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb). */
|
|
@@ -7935,6 +7939,8 @@ declare namespace gapi.client {
|
|
|
7935
7939
|
interface RequestMirrorPolicy {
|
|
7936
7940
|
/** The full or partial URL to the BackendService resource being mirrored to. The backend service configured for a mirroring policy must reference backends that are of the same type as the original backend service matched in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service. */
|
|
7937
7941
|
backendService?: string;
|
|
7942
|
+
/** The percentage of requests to be mirrored to `backend_service`. */
|
|
7943
|
+
mirrorPercent?: number;
|
|
7938
7944
|
}
|
|
7939
7945
|
interface Reservation {
|
|
7940
7946
|
/** Advanced control for cluster management, applicable only to DENSE deployment type reservations. */
|
|
@@ -10521,6 +10527,8 @@ declare namespace gapi.client {
|
|
|
10521
10527
|
systemReservedExternalIpv6Ranges?: string[];
|
|
10522
10528
|
/** Output only. [Output Only] The array of internal IPv6 network ranges reserved from the subnetwork's internal IPv6 range for system use. */
|
|
10523
10529
|
systemReservedInternalIpv6Ranges?: string[];
|
|
10530
|
+
/** Output only. [Output Only] The current IP utilization of all subnetwork ranges. Contains the total number of allocated and free IPs in each range. */
|
|
10531
|
+
utilizationDetails?: SubnetworkUtilizationDetails;
|
|
10524
10532
|
}
|
|
10525
10533
|
interface SubnetworkAggregatedList {
|
|
10526
10534
|
/** [Output Only] Unique identifier for the resource; defined by the server. */
|
|
@@ -10645,6 +10653,26 @@ declare namespace gapi.client {
|
|
|
10645
10653
|
interface SubnetworksSetPrivateIpGoogleAccessRequest {
|
|
10646
10654
|
privateIpGoogleAccess?: boolean;
|
|
10647
10655
|
}
|
|
10656
|
+
interface SubnetworkUtilizationDetails {
|
|
10657
|
+
/** Utilizations of external IPV6 IP range. */
|
|
10658
|
+
externalIpv6InstanceUtilization?: SubnetworkUtilizationDetailsIPV6Utilization;
|
|
10659
|
+
/** Utilizations of external IPV6 IP range for NetLB. */
|
|
10660
|
+
externalIpv6LbUtilization?: SubnetworkUtilizationDetailsIPV6Utilization;
|
|
10661
|
+
/** Utilizations of internal IPV6 IP range. */
|
|
10662
|
+
internalIpv6Utilization?: SubnetworkUtilizationDetailsIPV6Utilization;
|
|
10663
|
+
/** Utilizations of all IPV4 IP ranges. For primary ranges, the range name will be empty. */
|
|
10664
|
+
ipv4Utilizations?: SubnetworkUtilizationDetailsIPV4Utilization[];
|
|
10665
|
+
}
|
|
10666
|
+
interface SubnetworkUtilizationDetailsIPV4Utilization {
|
|
10667
|
+
/** Will be set for secondary range. Empty for primary IPv4 range. */
|
|
10668
|
+
rangeName?: string;
|
|
10669
|
+
totalAllocatedIp?: string;
|
|
10670
|
+
totalFreeIp?: string;
|
|
10671
|
+
}
|
|
10672
|
+
interface SubnetworkUtilizationDetailsIPV6Utilization {
|
|
10673
|
+
totalAllocatedIp?: Uint128;
|
|
10674
|
+
totalFreeIp?: Uint128;
|
|
10675
|
+
}
|
|
10648
10676
|
interface Subsetting {
|
|
10649
10677
|
policy?: string;
|
|
10650
10678
|
}
|
|
@@ -33529,7 +33557,7 @@ declare namespace gapi.client {
|
|
|
33529
33557
|
},
|
|
33530
33558
|
body: ProjectsListXpnHostsRequest,
|
|
33531
33559
|
): Request<XpnHostList>;
|
|
33532
|
-
/**
|
|
33560
|
+
/** Starting September 29, 2025, you can't use the moveDisk API on new projects. To move a disk to a different region or zone, follow the steps in [Change the location of a disk](https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). Projects that already use the moveDisk API can continue usage until September 29, 2026. Starting November 1, 2025, API responses will include a warning message in the response body about the upcoming deprecation. You can skip the message to continue using the service without interruption. */
|
|
33533
33561
|
moveDisk(request: {
|
|
33534
33562
|
/** V1 error format. */
|
|
33535
33563
|
'$.xgafv'?: string;
|
|
@@ -48576,6 +48604,8 @@ declare namespace gapi.client {
|
|
|
48576
48604
|
uploadType?: string;
|
|
48577
48605
|
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
48578
48606
|
userIp?: string;
|
|
48607
|
+
/** Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: Utilization data is included in the response. */
|
|
48608
|
+
views?: string | string[];
|
|
48579
48609
|
}): Request<Subnetwork>;
|
|
48580
48610
|
/** Gets the access control policy for a resource. May be empty if no such policy or resource exists. */
|
|
48581
48611
|
getIamPolicy(request?: {
|
|
@@ -48722,6 +48752,8 @@ declare namespace gapi.client {
|
|
|
48722
48752
|
uploadType?: string;
|
|
48723
48753
|
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
48724
48754
|
userIp?: string;
|
|
48755
|
+
/** Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: Utilization data is included in the response. */
|
|
48756
|
+
views?: string | string[];
|
|
48725
48757
|
}): Request<SubnetworkList>;
|
|
48726
48758
|
/** Retrieves an aggregated list of all usable subnetworks in the project. */
|
|
48727
48759
|
listUsable(request?: {
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -2276,7 +2276,7 @@ Lists all shared VPC host projects visible to the user in an organization.
|
|
|
2276
2276
|
await gapi.client.compute.projects.listXpnHosts({ project: "project", });
|
|
2277
2277
|
|
|
2278
2278
|
/*
|
|
2279
|
-
|
|
2279
|
+
Starting September 29, 2025, you can't use the moveDisk API on new projects. To move a disk to a different region or zone, follow the steps in [Change the location of a disk](https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). Projects that already use the moveDisk API can continue usage until September 29, 2026. Starting November 1, 2025, API responses will include a warning message in the response body about the upcoming deprecation. You can skip the message to continue using the service without interruption.
|
|
2280
2280
|
*/
|
|
2281
2281
|
await gapi.client.compute.projects.moveDisk({ project: "project", });
|
|
2282
2282
|
|