@maxim_mazurok/gapi.client.vmwareengine-v1 0.0.20240102 → 0.0.20240116
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 +42 -45
- 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://vmwareengine.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240116
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -69,7 +69,7 @@ declare namespace gapi.client {
|
|
|
69
69
|
username?: string;
|
|
70
70
|
}
|
|
71
71
|
interface DnsBindPermission {
|
|
72
|
-
/** Required. Output only. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/dnsBindPermission` */
|
|
72
|
+
/** Required. Output only. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource and location can only be global. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/dnsBindPermission` */
|
|
73
73
|
name?: string;
|
|
74
74
|
/** Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project. */
|
|
75
75
|
principals?: Principal[];
|
|
@@ -410,7 +410,7 @@ declare namespace gapi.client {
|
|
|
410
410
|
importCustomRoutes?: boolean;
|
|
411
411
|
/** Optional. True if all subnet routes with public IP address range are imported; false otherwise. The default value is true. IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always imported to peers and are not controlled by this field. */
|
|
412
412
|
importCustomRoutesWithPublicIp?: boolean;
|
|
413
|
-
/** Output only. The resource name of the network peering. Resource names are scheme-less URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering` */
|
|
413
|
+
/** Output only. The resource name of the network peering. NetworkPeering is a global resource and location can only be global. Resource names are scheme-less URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering` */
|
|
414
414
|
name?: string;
|
|
415
415
|
/** Optional. Maximum transmission unit (MTU) in bytes. The default value is `1500`. If a value of `0` is provided for this field, VMware Engine uses the default value instead. */
|
|
416
416
|
peerMtu?: number;
|
|
@@ -732,7 +732,7 @@ declare namespace gapi.client {
|
|
|
732
732
|
type?: string;
|
|
733
733
|
}
|
|
734
734
|
interface DnsBindPermissionResource {
|
|
735
|
-
/** Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project. */
|
|
735
|
+
/** Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project. DnsBindPermission is a global resource and location can only be global. */
|
|
736
736
|
grant(request: {
|
|
737
737
|
/** V1 error format. */
|
|
738
738
|
'$.xgafv'?: string;
|
|
@@ -790,7 +790,7 @@ declare namespace gapi.client {
|
|
|
790
790
|
},
|
|
791
791
|
body: GrantDnsBindPermissionRequest
|
|
792
792
|
): Request<Operation>;
|
|
793
|
-
/** Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project. */
|
|
793
|
+
/** Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project. DnsBindPermission is a global resource and location can only be global. */
|
|
794
794
|
revoke(request: {
|
|
795
795
|
/** V1 error format. */
|
|
796
796
|
'$.xgafv'?: string;
|
|
@@ -850,7 +850,7 @@ declare namespace gapi.client {
|
|
|
850
850
|
): Request<Operation>;
|
|
851
851
|
}
|
|
852
852
|
interface PeeringRoutesResource {
|
|
853
|
-
/** Lists the network peering routes exchanged over a peering connection. */
|
|
853
|
+
/** Lists the network peering routes exchanged over a peering connection. NetworkPeering is a global resource and location can only be global. */
|
|
854
854
|
list(request?: {
|
|
855
855
|
/** V1 error format. */
|
|
856
856
|
'$.xgafv'?: string;
|
|
@@ -885,7 +885,7 @@ declare namespace gapi.client {
|
|
|
885
885
|
}): Request<ListPeeringRoutesResponse>;
|
|
886
886
|
}
|
|
887
887
|
interface NetworkPeeringsResource {
|
|
888
|
-
/** Creates a new network peering between the peer network and VMware Engine network provided in a `NetworkPeering` resource. */
|
|
888
|
+
/** Creates a new network peering between the peer network and VMware Engine network provided in a `NetworkPeering` resource. NetworkPeering is a global resource and location can only be global. */
|
|
889
889
|
create(request: {
|
|
890
890
|
/** V1 error format. */
|
|
891
891
|
'$.xgafv'?: string;
|
|
@@ -951,7 +951,7 @@ declare namespace gapi.client {
|
|
|
951
951
|
},
|
|
952
952
|
body: NetworkPeering
|
|
953
953
|
): Request<Operation>;
|
|
954
|
-
/** Deletes a `NetworkPeering` resource. When a network peering is deleted for a VMware Engine network, the peer network becomes inaccessible to that VMware Engine network. */
|
|
954
|
+
/** Deletes a `NetworkPeering` resource. When a network peering is deleted for a VMware Engine network, the peer network becomes inaccessible to that VMware Engine network. NetworkPeering is a global resource and location can only be global. */
|
|
955
955
|
delete(request?: {
|
|
956
956
|
/** V1 error format. */
|
|
957
957
|
'$.xgafv'?: string;
|
|
@@ -980,7 +980,7 @@ declare namespace gapi.client {
|
|
|
980
980
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
981
981
|
uploadType?: string;
|
|
982
982
|
}): Request<Operation>;
|
|
983
|
-
/** Retrieves a `NetworkPeering` resource by its resource name. The resource contains details of the network peering, such as peered networks, import and export custom route configurations, and peering state. */
|
|
983
|
+
/** Retrieves a `NetworkPeering` resource by its resource name. The resource contains details of the network peering, such as peered networks, import and export custom route configurations, and peering state. NetworkPeering is a global resource and location can only be global. */
|
|
984
984
|
get(request?: {
|
|
985
985
|
/** V1 error format. */
|
|
986
986
|
'$.xgafv'?: string;
|
|
@@ -1007,7 +1007,7 @@ declare namespace gapi.client {
|
|
|
1007
1007
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1008
1008
|
uploadType?: string;
|
|
1009
1009
|
}): Request<NetworkPeering>;
|
|
1010
|
-
/** Lists `NetworkPeering` resources in a given project. */
|
|
1010
|
+
/** Lists `NetworkPeering` resources in a given project. NetworkPeering is a global resource and location can only be global. */
|
|
1011
1011
|
list(request?: {
|
|
1012
1012
|
/** V1 error format. */
|
|
1013
1013
|
'$.xgafv'?: string;
|
|
@@ -1042,7 +1042,7 @@ declare namespace gapi.client {
|
|
|
1042
1042
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1043
1043
|
uploadType?: string;
|
|
1044
1044
|
}): Request<ListNetworkPeeringsResponse>;
|
|
1045
|
-
/** Modifies a `NetworkPeering` resource. Only the `description` field can be updated. Only fields specified in `updateMask` are applied. */
|
|
1045
|
+
/** Modifies a `NetworkPeering` resource. Only the `description` field can be updated. Only fields specified in `updateMask` are applied. NetworkPeering is a global resource and location can only be global. */
|
|
1046
1046
|
patch(request: {
|
|
1047
1047
|
/** V1 error format. */
|
|
1048
1048
|
'$.xgafv'?: string;
|
|
@@ -1056,7 +1056,7 @@ declare namespace gapi.client {
|
|
|
1056
1056
|
fields?: string;
|
|
1057
1057
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1058
1058
|
key?: string;
|
|
1059
|
-
/** Output only. The resource name of the network peering. Resource names are scheme-less URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering` */
|
|
1059
|
+
/** Output only. The resource name of the network peering. NetworkPeering is a global resource and location can only be global. Resource names are scheme-less URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering` */
|
|
1060
1060
|
name: string;
|
|
1061
1061
|
/** OAuth 2.0 token for the current user. */
|
|
1062
1062
|
oauth_token?: string;
|
|
@@ -1089,7 +1089,7 @@ declare namespace gapi.client {
|
|
|
1089
1089
|
fields?: string;
|
|
1090
1090
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1091
1091
|
key?: string;
|
|
1092
|
-
/** Output only. The resource name of the network peering. Resource names are scheme-less URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering` */
|
|
1092
|
+
/** Output only. The resource name of the network peering. NetworkPeering is a global resource and location can only be global. Resource names are scheme-less URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/networkPeerings/my-peering` */
|
|
1093
1093
|
name: string;
|
|
1094
1094
|
/** OAuth 2.0 token for the current user. */
|
|
1095
1095
|
oauth_token?: string;
|
|
@@ -1110,37 +1110,6 @@ declare namespace gapi.client {
|
|
|
1110
1110
|
): Request<Operation>;
|
|
1111
1111
|
peeringRoutes: PeeringRoutesResource;
|
|
1112
1112
|
}
|
|
1113
|
-
interface GlobalResource {
|
|
1114
|
-
/** Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API. */
|
|
1115
|
-
getDnsBindPermission(request?: {
|
|
1116
|
-
/** V1 error format. */
|
|
1117
|
-
'$.xgafv'?: string;
|
|
1118
|
-
/** OAuth access token. */
|
|
1119
|
-
access_token?: string;
|
|
1120
|
-
/** Data format for response. */
|
|
1121
|
-
alt?: string;
|
|
1122
|
-
/** JSONP */
|
|
1123
|
-
callback?: string;
|
|
1124
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1125
|
-
fields?: string;
|
|
1126
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1127
|
-
key?: string;
|
|
1128
|
-
/** Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/dnsBindPermission` */
|
|
1129
|
-
name: string;
|
|
1130
|
-
/** OAuth 2.0 token for the current user. */
|
|
1131
|
-
oauth_token?: string;
|
|
1132
|
-
/** Returns response with indentations and line breaks. */
|
|
1133
|
-
prettyPrint?: boolean;
|
|
1134
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1135
|
-
quotaUser?: string;
|
|
1136
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1137
|
-
upload_protocol?: string;
|
|
1138
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1139
|
-
uploadType?: string;
|
|
1140
|
-
}): Request<DnsBindPermission>;
|
|
1141
|
-
dnsBindPermission: DnsBindPermissionResource;
|
|
1142
|
-
networkPeerings: NetworkPeeringsResource;
|
|
1143
|
-
}
|
|
1144
1113
|
interface ExternalAccessRulesResource {
|
|
1145
1114
|
/** Creates a new external access rule in a given network policy. */
|
|
1146
1115
|
create(request: {
|
|
@@ -4392,6 +4361,33 @@ declare namespace gapi.client {
|
|
|
4392
4361
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4393
4362
|
uploadType?: string;
|
|
4394
4363
|
}): Request<Location>;
|
|
4364
|
+
/** Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API. DnsBindPermission is a global resource and location can only be global. */
|
|
4365
|
+
getDnsBindPermission(request?: {
|
|
4366
|
+
/** V1 error format. */
|
|
4367
|
+
'$.xgafv'?: string;
|
|
4368
|
+
/** OAuth access token. */
|
|
4369
|
+
access_token?: string;
|
|
4370
|
+
/** Data format for response. */
|
|
4371
|
+
alt?: string;
|
|
4372
|
+
/** JSONP */
|
|
4373
|
+
callback?: string;
|
|
4374
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
4375
|
+
fields?: string;
|
|
4376
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4377
|
+
key?: string;
|
|
4378
|
+
/** Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/global/dnsBindPermission` */
|
|
4379
|
+
name: string;
|
|
4380
|
+
/** OAuth 2.0 token for the current user. */
|
|
4381
|
+
oauth_token?: string;
|
|
4382
|
+
/** Returns response with indentations and line breaks. */
|
|
4383
|
+
prettyPrint?: boolean;
|
|
4384
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4385
|
+
quotaUser?: string;
|
|
4386
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4387
|
+
upload_protocol?: string;
|
|
4388
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4389
|
+
uploadType?: string;
|
|
4390
|
+
}): Request<DnsBindPermission>;
|
|
4395
4391
|
/** Lists information about the supported locations for this service. */
|
|
4396
4392
|
list(request?: {
|
|
4397
4393
|
/** V1 error format. */
|
|
@@ -4425,7 +4421,8 @@ declare namespace gapi.client {
|
|
|
4425
4421
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4426
4422
|
uploadType?: string;
|
|
4427
4423
|
}): Request<ListLocationsResponse>;
|
|
4428
|
-
|
|
4424
|
+
dnsBindPermission: DnsBindPermissionResource;
|
|
4425
|
+
networkPeerings: NetworkPeeringsResource;
|
|
4429
4426
|
networkPolicies: NetworkPoliciesResource;
|
|
4430
4427
|
nodeTypes: NodeTypesResource;
|
|
4431
4428
|
operations: OperationsResource;
|