@maxim_mazurok/gapi.client.vmwareengine-v1 0.0.20240927 → 0.0.20241106
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 +25 -25
- 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: 20241106
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -75,7 +75,7 @@ declare namespace gapi.client {
|
|
|
75
75
|
createTime?: string;
|
|
76
76
|
/** Output only. True if the cluster is a management cluster; false otherwise. There can only be one management cluster in a private cloud and it has to be the first one. */
|
|
77
77
|
management?: boolean;
|
|
78
|
-
/** Output only. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` */
|
|
78
|
+
/** Output only. Identifier. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` */
|
|
79
79
|
name?: string;
|
|
80
80
|
/** Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the `NodeType`). */
|
|
81
81
|
nodeTypeConfigs?: {[P in string]: NodeTypeConfig};
|
|
@@ -105,7 +105,7 @@ declare namespace gapi.client {
|
|
|
105
105
|
createTime?: string;
|
|
106
106
|
/** Required. List of domain mappings to configure */
|
|
107
107
|
forwardingRules?: ForwardingRule[];
|
|
108
|
-
/** Output only. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding` */
|
|
108
|
+
/** Output only. Identifier. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding` */
|
|
109
109
|
name?: string;
|
|
110
110
|
/** Output only. Last update time of this resource. */
|
|
111
111
|
updateTime?: string;
|
|
@@ -158,7 +158,7 @@ declare namespace gapi.client {
|
|
|
158
158
|
externalIp?: string;
|
|
159
159
|
/** The internal IP address of a workload VM. */
|
|
160
160
|
internalIp?: string;
|
|
161
|
-
/** Output only. The resource name of this external IP address. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address` */
|
|
161
|
+
/** Output only. Identifier. The resource name of this external IP address. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address` */
|
|
162
162
|
name?: string;
|
|
163
163
|
/** Output only. The state of the resource. */
|
|
164
164
|
state?: string;
|
|
@@ -436,7 +436,7 @@ declare namespace gapi.client {
|
|
|
436
436
|
importCustomRoutes?: boolean;
|
|
437
437
|
/** 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. */
|
|
438
438
|
importCustomRoutesWithPublicIp?: boolean;
|
|
439
|
-
/** 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` */
|
|
439
|
+
/** Output only. Identifier. 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` */
|
|
440
440
|
name?: string;
|
|
441
441
|
/** 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. */
|
|
442
442
|
peerMtu?: number;
|
|
@@ -466,7 +466,7 @@ declare namespace gapi.client {
|
|
|
466
466
|
externalIp?: NetworkService;
|
|
467
467
|
/** Network service that allows VMware workloads to access the internet. */
|
|
468
468
|
internetAccess?: NetworkService;
|
|
469
|
-
/** Output only. The resource name of this network policy. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy` */
|
|
469
|
+
/** Output only. Identifier. The resource name of this network policy. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy` */
|
|
470
470
|
name?: string;
|
|
471
471
|
/** Output only. System-generated unique identifier for the resource. */
|
|
472
472
|
uid?: string;
|
|
@@ -610,7 +610,7 @@ declare namespace gapi.client {
|
|
|
610
610
|
hcx?: Hcx;
|
|
611
611
|
/** Required. Input only. The management cluster for this private cloud. This field is required during creation of the private cloud to provide details for the default cluster. The following fields can't be changed after private cloud creation: `ManagementCluster.clusterId`, `ManagementCluster.nodeTypeId`. */
|
|
612
612
|
managementCluster?: ManagementCluster;
|
|
613
|
-
/** Output only. The resource name of this private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` */
|
|
613
|
+
/** Output only. Identifier. The resource name of this private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` */
|
|
614
614
|
name?: string;
|
|
615
615
|
/** Required. Network configuration of the private cloud. */
|
|
616
616
|
networkConfig?: NetworkConfig;
|
|
@@ -700,7 +700,7 @@ declare namespace gapi.client {
|
|
|
700
700
|
gatewayIp?: string;
|
|
701
701
|
/** The IP address range of the subnet in CIDR format '10.0.0.0/24'. */
|
|
702
702
|
ipCidrRange?: string;
|
|
703
|
-
/** Output only. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` */
|
|
703
|
+
/** Output only. Identifier. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` */
|
|
704
704
|
name?: string;
|
|
705
705
|
/** Output only. The state of the resource. */
|
|
706
706
|
state?: string;
|
|
@@ -744,7 +744,7 @@ declare namespace gapi.client {
|
|
|
744
744
|
description?: string;
|
|
745
745
|
/** Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request. */
|
|
746
746
|
etag?: string;
|
|
747
|
-
/** Output only. The resource name of the VMware Engine network. 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/vmwareEngineNetworks/my-network` */
|
|
747
|
+
/** Output only. Identifier. The resource name of the VMware Engine network. 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/vmwareEngineNetworks/my-network` */
|
|
748
748
|
name?: string;
|
|
749
749
|
/** Output only. State of the VMware Engine network. */
|
|
750
750
|
state?: string;
|
|
@@ -1088,7 +1088,7 @@ declare namespace gapi.client {
|
|
|
1088
1088
|
fields?: string;
|
|
1089
1089
|
/** 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. */
|
|
1090
1090
|
key?: string;
|
|
1091
|
-
/** 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` */
|
|
1091
|
+
/** Output only. Identifier. 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` */
|
|
1092
1092
|
name: string;
|
|
1093
1093
|
/** OAuth 2.0 token for the current user. */
|
|
1094
1094
|
oauth_token?: string;
|
|
@@ -1121,7 +1121,7 @@ declare namespace gapi.client {
|
|
|
1121
1121
|
fields?: string;
|
|
1122
1122
|
/** 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. */
|
|
1123
1123
|
key?: string;
|
|
1124
|
-
/** 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` */
|
|
1124
|
+
/** Output only. Identifier. 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` */
|
|
1125
1125
|
name: string;
|
|
1126
1126
|
/** OAuth 2.0 token for the current user. */
|
|
1127
1127
|
oauth_token?: string;
|
|
@@ -1570,7 +1570,7 @@ declare namespace gapi.client {
|
|
|
1570
1570
|
fields?: string;
|
|
1571
1571
|
/** 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. */
|
|
1572
1572
|
key?: string;
|
|
1573
|
-
/** Output only. The resource name of this network policy. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy` */
|
|
1573
|
+
/** Output only. Identifier. The resource name of this network policy. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy` */
|
|
1574
1574
|
name: string;
|
|
1575
1575
|
/** OAuth 2.0 token for the current user. */
|
|
1576
1576
|
oauth_token?: string;
|
|
@@ -1603,7 +1603,7 @@ declare namespace gapi.client {
|
|
|
1603
1603
|
fields?: string;
|
|
1604
1604
|
/** 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. */
|
|
1605
1605
|
key?: string;
|
|
1606
|
-
/** Output only. The resource name of this network policy. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy` */
|
|
1606
|
+
/** Output only. Identifier. The resource name of this network policy. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1/networkPolicies/my-network-policy` */
|
|
1607
1607
|
name: string;
|
|
1608
1608
|
/** OAuth 2.0 token for the current user. */
|
|
1609
1609
|
oauth_token?: string;
|
|
@@ -2040,7 +2040,7 @@ declare namespace gapi.client {
|
|
|
2040
2040
|
fields?: string;
|
|
2041
2041
|
/** 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. */
|
|
2042
2042
|
key?: string;
|
|
2043
|
-
/** Output only. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` */
|
|
2043
|
+
/** Output only. Identifier. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` */
|
|
2044
2044
|
name: string;
|
|
2045
2045
|
/** OAuth 2.0 token for the current user. */
|
|
2046
2046
|
oauth_token?: string;
|
|
@@ -2075,7 +2075,7 @@ declare namespace gapi.client {
|
|
|
2075
2075
|
fields?: string;
|
|
2076
2076
|
/** 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. */
|
|
2077
2077
|
key?: string;
|
|
2078
|
-
/** Output only. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` */
|
|
2078
|
+
/** Output only. Identifier. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster` */
|
|
2079
2079
|
name: string;
|
|
2080
2080
|
/** OAuth 2.0 token for the current user. */
|
|
2081
2081
|
oauth_token?: string;
|
|
@@ -2330,7 +2330,7 @@ declare namespace gapi.client {
|
|
|
2330
2330
|
fields?: string;
|
|
2331
2331
|
/** 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. */
|
|
2332
2332
|
key?: string;
|
|
2333
|
-
/** Output only. The resource name of this external IP address. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address` */
|
|
2333
|
+
/** Output only. Identifier. The resource name of this external IP address. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address` */
|
|
2334
2334
|
name: string;
|
|
2335
2335
|
/** OAuth 2.0 token for the current user. */
|
|
2336
2336
|
oauth_token?: string;
|
|
@@ -2363,7 +2363,7 @@ declare namespace gapi.client {
|
|
|
2363
2363
|
fields?: string;
|
|
2364
2364
|
/** 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. */
|
|
2365
2365
|
key?: string;
|
|
2366
|
-
/** Output only. The resource name of this external IP address. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address` */
|
|
2366
|
+
/** Output only. Identifier. The resource name of this external IP address. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address` */
|
|
2367
2367
|
name: string;
|
|
2368
2368
|
/** OAuth 2.0 token for the current user. */
|
|
2369
2369
|
oauth_token?: string;
|
|
@@ -3179,7 +3179,7 @@ declare namespace gapi.client {
|
|
|
3179
3179
|
fields?: string;
|
|
3180
3180
|
/** 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. */
|
|
3181
3181
|
key?: string;
|
|
3182
|
-
/** Output only. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` */
|
|
3182
|
+
/** Output only. Identifier. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` */
|
|
3183
3183
|
name: string;
|
|
3184
3184
|
/** OAuth 2.0 token for the current user. */
|
|
3185
3185
|
oauth_token?: string;
|
|
@@ -3210,7 +3210,7 @@ declare namespace gapi.client {
|
|
|
3210
3210
|
fields?: string;
|
|
3211
3211
|
/** 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. */
|
|
3212
3212
|
key?: string;
|
|
3213
|
-
/** Output only. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` */
|
|
3213
|
+
/** Output only. Identifier. The resource name of this subnet. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet` */
|
|
3214
3214
|
name: string;
|
|
3215
3215
|
/** OAuth 2.0 token for the current user. */
|
|
3216
3216
|
oauth_token?: string;
|
|
@@ -3464,7 +3464,7 @@ declare namespace gapi.client {
|
|
|
3464
3464
|
fields?: string;
|
|
3465
3465
|
/** 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. */
|
|
3466
3466
|
key?: string;
|
|
3467
|
-
/** Output only. The resource name of this private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` */
|
|
3467
|
+
/** Output only. Identifier. The resource name of this private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` */
|
|
3468
3468
|
name: string;
|
|
3469
3469
|
/** OAuth 2.0 token for the current user. */
|
|
3470
3470
|
oauth_token?: string;
|
|
@@ -3497,7 +3497,7 @@ declare namespace gapi.client {
|
|
|
3497
3497
|
fields?: string;
|
|
3498
3498
|
/** 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. */
|
|
3499
3499
|
key?: string;
|
|
3500
|
-
/** Output only. The resource name of this private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` */
|
|
3500
|
+
/** Output only. Identifier. The resource name of this private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` */
|
|
3501
3501
|
name: string;
|
|
3502
3502
|
/** OAuth 2.0 token for the current user. */
|
|
3503
3503
|
oauth_token?: string;
|
|
@@ -3820,7 +3820,7 @@ declare namespace gapi.client {
|
|
|
3820
3820
|
fields?: string;
|
|
3821
3821
|
/** 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. */
|
|
3822
3822
|
key?: string;
|
|
3823
|
-
/** Output only. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding` */
|
|
3823
|
+
/** Output only. Identifier. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding` */
|
|
3824
3824
|
name: string;
|
|
3825
3825
|
/** OAuth 2.0 token for the current user. */
|
|
3826
3826
|
oauth_token?: string;
|
|
@@ -3853,7 +3853,7 @@ declare namespace gapi.client {
|
|
|
3853
3853
|
fields?: string;
|
|
3854
3854
|
/** 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. */
|
|
3855
3855
|
key?: string;
|
|
3856
|
-
/** Output only. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding` */
|
|
3856
|
+
/** Output only. Identifier. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding` */
|
|
3857
3857
|
name: string;
|
|
3858
3858
|
/** OAuth 2.0 token for the current user. */
|
|
3859
3859
|
oauth_token?: string;
|
|
@@ -4312,7 +4312,7 @@ declare namespace gapi.client {
|
|
|
4312
4312
|
fields?: string;
|
|
4313
4313
|
/** 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. */
|
|
4314
4314
|
key?: string;
|
|
4315
|
-
/** Output only. The resource name of the VMware Engine network. 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/vmwareEngineNetworks/my-network` */
|
|
4315
|
+
/** Output only. Identifier. The resource name of the VMware Engine network. 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/vmwareEngineNetworks/my-network` */
|
|
4316
4316
|
name: string;
|
|
4317
4317
|
/** OAuth 2.0 token for the current user. */
|
|
4318
4318
|
oauth_token?: string;
|
|
@@ -4345,7 +4345,7 @@ declare namespace gapi.client {
|
|
|
4345
4345
|
fields?: string;
|
|
4346
4346
|
/** 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. */
|
|
4347
4347
|
key?: string;
|
|
4348
|
-
/** Output only. The resource name of the VMware Engine network. 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/vmwareEngineNetworks/my-network` */
|
|
4348
|
+
/** Output only. Identifier. The resource name of the VMware Engine network. 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/vmwareEngineNetworks/my-network` */
|
|
4349
4349
|
name: string;
|
|
4350
4350
|
/** OAuth 2.0 token for the current user. */
|
|
4351
4351
|
oauth_token?: string;
|