@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20240718 → 0.0.20240725
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 +7 -5
- 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:
|
|
12
|
+
// Revision: 20240725
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -237,21 +237,23 @@ declare namespace gapi.client {
|
|
|
237
237
|
action?: string;
|
|
238
238
|
/** Possible values: INGRESS, EGRESS */
|
|
239
239
|
direction?: string;
|
|
240
|
-
/** The display name of the
|
|
240
|
+
/** The display name of the firewall rule. This field might be empty for firewall policy rules. */
|
|
241
241
|
displayName?: string;
|
|
242
242
|
/** The firewall rule's type. */
|
|
243
243
|
firewallRuleType?: string;
|
|
244
244
|
/** The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules. */
|
|
245
245
|
networkUri?: string;
|
|
246
|
-
/** The
|
|
246
|
+
/** The name of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules. */
|
|
247
247
|
policy?: string;
|
|
248
|
+
/** The URI of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules. */
|
|
249
|
+
policyUri?: string;
|
|
248
250
|
/** The priority of the firewall rule. */
|
|
249
251
|
priority?: number;
|
|
250
252
|
/** The target service accounts specified by the firewall rule. */
|
|
251
253
|
targetServiceAccounts?: string[];
|
|
252
|
-
/** The target tags defined by the VPC firewall rule. This field is not applicable to
|
|
254
|
+
/** The target tags defined by the VPC firewall rule. This field is not applicable to firewall policy rules. */
|
|
253
255
|
targetTags?: string[];
|
|
254
|
-
/** The URI of the
|
|
256
|
+
/** The URI of the firewall rule. This field is not applicable to implied VPC firewall rules. */
|
|
255
257
|
uri?: string;
|
|
256
258
|
}
|
|
257
259
|
interface ForwardInfo {
|