@maxim_mazurok/gapi.client.vmwareengine-v1 0.1.20260128 → 0.2.20260217
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 +490 -330
- 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: 20260217
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -48,7 +48,12 @@ declare namespace gapi.client {
|
|
|
48
48
|
/** A Private Cloud resource name. */
|
|
49
49
|
privateCloud?: string;
|
|
50
50
|
/** Output only. State of the resource. New values may be added to this enum when appropriate. */
|
|
51
|
-
state?:
|
|
51
|
+
state?:
|
|
52
|
+
| 'STATE_UNSPECIFIED'
|
|
53
|
+
| 'ACTIVE'
|
|
54
|
+
| 'INACTIVE'
|
|
55
|
+
| 'DELETING'
|
|
56
|
+
| 'CREATING';
|
|
52
57
|
/** Output only. Target Resource Type defines the type of the target for the announcement */
|
|
53
58
|
targetResourceType?: string;
|
|
54
59
|
/** Output only. Last update time of this resource. */
|
|
@@ -64,7 +69,11 @@ declare namespace gapi.client {
|
|
|
64
69
|
/** Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members. */
|
|
65
70
|
exemptedMembers?: string[];
|
|
66
71
|
/** The log type that this config enables. */
|
|
67
|
-
logType?:
|
|
72
|
+
logType?:
|
|
73
|
+
| 'LOG_TYPE_UNSPECIFIED'
|
|
74
|
+
| 'ADMIN_READ'
|
|
75
|
+
| 'DATA_WRITE'
|
|
76
|
+
| 'DATA_READ';
|
|
68
77
|
}
|
|
69
78
|
interface AutoscalingPolicy {
|
|
70
79
|
/** Optional. Utilization thresholds pertaining to amount of consumed memory. */
|
|
@@ -112,7 +121,13 @@ declare namespace gapi.client {
|
|
|
112
121
|
/** Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the `NodeType`). */
|
|
113
122
|
nodeTypeConfigs?: {[P in string]: NodeTypeConfig};
|
|
114
123
|
/** Output only. State of the resource. */
|
|
115
|
-
state?:
|
|
124
|
+
state?:
|
|
125
|
+
| 'STATE_UNSPECIFIED'
|
|
126
|
+
| 'ACTIVE'
|
|
127
|
+
| 'CREATING'
|
|
128
|
+
| 'UPDATING'
|
|
129
|
+
| 'DELETING'
|
|
130
|
+
| 'REPAIRING';
|
|
116
131
|
/** Optional. Configuration of a stretched cluster. Required for clusters that belong to a STRETCHED private cloud. */
|
|
117
132
|
stretchedClusterConfig?: StretchedClusterConfig;
|
|
118
133
|
/** Output only. System-generated unique identifier for the resource. */
|
|
@@ -150,32 +165,35 @@ declare namespace gapi.client {
|
|
|
150
165
|
/** Required. Settings for the NFS datastore. */
|
|
151
166
|
nfsDatastore?: NfsDatastore;
|
|
152
167
|
/** Output only. The state of the Datastore. */
|
|
153
|
-
state?:
|
|
168
|
+
state?:
|
|
169
|
+
| 'STATE_UNSPECIFIED'
|
|
170
|
+
| 'CREATING'
|
|
171
|
+
| 'ACTIVE'
|
|
172
|
+
| 'UPDATING'
|
|
173
|
+
| 'DELETING';
|
|
154
174
|
/** Output only. System-generated unique identifier for the resource. */
|
|
155
175
|
uid?: string;
|
|
156
176
|
/** Output only. Last update time of this resource. */
|
|
157
177
|
updateTime?: string;
|
|
158
178
|
}
|
|
159
179
|
interface DatastoreMountConfig {
|
|
160
|
-
/** Optional.
|
|
161
|
-
accessMode?:
|
|
162
|
-
/** Required. The resource name of the datastore to
|
|
180
|
+
/** Optional. The access mode of the NFS volume. Optional. Default value used will be READ_WRITE */
|
|
181
|
+
accessMode?: 'ACCESS_MODE_UNSPECIFIED' | 'READ_ONLY' | 'READ_WRITE';
|
|
182
|
+
/** Required. The resource name of the datastore to mount. 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/datastores/my-datastore` */
|
|
163
183
|
datastore?: string;
|
|
164
184
|
/** Required. The network configuration for the datastore. */
|
|
165
185
|
datastoreNetwork?: DatastoreNetwork;
|
|
166
186
|
/** Output only. File share name. */
|
|
167
187
|
fileShare?: string;
|
|
168
188
|
/** Optional. The NFS protocol supported by the NFS volume. Default value used will be NFS_V3 */
|
|
169
|
-
nfsVersion?:
|
|
170
|
-
/** Optional. ONLY required when NFS 4.1 version is used */
|
|
171
|
-
securityType?: string;
|
|
189
|
+
nfsVersion?: 'NFS_VERSION_UNSPECIFIED' | 'NFS_V3';
|
|
172
190
|
/** Output only. Server IP addresses of the NFS volume. For NFS 3, you can only provide a single server IP address or DNS names. */
|
|
173
191
|
servers?: string[];
|
|
174
192
|
}
|
|
175
193
|
interface DatastoreNetwork {
|
|
176
|
-
/** Optional.
|
|
194
|
+
/** Optional. connection_count is used to set multiple connections from NFS client on ESXi host to NFS server. A higher number of connections results in better performance on datastores. In MountDatastore API by default max 4 connections are configured. User can set value of connection_count between 1 to 4. Connection_count is supported from vsphere 8.0u1 for earlier version 1 connection count is set on the ESXi hosts. */
|
|
177
195
|
connectionCount?: number;
|
|
178
|
-
/** Optional.
|
|
196
|
+
/** Optional. MTU value is set on the VMKernel adapter for the NFS traffic. By default standard 1500 MTU size is set in MountDatastore API which is good for typical setups. However google VPC networks supports jumbo MTU 8896. We recommend to tune this value based on the NFS traffic performance. Performance can be determined using benchmarking I/O tools like fio (Flexible I/O Tester) utility. */
|
|
179
197
|
mtu?: number;
|
|
180
198
|
/** Output only. The resource name of the network peering, used to access the file share by clients on private cloud. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. e.g. projects/my-project/locations/us-central1/networkPeerings/my-network-peering */
|
|
181
199
|
networkPeering?: string;
|
|
@@ -211,7 +229,7 @@ declare namespace gapi.client {
|
|
|
211
229
|
}
|
|
212
230
|
interface ExternalAccessRule {
|
|
213
231
|
/** The action that the external access rule performs. */
|
|
214
|
-
action?:
|
|
232
|
+
action?: 'ACTION_UNSPECIFIED' | 'ALLOW' | 'DENY';
|
|
215
233
|
/** Output only. Creation time of this resource. */
|
|
216
234
|
createTime?: string;
|
|
217
235
|
/** User-provided description for this external access rule. */
|
|
@@ -231,7 +249,12 @@ declare namespace gapi.client {
|
|
|
231
249
|
/** A list of source ports to which the external access rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. For example: `["22"]`, `["80","443"]`, or `["12345-12349"]`. To match all source ports, specify `["0-65535"]`. */
|
|
232
250
|
sourcePorts?: string[];
|
|
233
251
|
/** Output only. The state of the resource. */
|
|
234
|
-
state?:
|
|
252
|
+
state?:
|
|
253
|
+
| 'STATE_UNSPECIFIED'
|
|
254
|
+
| 'ACTIVE'
|
|
255
|
+
| 'CREATING'
|
|
256
|
+
| 'UPDATING'
|
|
257
|
+
| 'DELETING';
|
|
235
258
|
/** Output only. System-generated unique identifier for the resource. */
|
|
236
259
|
uid?: string;
|
|
237
260
|
/** Output only. Last update time of this resource. */
|
|
@@ -249,7 +272,12 @@ declare namespace gapi.client {
|
|
|
249
272
|
/** 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` */
|
|
250
273
|
name?: string;
|
|
251
274
|
/** Output only. The state of the resource. */
|
|
252
|
-
state?:
|
|
275
|
+
state?:
|
|
276
|
+
| 'STATE_UNSPECIFIED'
|
|
277
|
+
| 'ACTIVE'
|
|
278
|
+
| 'CREATING'
|
|
279
|
+
| 'UPDATING'
|
|
280
|
+
| 'DELETING';
|
|
253
281
|
/** Output only. System-generated unique identifier for the resource. */
|
|
254
282
|
uid?: string;
|
|
255
283
|
/** Output only. Last update time of this resource. */
|
|
@@ -286,7 +314,7 @@ declare namespace gapi.client {
|
|
|
286
314
|
/** Internal IP address of the appliance. */
|
|
287
315
|
internalIp?: string;
|
|
288
316
|
/** Output only. The state of the appliance. */
|
|
289
|
-
state?:
|
|
317
|
+
state?: 'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'ACTIVATING';
|
|
290
318
|
/** Version of the appliance. */
|
|
291
319
|
version?: string;
|
|
292
320
|
}
|
|
@@ -298,7 +326,7 @@ declare namespace gapi.client {
|
|
|
298
326
|
/** Output only. The resource name of this HcxActivationKey. 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/privateClouds/my-cloud/hcxActivationKeys/my-key` */
|
|
299
327
|
name?: string;
|
|
300
328
|
/** Output only. State of HCX activation key. */
|
|
301
|
-
state?:
|
|
329
|
+
state?: 'STATE_UNSPECIFIED' | 'AVAILABLE' | 'CONSUMED' | 'CREATING';
|
|
302
330
|
/** Output only. System-generated unique identifier for the resource. */
|
|
303
331
|
uid?: string;
|
|
304
332
|
}
|
|
@@ -490,7 +518,7 @@ declare namespace gapi.client {
|
|
|
490
518
|
}
|
|
491
519
|
interface LocationMetadata {
|
|
492
520
|
/** Output only. Capabilities of this location. */
|
|
493
|
-
capabilities?:
|
|
521
|
+
capabilities?: 'CAPABILITY_UNSPECIFIED' | 'STRETCHED_CLUSTERS'[];
|
|
494
522
|
}
|
|
495
523
|
interface LoggingServer {
|
|
496
524
|
/** Output only. Creation time of this resource. */
|
|
@@ -502,9 +530,15 @@ declare namespace gapi.client {
|
|
|
502
530
|
/** Required. Port number at which the logging server receives logs. */
|
|
503
531
|
port?: number;
|
|
504
532
|
/** Required. Protocol used by vCenter to send logs to a logging server. */
|
|
505
|
-
protocol?:
|
|
533
|
+
protocol?:
|
|
534
|
+
| 'PROTOCOL_UNSPECIFIED'
|
|
535
|
+
| 'UDP'
|
|
536
|
+
| 'TCP'
|
|
537
|
+
| 'TLS'
|
|
538
|
+
| 'SSL'
|
|
539
|
+
| 'RELP';
|
|
506
540
|
/** Required. The type of component that produces logs that will be forwarded to this logging server. */
|
|
507
|
-
sourceType?:
|
|
541
|
+
sourceType?: 'SOURCE_TYPE_UNSPECIFIED' | 'ESXI' | 'VCSA';
|
|
508
542
|
/** Output only. System-generated unique identifier for the resource. */
|
|
509
543
|
uid?: string;
|
|
510
544
|
/** Output only. Last update time of this resource. */
|
|
@@ -526,7 +560,13 @@ declare namespace gapi.client {
|
|
|
526
560
|
/** Output only. The resource name of this binding. 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/managementDnsZoneBindings/my-management-dns-zone-binding` */
|
|
527
561
|
name?: string;
|
|
528
562
|
/** Output only. The state of the resource. */
|
|
529
|
-
state?:
|
|
563
|
+
state?:
|
|
564
|
+
| 'STATE_UNSPECIFIED'
|
|
565
|
+
| 'ACTIVE'
|
|
566
|
+
| 'CREATING'
|
|
567
|
+
| 'UPDATING'
|
|
568
|
+
| 'DELETING'
|
|
569
|
+
| 'FAILED';
|
|
530
570
|
/** Output only. System-generated unique identifier for the resource. */
|
|
531
571
|
uid?: string;
|
|
532
572
|
/** Output only. Last update time of this resource. */
|
|
@@ -578,9 +618,23 @@ declare namespace gapi.client {
|
|
|
578
618
|
/** Required. The relative resource name of the network to peer with a standard VMware Engine network. The provided network can be a consumer VPC network or another standard VMware Engine network. If the `peer_network_type` is VMWARE_ENGINE_NETWORK, specify the name in the form: `projects/{project}/locations/global/vmwareEngineNetworks/{vmware_engine_network_id}`. Otherwise specify the name in the form: `projects/{project}/global/networks/{network_id}`, where `{project}` can either be a project number or a project ID. */
|
|
579
619
|
peerNetwork?: string;
|
|
580
620
|
/** Required. The type of the network to peer with the VMware Engine network. */
|
|
581
|
-
peerNetworkType?:
|
|
621
|
+
peerNetworkType?:
|
|
622
|
+
| 'PEER_NETWORK_TYPE_UNSPECIFIED'
|
|
623
|
+
| 'STANDARD'
|
|
624
|
+
| 'VMWARE_ENGINE_NETWORK'
|
|
625
|
+
| 'PRIVATE_SERVICES_ACCESS'
|
|
626
|
+
| 'NETAPP_CLOUD_VOLUMES'
|
|
627
|
+
| 'THIRD_PARTY_SERVICE'
|
|
628
|
+
| 'DELL_POWERSCALE'
|
|
629
|
+
| 'GOOGLE_CLOUD_NETAPP_VOLUMES'
|
|
630
|
+
| 'GOOGLE_CLOUD_FILESTORE_INSTANCES';
|
|
582
631
|
/** Output only. State of the network peering. This field has a value of 'ACTIVE' when there's a matching configuration in the peer network. New values may be added to this enum when appropriate. */
|
|
583
|
-
state?:
|
|
632
|
+
state?:
|
|
633
|
+
| 'STATE_UNSPECIFIED'
|
|
634
|
+
| 'INACTIVE'
|
|
635
|
+
| 'ACTIVE'
|
|
636
|
+
| 'CREATING'
|
|
637
|
+
| 'DELETING';
|
|
584
638
|
/** Output only. Output Only. Details about the current state of the network peering. */
|
|
585
639
|
stateDetails?: string;
|
|
586
640
|
/** Output only. System-generated unique identifier for the resource. */
|
|
@@ -616,10 +670,10 @@ declare namespace gapi.client {
|
|
|
616
670
|
/** True if the service is enabled; false otherwise. */
|
|
617
671
|
enabled?: boolean;
|
|
618
672
|
/** Output only. State of the service. New values may be added to this enum when appropriate. */
|
|
619
|
-
state?:
|
|
673
|
+
state?: 'STATE_UNSPECIFIED' | 'UNPROVISIONED' | 'RECONCILING' | 'ACTIVE';
|
|
620
674
|
}
|
|
621
675
|
interface NfsDatastore {
|
|
622
|
-
/** Google
|
|
676
|
+
/** Google file service configuration */
|
|
623
677
|
googleFileService?: GoogleFileService;
|
|
624
678
|
/** GCVE file service configuration */
|
|
625
679
|
googleVmwareFileService?: any;
|
|
@@ -638,7 +692,12 @@ declare namespace gapi.client {
|
|
|
638
692
|
/** Output only. The canonical identifier of the node type (corresponds to the `NodeType`). For example: standard-72. */
|
|
639
693
|
nodeTypeId?: string;
|
|
640
694
|
/** Output only. The state of the appliance. */
|
|
641
|
-
state?:
|
|
695
|
+
state?:
|
|
696
|
+
| 'STATE_UNSPECIFIED'
|
|
697
|
+
| 'ACTIVE'
|
|
698
|
+
| 'CREATING'
|
|
699
|
+
| 'FAILED'
|
|
700
|
+
| 'UPGRADING';
|
|
642
701
|
/** Output only. The version number of the VMware ESXi management component in this cluster. */
|
|
643
702
|
version?: string;
|
|
644
703
|
}
|
|
@@ -646,7 +705,7 @@ declare namespace gapi.client {
|
|
|
646
705
|
/** Output only. List of possible values of custom core count. */
|
|
647
706
|
availableCustomCoreCounts?: number[];
|
|
648
707
|
/** Output only. Capabilities of this node type. */
|
|
649
|
-
capabilities?:
|
|
708
|
+
capabilities?: 'CAPABILITY_UNSPECIFIED' | 'STRETCHED_CLUSTERS'[];
|
|
650
709
|
/** Output only. The amount of storage available, defined in GB. */
|
|
651
710
|
diskSizeGb?: number;
|
|
652
711
|
/** Output only. The friendly name for this node type. For example: ve1-standard-72 */
|
|
@@ -654,7 +713,7 @@ declare namespace gapi.client {
|
|
|
654
713
|
/** Output only. Families of the node type. For node types to be in the same cluster they must share at least one element in the `families`. */
|
|
655
714
|
families?: string[];
|
|
656
715
|
/** Output only. The type of the resource. */
|
|
657
|
-
kind?:
|
|
716
|
+
kind?: 'KIND_UNSPECIFIED' | 'STANDARD' | 'STORAGE_ONLY';
|
|
658
717
|
/** Output only. The amount of physical memory available, defined in GB. */
|
|
659
718
|
memoryGb?: number;
|
|
660
719
|
/** Output only. The resource name of this node type. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72` */
|
|
@@ -678,7 +737,7 @@ declare namespace gapi.client {
|
|
|
678
737
|
/** Internal IP address of the appliance. */
|
|
679
738
|
internalIp?: string;
|
|
680
739
|
/** Output only. The state of the appliance. */
|
|
681
|
-
state?:
|
|
740
|
+
state?: 'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING';
|
|
682
741
|
/** Version of the appliance. */
|
|
683
742
|
version?: string;
|
|
684
743
|
}
|
|
@@ -714,7 +773,7 @@ declare namespace gapi.client {
|
|
|
714
773
|
/** Output only. Destination range of the peering route in CIDR notation. */
|
|
715
774
|
destRange?: string;
|
|
716
775
|
/** Output only. Direction of the routes exchanged with the peer network, from the VMware Engine network perspective: * Routes of direction `INCOMING` are imported from the peer network. * Routes of direction `OUTGOING` are exported from the intranet VPC network of the VMware Engine network. */
|
|
717
|
-
direction?:
|
|
776
|
+
direction?: 'DIRECTION_UNSPECIFIED' | 'INCOMING' | 'OUTGOING';
|
|
718
777
|
/** Output only. True if the peering route has been imported from a peered VPC network; false otherwise. The import happens if the field `NetworkPeering.importCustomRoutes` is true for this network, `NetworkPeering.exportCustomRoutes` is true for the peer VPC network, and the import does not result in a route conflict. */
|
|
719
778
|
imported?: boolean;
|
|
720
779
|
/** Output only. Region containing the next hop of the peering route. This field only applies to dynamic routes in the peer VPC network. */
|
|
@@ -722,7 +781,11 @@ declare namespace gapi.client {
|
|
|
722
781
|
/** Output only. The priority of the peering route. */
|
|
723
782
|
priority?: string;
|
|
724
783
|
/** Output only. Type of the route in the peer VPC network. */
|
|
725
|
-
type?:
|
|
784
|
+
type?:
|
|
785
|
+
| 'TYPE_UNSPECIFIED'
|
|
786
|
+
| 'DYNAMIC_PEERING_ROUTE'
|
|
787
|
+
| 'STATIC_PEERING_ROUTE'
|
|
788
|
+
| 'SUBNET_PEERING_ROUTE';
|
|
726
789
|
}
|
|
727
790
|
interface Policy {
|
|
728
791
|
/** Specifies cloud audit logging configuration for this policy. */
|
|
@@ -760,9 +823,16 @@ declare namespace gapi.client {
|
|
|
760
823
|
/** Output only. NSX appliance. */
|
|
761
824
|
nsx?: Nsx;
|
|
762
825
|
/** Output only. State of the resource. New values may be added to this enum when appropriate. */
|
|
763
|
-
state?:
|
|
826
|
+
state?:
|
|
827
|
+
| 'STATE_UNSPECIFIED'
|
|
828
|
+
| 'ACTIVE'
|
|
829
|
+
| 'CREATING'
|
|
830
|
+
| 'UPDATING'
|
|
831
|
+
| 'FAILED'
|
|
832
|
+
| 'DELETED'
|
|
833
|
+
| 'PURGING';
|
|
764
834
|
/** Optional. Type of the private cloud. Defaults to STANDARD. */
|
|
765
|
-
type?:
|
|
835
|
+
type?: 'STANDARD' | 'TIME_LIMITED' | 'STRETCHED';
|
|
766
836
|
/** Output only. System-generated unique identifier for the resource. */
|
|
767
837
|
uid?: string;
|
|
768
838
|
/** Output only. Last update time of this resource. */
|
|
@@ -780,15 +850,30 @@ declare namespace gapi.client {
|
|
|
780
850
|
/** Output only. VPC network peering id between given network VPC and VMwareEngineNetwork. */
|
|
781
851
|
peeringId?: string;
|
|
782
852
|
/** Output only. Peering state between service network and VMware Engine network. */
|
|
783
|
-
peeringState?:
|
|
853
|
+
peeringState?:
|
|
854
|
+
| 'PEERING_STATE_UNSPECIFIED'
|
|
855
|
+
| 'PEERING_ACTIVE'
|
|
856
|
+
| 'PEERING_INACTIVE';
|
|
784
857
|
/** Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported. */
|
|
785
|
-
routingMode?:
|
|
858
|
+
routingMode?: 'ROUTING_MODE_UNSPECIFIED' | 'GLOBAL' | 'REGIONAL';
|
|
786
859
|
/** Required. Service network to create private connection. Specify the name in the following form: `projects/{project}/global/networks/{network_id}` For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc. */
|
|
787
860
|
serviceNetwork?: string;
|
|
788
861
|
/** Output only. State of the private connection. */
|
|
789
|
-
state?:
|
|
862
|
+
state?:
|
|
863
|
+
| 'STATE_UNSPECIFIED'
|
|
864
|
+
| 'CREATING'
|
|
865
|
+
| 'ACTIVE'
|
|
866
|
+
| 'UPDATING'
|
|
867
|
+
| 'DELETING'
|
|
868
|
+
| 'UNPROVISIONED'
|
|
869
|
+
| 'FAILED';
|
|
790
870
|
/** Required. Private connection type. */
|
|
791
|
-
type?:
|
|
871
|
+
type?:
|
|
872
|
+
| 'TYPE_UNSPECIFIED'
|
|
873
|
+
| 'PRIVATE_SERVICE_ACCESS'
|
|
874
|
+
| 'NETAPP_CLOUD_VOLUMES'
|
|
875
|
+
| 'DELL_POWERSCALE'
|
|
876
|
+
| 'THIRD_PARTY_SERVICE';
|
|
792
877
|
/** Output only. System-generated unique identifier for the resource. */
|
|
793
878
|
uid?: string;
|
|
794
879
|
/** Output only. Last update time of this resource. */
|
|
@@ -824,7 +909,7 @@ declare namespace gapi.client {
|
|
|
824
909
|
/** Output only. Output Only. The schedule is open for edits during this time interval or window. */
|
|
825
910
|
editWindow?: Interval;
|
|
826
911
|
/** Output only. Output Only. Indicates who most recently edited the upgrade schedule. The value is updated whenever the upgrade is rescheduled. */
|
|
827
|
-
lastEditor?:
|
|
912
|
+
lastEditor?: 'EDITOR_UNSPECIFIED' | 'SYSTEM' | 'USER';
|
|
828
913
|
/** Required. The scheduled start time for the upgrade. */
|
|
829
914
|
startTime?: string;
|
|
830
915
|
/** Required. Weekly time windows for upgrade activities. The server performs upgrade activities during these time windows to minimize disruptions. */
|
|
@@ -858,7 +943,14 @@ declare namespace gapi.client {
|
|
|
858
943
|
/** 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` */
|
|
859
944
|
name?: string;
|
|
860
945
|
/** Output only. The state of the resource. */
|
|
861
|
-
state?:
|
|
946
|
+
state?:
|
|
947
|
+
| 'STATE_UNSPECIFIED'
|
|
948
|
+
| 'ACTIVE'
|
|
949
|
+
| 'CREATING'
|
|
950
|
+
| 'UPDATING'
|
|
951
|
+
| 'DELETING'
|
|
952
|
+
| 'RECONCILING'
|
|
953
|
+
| 'FAILED';
|
|
862
954
|
/** Output only. The type of the subnet. For example "management" or "userDefined". */
|
|
863
955
|
type?: string;
|
|
864
956
|
/** Output only. VLAN ID of the VLAN on which the subnet is configured */
|
|
@@ -898,7 +990,15 @@ declare namespace gapi.client {
|
|
|
898
990
|
}
|
|
899
991
|
interface TimeWindow {
|
|
900
992
|
/** Required. Day of the week for this window. */
|
|
901
|
-
dayOfWeek?:
|
|
993
|
+
dayOfWeek?:
|
|
994
|
+
| 'DAY_OF_WEEK_UNSPECIFIED'
|
|
995
|
+
| 'MONDAY'
|
|
996
|
+
| 'TUESDAY'
|
|
997
|
+
| 'WEDNESDAY'
|
|
998
|
+
| 'THURSDAY'
|
|
999
|
+
| 'FRIDAY'
|
|
1000
|
+
| 'SATURDAY'
|
|
1001
|
+
| 'SUNDAY';
|
|
902
1002
|
/** Required. The duration of the window. The max allowed duration for any window is 24 hours. */
|
|
903
1003
|
duration?: string;
|
|
904
1004
|
/** Required. Time in UTC when the window starts. */
|
|
@@ -934,11 +1034,28 @@ declare namespace gapi.client {
|
|
|
934
1034
|
/** Output only. Output Only. The start version */
|
|
935
1035
|
startVersion?: string;
|
|
936
1036
|
/** Output only. The current state of the upgrade. */
|
|
937
|
-
state?:
|
|
1037
|
+
state?:
|
|
1038
|
+
| 'STATE_UNSPECIFIED'
|
|
1039
|
+
| 'SCHEDULED'
|
|
1040
|
+
| 'ONGOING'
|
|
1041
|
+
| 'SUCCEEDED'
|
|
1042
|
+
| 'PAUSED'
|
|
1043
|
+
| 'FAILED'
|
|
1044
|
+
| 'CANCELLING'
|
|
1045
|
+
| 'CANCELLED'
|
|
1046
|
+
| 'RESCHEDULING';
|
|
938
1047
|
/** Output only. Output Only. The target version */
|
|
939
1048
|
targetVersion?: string;
|
|
940
1049
|
/** Output only. Output Only. The type of upgrade. */
|
|
941
|
-
type?:
|
|
1050
|
+
type?:
|
|
1051
|
+
| 'TYPE_UNSPECIFIED'
|
|
1052
|
+
| 'VSPHERE_UPGRADE'
|
|
1053
|
+
| 'VSPHERE_PATCH'
|
|
1054
|
+
| 'WORKAROUND'
|
|
1055
|
+
| 'FIRMWARE_UPGRADE'
|
|
1056
|
+
| 'SWITCH_UPGRADE'
|
|
1057
|
+
| 'OTHER'
|
|
1058
|
+
| 'INFRASTRUCTURE_UPGRADE';
|
|
942
1059
|
/** Output only. System-generated unique identifier for the resource. */
|
|
943
1060
|
uid?: string;
|
|
944
1061
|
/** Output only. Output Only. Last update time of this resource. */
|
|
@@ -952,7 +1069,7 @@ declare namespace gapi.client {
|
|
|
952
1069
|
/** Internal IP address of the appliance. */
|
|
953
1070
|
internalIp?: string;
|
|
954
1071
|
/** Output only. The state of the appliance. */
|
|
955
|
-
state?:
|
|
1072
|
+
state?: 'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING';
|
|
956
1073
|
/** Version of the appliance. */
|
|
957
1074
|
version?: string;
|
|
958
1075
|
}
|
|
@@ -966,9 +1083,14 @@ declare namespace gapi.client {
|
|
|
966
1083
|
/** 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` */
|
|
967
1084
|
name?: string;
|
|
968
1085
|
/** Output only. State of the VMware Engine network. */
|
|
969
|
-
state?:
|
|
1086
|
+
state?:
|
|
1087
|
+
| 'STATE_UNSPECIFIED'
|
|
1088
|
+
| 'CREATING'
|
|
1089
|
+
| 'ACTIVE'
|
|
1090
|
+
| 'UPDATING'
|
|
1091
|
+
| 'DELETING';
|
|
970
1092
|
/** Required. VMware Engine network type. */
|
|
971
|
-
type?:
|
|
1093
|
+
type?: 'TYPE_UNSPECIFIED' | 'LEGACY' | 'STANDARD';
|
|
972
1094
|
/** Output only. System-generated unique identifier for the resource. */
|
|
973
1095
|
uid?: string;
|
|
974
1096
|
/** Output only. Last update time of this resource. */
|
|
@@ -978,23 +1100,61 @@ declare namespace gapi.client {
|
|
|
978
1100
|
}
|
|
979
1101
|
interface VmwareUpgradeComponent {
|
|
980
1102
|
/** Output only. Type of component */
|
|
981
|
-
componentType?:
|
|
1103
|
+
componentType?:
|
|
1104
|
+
| 'VMWARE_COMPONENT_TYPE_UNSPECIFIED'
|
|
1105
|
+
| 'VCENTER'
|
|
1106
|
+
| 'ESXI'
|
|
1107
|
+
| 'NSXT_UC'
|
|
1108
|
+
| 'NSXT_EDGE'
|
|
1109
|
+
| 'NSXT_MGR'
|
|
1110
|
+
| 'HCX'
|
|
1111
|
+
| 'VSAN'
|
|
1112
|
+
| 'DVS'
|
|
1113
|
+
| 'NAMESERVER_VM'
|
|
1114
|
+
| 'KMS_VM'
|
|
1115
|
+
| 'WITNESS_VM'
|
|
1116
|
+
| 'NSXT'
|
|
1117
|
+
| 'CLUSTER'
|
|
1118
|
+
| 'VM_TOOLS';
|
|
982
1119
|
/** Output only. Component's upgrade state. */
|
|
983
|
-
state?:
|
|
1120
|
+
state?:
|
|
1121
|
+
| 'STATE_UNSPECIFIED'
|
|
1122
|
+
| 'RUNNING'
|
|
1123
|
+
| 'PAUSED'
|
|
1124
|
+
| 'SUCCEEDED'
|
|
1125
|
+
| 'FAILED'
|
|
1126
|
+
| 'NOT_STARTED'
|
|
1127
|
+
| 'NOT_APPLICABLE';
|
|
984
1128
|
}
|
|
985
1129
|
interface VpcNetwork {
|
|
986
1130
|
/** Output only. The relative resource name of the service VPC network this VMware Engine network is attached to. For example: `projects/123123/global/networks/my-network` */
|
|
987
1131
|
network?: string;
|
|
988
1132
|
/** Output only. Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD) */
|
|
989
|
-
type?:
|
|
1133
|
+
type?: 'TYPE_UNSPECIFIED' | 'INTRANET' | 'INTERNET' | 'GOOGLE_CLOUD';
|
|
990
1134
|
}
|
|
991
1135
|
interface WeeklyTimeInterval {
|
|
992
1136
|
/** Output only. The day on which the interval ends. Can be same as start day. */
|
|
993
|
-
endDay?:
|
|
1137
|
+
endDay?:
|
|
1138
|
+
| 'DAY_OF_WEEK_UNSPECIFIED'
|
|
1139
|
+
| 'MONDAY'
|
|
1140
|
+
| 'TUESDAY'
|
|
1141
|
+
| 'WEDNESDAY'
|
|
1142
|
+
| 'THURSDAY'
|
|
1143
|
+
| 'FRIDAY'
|
|
1144
|
+
| 'SATURDAY'
|
|
1145
|
+
| 'SUNDAY';
|
|
994
1146
|
/** Output only. The time on the end day at which the interval ends. */
|
|
995
1147
|
endTime?: TimeOfDay;
|
|
996
1148
|
/** Output only. The day on which the interval starts. */
|
|
997
|
-
startDay?:
|
|
1149
|
+
startDay?:
|
|
1150
|
+
| 'DAY_OF_WEEK_UNSPECIFIED'
|
|
1151
|
+
| 'MONDAY'
|
|
1152
|
+
| 'TUESDAY'
|
|
1153
|
+
| 'WEDNESDAY'
|
|
1154
|
+
| 'THURSDAY'
|
|
1155
|
+
| 'FRIDAY'
|
|
1156
|
+
| 'SATURDAY'
|
|
1157
|
+
| 'SUNDAY';
|
|
998
1158
|
/** Output only. The time on the start day at which the interval starts. */
|
|
999
1159
|
startTime?: TimeOfDay;
|
|
1000
1160
|
}
|
|
@@ -1002,11 +1162,11 @@ declare namespace gapi.client {
|
|
|
1002
1162
|
/** Retrieves a `Announcement` by its resource name. */
|
|
1003
1163
|
get(request?: {
|
|
1004
1164
|
/** V1 error format. */
|
|
1005
|
-
'$.xgafv'?:
|
|
1165
|
+
'$.xgafv'?: '1' | '2';
|
|
1006
1166
|
/** OAuth access token. */
|
|
1007
1167
|
access_token?: string;
|
|
1008
1168
|
/** Data format for response. */
|
|
1009
|
-
alt?:
|
|
1169
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1010
1170
|
/** JSONP */
|
|
1011
1171
|
callback?: string;
|
|
1012
1172
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1029,11 +1189,11 @@ declare namespace gapi.client {
|
|
|
1029
1189
|
/** Lists `Announcements` for a given region and project */
|
|
1030
1190
|
list(request?: {
|
|
1031
1191
|
/** V1 error format. */
|
|
1032
|
-
'$.xgafv'?:
|
|
1192
|
+
'$.xgafv'?: '1' | '2';
|
|
1033
1193
|
/** OAuth access token. */
|
|
1034
1194
|
access_token?: string;
|
|
1035
1195
|
/** Data format for response. */
|
|
1036
|
-
alt?:
|
|
1196
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1037
1197
|
/** JSONP */
|
|
1038
1198
|
callback?: string;
|
|
1039
1199
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1063,14 +1223,14 @@ declare namespace gapi.client {
|
|
|
1063
1223
|
}): Request<ListAnnouncementsResponse>;
|
|
1064
1224
|
}
|
|
1065
1225
|
interface DatastoresResource {
|
|
1066
|
-
/** Creates a new `Datastore` resource in a given project and location.
|
|
1226
|
+
/** Creates a new `Datastore` resource in a given project and location. */
|
|
1067
1227
|
create(request: {
|
|
1068
1228
|
/** V1 error format. */
|
|
1069
|
-
'$.xgafv'?:
|
|
1229
|
+
'$.xgafv'?: '1' | '2';
|
|
1070
1230
|
/** OAuth access token. */
|
|
1071
1231
|
access_token?: string;
|
|
1072
1232
|
/** Data format for response. */
|
|
1073
|
-
alt?:
|
|
1233
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1074
1234
|
/** JSONP */
|
|
1075
1235
|
callback?: string;
|
|
1076
1236
|
/** Required. The user-provided identifier of the datastore to be created. This identifier must be unique among each `Datastore` within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) */
|
|
@@ -1099,11 +1259,11 @@ declare namespace gapi.client {
|
|
|
1099
1259
|
create(
|
|
1100
1260
|
request: {
|
|
1101
1261
|
/** V1 error format. */
|
|
1102
|
-
'$.xgafv'?:
|
|
1262
|
+
'$.xgafv'?: '1' | '2';
|
|
1103
1263
|
/** OAuth access token. */
|
|
1104
1264
|
access_token?: string;
|
|
1105
1265
|
/** Data format for response. */
|
|
1106
|
-
alt?:
|
|
1266
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1107
1267
|
/** JSONP */
|
|
1108
1268
|
callback?: string;
|
|
1109
1269
|
/** Required. The user-provided identifier of the datastore to be created. This identifier must be unique among each `Datastore` within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) */
|
|
@@ -1132,11 +1292,11 @@ declare namespace gapi.client {
|
|
|
1132
1292
|
/** Deletes a `Datastore` resource. You can only delete a Datastore after all resources that refer to it are deleted. For example, multiple clusters of the same private cloud or different private clouds can refer to the same datastore. */
|
|
1133
1293
|
delete(request?: {
|
|
1134
1294
|
/** V1 error format. */
|
|
1135
|
-
'$.xgafv'?:
|
|
1295
|
+
'$.xgafv'?: '1' | '2';
|
|
1136
1296
|
/** OAuth access token. */
|
|
1137
1297
|
access_token?: string;
|
|
1138
1298
|
/** Data format for response. */
|
|
1139
|
-
alt?:
|
|
1299
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1140
1300
|
/** JSONP */
|
|
1141
1301
|
callback?: string;
|
|
1142
1302
|
/** Optional. Checksum used to ensure that the user-provided value is up to date before the server processes the request. The server compares provided checksum with the current checksum of the resource. If the user-provided value is out of date, this request returns an `ABORTED` error. */
|
|
@@ -1163,11 +1323,11 @@ declare namespace gapi.client {
|
|
|
1163
1323
|
/** Retrieves a `Datastore` resource by its resource name. The resource contains details of the Datastore, such as its description, subnets, type, and more. */
|
|
1164
1324
|
get(request?: {
|
|
1165
1325
|
/** V1 error format. */
|
|
1166
|
-
'$.xgafv'?:
|
|
1326
|
+
'$.xgafv'?: '1' | '2';
|
|
1167
1327
|
/** OAuth access token. */
|
|
1168
1328
|
access_token?: string;
|
|
1169
1329
|
/** Data format for response. */
|
|
1170
|
-
alt?:
|
|
1330
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1171
1331
|
/** JSONP */
|
|
1172
1332
|
callback?: string;
|
|
1173
1333
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1190,11 +1350,11 @@ declare namespace gapi.client {
|
|
|
1190
1350
|
/** Lists `Datastore` resources in a given project and location. */
|
|
1191
1351
|
list(request?: {
|
|
1192
1352
|
/** V1 error format. */
|
|
1193
|
-
'$.xgafv'?:
|
|
1353
|
+
'$.xgafv'?: '1' | '2';
|
|
1194
1354
|
/** OAuth access token. */
|
|
1195
1355
|
access_token?: string;
|
|
1196
1356
|
/** Data format for response. */
|
|
1197
|
-
alt?:
|
|
1357
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1198
1358
|
/** JSONP */
|
|
1199
1359
|
callback?: string;
|
|
1200
1360
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1224,14 +1384,14 @@ declare namespace gapi.client {
|
|
|
1224
1384
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1225
1385
|
uploadType?: string;
|
|
1226
1386
|
}): Request<ListDatastoresResponse>;
|
|
1227
|
-
/** Modifies a Datastore resource. Only
|
|
1387
|
+
/** Modifies a Datastore resource. Only fields specified in `updateMask` are applied. */
|
|
1228
1388
|
patch(request: {
|
|
1229
1389
|
/** V1 error format. */
|
|
1230
|
-
'$.xgafv'?:
|
|
1390
|
+
'$.xgafv'?: '1' | '2';
|
|
1231
1391
|
/** OAuth access token. */
|
|
1232
1392
|
access_token?: string;
|
|
1233
1393
|
/** Data format for response. */
|
|
1234
|
-
alt?:
|
|
1394
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1235
1395
|
/** JSONP */
|
|
1236
1396
|
callback?: string;
|
|
1237
1397
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1248,7 +1408,7 @@ declare namespace gapi.client {
|
|
|
1248
1408
|
quotaUser?: string;
|
|
1249
1409
|
/** Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
|
|
1250
1410
|
requestId?: string;
|
|
1251
|
-
/** Optional. Field mask is used to specify the fields to be overwritten in the Datastore resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
|
|
1411
|
+
/** Optional. Field mask is used to specify the fields to be overwritten in the Datastore resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
|
|
1252
1412
|
updateMask?: string;
|
|
1253
1413
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1254
1414
|
upload_protocol?: string;
|
|
@@ -1260,11 +1420,11 @@ declare namespace gapi.client {
|
|
|
1260
1420
|
patch(
|
|
1261
1421
|
request: {
|
|
1262
1422
|
/** V1 error format. */
|
|
1263
|
-
'$.xgafv'?:
|
|
1423
|
+
'$.xgafv'?: '1' | '2';
|
|
1264
1424
|
/** OAuth access token. */
|
|
1265
1425
|
access_token?: string;
|
|
1266
1426
|
/** Data format for response. */
|
|
1267
|
-
alt?:
|
|
1427
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1268
1428
|
/** JSONP */
|
|
1269
1429
|
callback?: string;
|
|
1270
1430
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1281,7 +1441,7 @@ declare namespace gapi.client {
|
|
|
1281
1441
|
quotaUser?: string;
|
|
1282
1442
|
/** Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
|
|
1283
1443
|
requestId?: string;
|
|
1284
|
-
/** Optional. Field mask is used to specify the fields to be overwritten in the Datastore resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
|
|
1444
|
+
/** Optional. Field mask is used to specify the fields to be overwritten in the Datastore resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
|
|
1285
1445
|
updateMask?: string;
|
|
1286
1446
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1287
1447
|
upload_protocol?: string;
|
|
@@ -1295,11 +1455,11 @@ declare namespace gapi.client {
|
|
|
1295
1455
|
/** 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. */
|
|
1296
1456
|
grant(request: {
|
|
1297
1457
|
/** V1 error format. */
|
|
1298
|
-
'$.xgafv'?:
|
|
1458
|
+
'$.xgafv'?: '1' | '2';
|
|
1299
1459
|
/** OAuth access token. */
|
|
1300
1460
|
access_token?: string;
|
|
1301
1461
|
/** Data format for response. */
|
|
1302
|
-
alt?:
|
|
1462
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1303
1463
|
/** JSONP */
|
|
1304
1464
|
callback?: string;
|
|
1305
1465
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1324,11 +1484,11 @@ declare namespace gapi.client {
|
|
|
1324
1484
|
grant(
|
|
1325
1485
|
request: {
|
|
1326
1486
|
/** V1 error format. */
|
|
1327
|
-
'$.xgafv'?:
|
|
1487
|
+
'$.xgafv'?: '1' | '2';
|
|
1328
1488
|
/** OAuth access token. */
|
|
1329
1489
|
access_token?: string;
|
|
1330
1490
|
/** Data format for response. */
|
|
1331
|
-
alt?:
|
|
1491
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1332
1492
|
/** JSONP */
|
|
1333
1493
|
callback?: string;
|
|
1334
1494
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1353,11 +1513,11 @@ declare namespace gapi.client {
|
|
|
1353
1513
|
/** 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. */
|
|
1354
1514
|
revoke(request: {
|
|
1355
1515
|
/** V1 error format. */
|
|
1356
|
-
'$.xgafv'?:
|
|
1516
|
+
'$.xgafv'?: '1' | '2';
|
|
1357
1517
|
/** OAuth access token. */
|
|
1358
1518
|
access_token?: string;
|
|
1359
1519
|
/** Data format for response. */
|
|
1360
|
-
alt?:
|
|
1520
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1361
1521
|
/** JSONP */
|
|
1362
1522
|
callback?: string;
|
|
1363
1523
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1382,11 +1542,11 @@ declare namespace gapi.client {
|
|
|
1382
1542
|
revoke(
|
|
1383
1543
|
request: {
|
|
1384
1544
|
/** V1 error format. */
|
|
1385
|
-
'$.xgafv'?:
|
|
1545
|
+
'$.xgafv'?: '1' | '2';
|
|
1386
1546
|
/** OAuth access token. */
|
|
1387
1547
|
access_token?: string;
|
|
1388
1548
|
/** Data format for response. */
|
|
1389
|
-
alt?:
|
|
1549
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1390
1550
|
/** JSONP */
|
|
1391
1551
|
callback?: string;
|
|
1392
1552
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1413,11 +1573,11 @@ declare namespace gapi.client {
|
|
|
1413
1573
|
/** Lists the network peering routes exchanged over a peering connection. NetworkPeering is a global resource and location can only be global. */
|
|
1414
1574
|
list(request?: {
|
|
1415
1575
|
/** V1 error format. */
|
|
1416
|
-
'$.xgafv'?:
|
|
1576
|
+
'$.xgafv'?: '1' | '2';
|
|
1417
1577
|
/** OAuth access token. */
|
|
1418
1578
|
access_token?: string;
|
|
1419
1579
|
/** Data format for response. */
|
|
1420
|
-
alt?:
|
|
1580
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1421
1581
|
/** JSONP */
|
|
1422
1582
|
callback?: string;
|
|
1423
1583
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1448,11 +1608,11 @@ declare namespace gapi.client {
|
|
|
1448
1608
|
/** 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. */
|
|
1449
1609
|
create(request: {
|
|
1450
1610
|
/** V1 error format. */
|
|
1451
|
-
'$.xgafv'?:
|
|
1611
|
+
'$.xgafv'?: '1' | '2';
|
|
1452
1612
|
/** OAuth access token. */
|
|
1453
1613
|
access_token?: string;
|
|
1454
1614
|
/** Data format for response. */
|
|
1455
|
-
alt?:
|
|
1615
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1456
1616
|
/** JSONP */
|
|
1457
1617
|
callback?: string;
|
|
1458
1618
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1481,11 +1641,11 @@ declare namespace gapi.client {
|
|
|
1481
1641
|
create(
|
|
1482
1642
|
request: {
|
|
1483
1643
|
/** V1 error format. */
|
|
1484
|
-
'$.xgafv'?:
|
|
1644
|
+
'$.xgafv'?: '1' | '2';
|
|
1485
1645
|
/** OAuth access token. */
|
|
1486
1646
|
access_token?: string;
|
|
1487
1647
|
/** Data format for response. */
|
|
1488
|
-
alt?:
|
|
1648
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1489
1649
|
/** JSONP */
|
|
1490
1650
|
callback?: string;
|
|
1491
1651
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1514,11 +1674,11 @@ declare namespace gapi.client {
|
|
|
1514
1674
|
/** 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. */
|
|
1515
1675
|
delete(request?: {
|
|
1516
1676
|
/** V1 error format. */
|
|
1517
|
-
'$.xgafv'?:
|
|
1677
|
+
'$.xgafv'?: '1' | '2';
|
|
1518
1678
|
/** OAuth access token. */
|
|
1519
1679
|
access_token?: string;
|
|
1520
1680
|
/** Data format for response. */
|
|
1521
|
-
alt?:
|
|
1681
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1522
1682
|
/** JSONP */
|
|
1523
1683
|
callback?: string;
|
|
1524
1684
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1543,11 +1703,11 @@ declare namespace gapi.client {
|
|
|
1543
1703
|
/** 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. */
|
|
1544
1704
|
get(request?: {
|
|
1545
1705
|
/** V1 error format. */
|
|
1546
|
-
'$.xgafv'?:
|
|
1706
|
+
'$.xgafv'?: '1' | '2';
|
|
1547
1707
|
/** OAuth access token. */
|
|
1548
1708
|
access_token?: string;
|
|
1549
1709
|
/** Data format for response. */
|
|
1550
|
-
alt?:
|
|
1710
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1551
1711
|
/** JSONP */
|
|
1552
1712
|
callback?: string;
|
|
1553
1713
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1570,11 +1730,11 @@ declare namespace gapi.client {
|
|
|
1570
1730
|
/** Lists `NetworkPeering` resources in a given project. NetworkPeering is a global resource and location can only be global. */
|
|
1571
1731
|
list(request?: {
|
|
1572
1732
|
/** V1 error format. */
|
|
1573
|
-
'$.xgafv'?:
|
|
1733
|
+
'$.xgafv'?: '1' | '2';
|
|
1574
1734
|
/** OAuth access token. */
|
|
1575
1735
|
access_token?: string;
|
|
1576
1736
|
/** Data format for response. */
|
|
1577
|
-
alt?:
|
|
1737
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1578
1738
|
/** JSONP */
|
|
1579
1739
|
callback?: string;
|
|
1580
1740
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1605,11 +1765,11 @@ declare namespace gapi.client {
|
|
|
1605
1765
|
/** 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. */
|
|
1606
1766
|
patch(request: {
|
|
1607
1767
|
/** V1 error format. */
|
|
1608
|
-
'$.xgafv'?:
|
|
1768
|
+
'$.xgafv'?: '1' | '2';
|
|
1609
1769
|
/** OAuth access token. */
|
|
1610
1770
|
access_token?: string;
|
|
1611
1771
|
/** Data format for response. */
|
|
1612
|
-
alt?:
|
|
1772
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1613
1773
|
/** JSONP */
|
|
1614
1774
|
callback?: string;
|
|
1615
1775
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1638,11 +1798,11 @@ declare namespace gapi.client {
|
|
|
1638
1798
|
patch(
|
|
1639
1799
|
request: {
|
|
1640
1800
|
/** V1 error format. */
|
|
1641
|
-
'$.xgafv'?:
|
|
1801
|
+
'$.xgafv'?: '1' | '2';
|
|
1642
1802
|
/** OAuth access token. */
|
|
1643
1803
|
access_token?: string;
|
|
1644
1804
|
/** Data format for response. */
|
|
1645
|
-
alt?:
|
|
1805
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1646
1806
|
/** JSONP */
|
|
1647
1807
|
callback?: string;
|
|
1648
1808
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1674,11 +1834,11 @@ declare namespace gapi.client {
|
|
|
1674
1834
|
/** Creates a new external access rule in a given network policy. */
|
|
1675
1835
|
create(request: {
|
|
1676
1836
|
/** V1 error format. */
|
|
1677
|
-
'$.xgafv'?:
|
|
1837
|
+
'$.xgafv'?: '1' | '2';
|
|
1678
1838
|
/** OAuth access token. */
|
|
1679
1839
|
access_token?: string;
|
|
1680
1840
|
/** Data format for response. */
|
|
1681
|
-
alt?:
|
|
1841
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1682
1842
|
/** JSONP */
|
|
1683
1843
|
callback?: string;
|
|
1684
1844
|
/** Required. The user-provided identifier of the `ExternalAccessRule` to be created. This identifier must be unique among `ExternalAccessRule` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) */
|
|
@@ -1707,11 +1867,11 @@ declare namespace gapi.client {
|
|
|
1707
1867
|
create(
|
|
1708
1868
|
request: {
|
|
1709
1869
|
/** V1 error format. */
|
|
1710
|
-
'$.xgafv'?:
|
|
1870
|
+
'$.xgafv'?: '1' | '2';
|
|
1711
1871
|
/** OAuth access token. */
|
|
1712
1872
|
access_token?: string;
|
|
1713
1873
|
/** Data format for response. */
|
|
1714
|
-
alt?:
|
|
1874
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1715
1875
|
/** JSONP */
|
|
1716
1876
|
callback?: string;
|
|
1717
1877
|
/** Required. The user-provided identifier of the `ExternalAccessRule` to be created. This identifier must be unique among `ExternalAccessRule` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) */
|
|
@@ -1740,11 +1900,11 @@ declare namespace gapi.client {
|
|
|
1740
1900
|
/** Deletes a single external access rule. */
|
|
1741
1901
|
delete(request?: {
|
|
1742
1902
|
/** V1 error format. */
|
|
1743
|
-
'$.xgafv'?:
|
|
1903
|
+
'$.xgafv'?: '1' | '2';
|
|
1744
1904
|
/** OAuth access token. */
|
|
1745
1905
|
access_token?: string;
|
|
1746
1906
|
/** Data format for response. */
|
|
1747
|
-
alt?:
|
|
1907
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1748
1908
|
/** JSONP */
|
|
1749
1909
|
callback?: string;
|
|
1750
1910
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1769,11 +1929,11 @@ declare namespace gapi.client {
|
|
|
1769
1929
|
/** Gets details of a single external access rule. */
|
|
1770
1930
|
get(request?: {
|
|
1771
1931
|
/** V1 error format. */
|
|
1772
|
-
'$.xgafv'?:
|
|
1932
|
+
'$.xgafv'?: '1' | '2';
|
|
1773
1933
|
/** OAuth access token. */
|
|
1774
1934
|
access_token?: string;
|
|
1775
1935
|
/** Data format for response. */
|
|
1776
|
-
alt?:
|
|
1936
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1777
1937
|
/** JSONP */
|
|
1778
1938
|
callback?: string;
|
|
1779
1939
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1796,11 +1956,11 @@ declare namespace gapi.client {
|
|
|
1796
1956
|
/** Lists `ExternalAccessRule` resources in the specified network policy. */
|
|
1797
1957
|
list(request?: {
|
|
1798
1958
|
/** V1 error format. */
|
|
1799
|
-
'$.xgafv'?:
|
|
1959
|
+
'$.xgafv'?: '1' | '2';
|
|
1800
1960
|
/** OAuth access token. */
|
|
1801
1961
|
access_token?: string;
|
|
1802
1962
|
/** Data format for response. */
|
|
1803
|
-
alt?:
|
|
1963
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1804
1964
|
/** JSONP */
|
|
1805
1965
|
callback?: string;
|
|
1806
1966
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1831,11 +1991,11 @@ declare namespace gapi.client {
|
|
|
1831
1991
|
/** Updates the parameters of a single external access rule. Only fields specified in `update_mask` are applied. */
|
|
1832
1992
|
patch(request: {
|
|
1833
1993
|
/** V1 error format. */
|
|
1834
|
-
'$.xgafv'?:
|
|
1994
|
+
'$.xgafv'?: '1' | '2';
|
|
1835
1995
|
/** OAuth access token. */
|
|
1836
1996
|
access_token?: string;
|
|
1837
1997
|
/** Data format for response. */
|
|
1838
|
-
alt?:
|
|
1998
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1839
1999
|
/** JSONP */
|
|
1840
2000
|
callback?: string;
|
|
1841
2001
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1864,11 +2024,11 @@ declare namespace gapi.client {
|
|
|
1864
2024
|
patch(
|
|
1865
2025
|
request: {
|
|
1866
2026
|
/** V1 error format. */
|
|
1867
|
-
'$.xgafv'?:
|
|
2027
|
+
'$.xgafv'?: '1' | '2';
|
|
1868
2028
|
/** OAuth access token. */
|
|
1869
2029
|
access_token?: string;
|
|
1870
2030
|
/** Data format for response. */
|
|
1871
|
-
alt?:
|
|
2031
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1872
2032
|
/** JSONP */
|
|
1873
2033
|
callback?: string;
|
|
1874
2034
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1899,11 +2059,11 @@ declare namespace gapi.client {
|
|
|
1899
2059
|
/** Creates a new network policy in a given VMware Engine network of a project and location (region). A new network policy cannot be created if another network policy already exists in the same scope. */
|
|
1900
2060
|
create(request: {
|
|
1901
2061
|
/** V1 error format. */
|
|
1902
|
-
'$.xgafv'?:
|
|
2062
|
+
'$.xgafv'?: '1' | '2';
|
|
1903
2063
|
/** OAuth access token. */
|
|
1904
2064
|
access_token?: string;
|
|
1905
2065
|
/** Data format for response. */
|
|
1906
|
-
alt?:
|
|
2066
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1907
2067
|
/** JSONP */
|
|
1908
2068
|
callback?: string;
|
|
1909
2069
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1932,11 +2092,11 @@ declare namespace gapi.client {
|
|
|
1932
2092
|
create(
|
|
1933
2093
|
request: {
|
|
1934
2094
|
/** V1 error format. */
|
|
1935
|
-
'$.xgafv'?:
|
|
2095
|
+
'$.xgafv'?: '1' | '2';
|
|
1936
2096
|
/** OAuth access token. */
|
|
1937
2097
|
access_token?: string;
|
|
1938
2098
|
/** Data format for response. */
|
|
1939
|
-
alt?:
|
|
2099
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1940
2100
|
/** JSONP */
|
|
1941
2101
|
callback?: string;
|
|
1942
2102
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1965,11 +2125,11 @@ declare namespace gapi.client {
|
|
|
1965
2125
|
/** Deletes a `NetworkPolicy` resource. A network policy cannot be deleted when `NetworkService.state` is set to `RECONCILING` for either its external IP or internet access service. */
|
|
1966
2126
|
delete(request?: {
|
|
1967
2127
|
/** V1 error format. */
|
|
1968
|
-
'$.xgafv'?:
|
|
2128
|
+
'$.xgafv'?: '1' | '2';
|
|
1969
2129
|
/** OAuth access token. */
|
|
1970
2130
|
access_token?: string;
|
|
1971
2131
|
/** Data format for response. */
|
|
1972
|
-
alt?:
|
|
2132
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1973
2133
|
/** JSONP */
|
|
1974
2134
|
callback?: string;
|
|
1975
2135
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1994,11 +2154,11 @@ declare namespace gapi.client {
|
|
|
1994
2154
|
/** Lists external IP addresses assigned to VMware workload VMs within the scope of the given network policy. */
|
|
1995
2155
|
fetchExternalAddresses(request?: {
|
|
1996
2156
|
/** V1 error format. */
|
|
1997
|
-
'$.xgafv'?:
|
|
2157
|
+
'$.xgafv'?: '1' | '2';
|
|
1998
2158
|
/** OAuth access token. */
|
|
1999
2159
|
access_token?: string;
|
|
2000
2160
|
/** Data format for response. */
|
|
2001
|
-
alt?:
|
|
2161
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2002
2162
|
/** JSONP */
|
|
2003
2163
|
callback?: string;
|
|
2004
2164
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2025,11 +2185,11 @@ declare namespace gapi.client {
|
|
|
2025
2185
|
/** Retrieves a `NetworkPolicy` resource by its resource name. */
|
|
2026
2186
|
get(request?: {
|
|
2027
2187
|
/** V1 error format. */
|
|
2028
|
-
'$.xgafv'?:
|
|
2188
|
+
'$.xgafv'?: '1' | '2';
|
|
2029
2189
|
/** OAuth access token. */
|
|
2030
2190
|
access_token?: string;
|
|
2031
2191
|
/** Data format for response. */
|
|
2032
|
-
alt?:
|
|
2192
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2033
2193
|
/** JSONP */
|
|
2034
2194
|
callback?: string;
|
|
2035
2195
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2052,11 +2212,11 @@ declare namespace gapi.client {
|
|
|
2052
2212
|
/** Lists `NetworkPolicy` resources in a specified project and location. */
|
|
2053
2213
|
list(request?: {
|
|
2054
2214
|
/** V1 error format. */
|
|
2055
|
-
'$.xgafv'?:
|
|
2215
|
+
'$.xgafv'?: '1' | '2';
|
|
2056
2216
|
/** OAuth access token. */
|
|
2057
2217
|
access_token?: string;
|
|
2058
2218
|
/** Data format for response. */
|
|
2059
|
-
alt?:
|
|
2219
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2060
2220
|
/** JSONP */
|
|
2061
2221
|
callback?: string;
|
|
2062
2222
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2087,11 +2247,11 @@ declare namespace gapi.client {
|
|
|
2087
2247
|
/** Modifies a `NetworkPolicy` resource. Only the following fields can be updated: `internet_access`, `external_ip`, `edge_services_cidr`. Only fields specified in `updateMask` are applied. When updating a network policy, the external IP network service can only be disabled if there are no external IP addresses present in the scope of the policy. Also, a `NetworkService` cannot be updated when `NetworkService.state` is set to `RECONCILING`. During operation processing, the resource is temporarily in the `ACTIVE` state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes. */
|
|
2088
2248
|
patch(request: {
|
|
2089
2249
|
/** V1 error format. */
|
|
2090
|
-
'$.xgafv'?:
|
|
2250
|
+
'$.xgafv'?: '1' | '2';
|
|
2091
2251
|
/** OAuth access token. */
|
|
2092
2252
|
access_token?: string;
|
|
2093
2253
|
/** Data format for response. */
|
|
2094
|
-
alt?:
|
|
2254
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2095
2255
|
/** JSONP */
|
|
2096
2256
|
callback?: string;
|
|
2097
2257
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2120,11 +2280,11 @@ declare namespace gapi.client {
|
|
|
2120
2280
|
patch(
|
|
2121
2281
|
request: {
|
|
2122
2282
|
/** V1 error format. */
|
|
2123
|
-
'$.xgafv'?:
|
|
2283
|
+
'$.xgafv'?: '1' | '2';
|
|
2124
2284
|
/** OAuth access token. */
|
|
2125
2285
|
access_token?: string;
|
|
2126
2286
|
/** Data format for response. */
|
|
2127
|
-
alt?:
|
|
2287
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2128
2288
|
/** JSONP */
|
|
2129
2289
|
callback?: string;
|
|
2130
2290
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2156,11 +2316,11 @@ declare namespace gapi.client {
|
|
|
2156
2316
|
/** Gets details of a single `NodeType`. */
|
|
2157
2317
|
get(request?: {
|
|
2158
2318
|
/** V1 error format. */
|
|
2159
|
-
'$.xgafv'?:
|
|
2319
|
+
'$.xgafv'?: '1' | '2';
|
|
2160
2320
|
/** OAuth access token. */
|
|
2161
2321
|
access_token?: string;
|
|
2162
2322
|
/** Data format for response. */
|
|
2163
|
-
alt?:
|
|
2323
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2164
2324
|
/** JSONP */
|
|
2165
2325
|
callback?: string;
|
|
2166
2326
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2183,11 +2343,11 @@ declare namespace gapi.client {
|
|
|
2183
2343
|
/** Lists node types */
|
|
2184
2344
|
list(request?: {
|
|
2185
2345
|
/** V1 error format. */
|
|
2186
|
-
'$.xgafv'?:
|
|
2346
|
+
'$.xgafv'?: '1' | '2';
|
|
2187
2347
|
/** OAuth access token. */
|
|
2188
2348
|
access_token?: string;
|
|
2189
2349
|
/** Data format for response. */
|
|
2190
|
-
alt?:
|
|
2350
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2191
2351
|
/** JSONP */
|
|
2192
2352
|
callback?: string;
|
|
2193
2353
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2218,11 +2378,11 @@ declare namespace gapi.client {
|
|
|
2218
2378
|
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
2219
2379
|
delete(request?: {
|
|
2220
2380
|
/** V1 error format. */
|
|
2221
|
-
'$.xgafv'?:
|
|
2381
|
+
'$.xgafv'?: '1' | '2';
|
|
2222
2382
|
/** OAuth access token. */
|
|
2223
2383
|
access_token?: string;
|
|
2224
2384
|
/** Data format for response. */
|
|
2225
|
-
alt?:
|
|
2385
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2226
2386
|
/** JSONP */
|
|
2227
2387
|
callback?: string;
|
|
2228
2388
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2245,11 +2405,11 @@ declare namespace gapi.client {
|
|
|
2245
2405
|
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
2246
2406
|
get(request?: {
|
|
2247
2407
|
/** V1 error format. */
|
|
2248
|
-
'$.xgafv'?:
|
|
2408
|
+
'$.xgafv'?: '1' | '2';
|
|
2249
2409
|
/** OAuth access token. */
|
|
2250
2410
|
access_token?: string;
|
|
2251
2411
|
/** Data format for response. */
|
|
2252
|
-
alt?:
|
|
2412
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2253
2413
|
/** JSONP */
|
|
2254
2414
|
callback?: string;
|
|
2255
2415
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2272,11 +2432,11 @@ declare namespace gapi.client {
|
|
|
2272
2432
|
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
2273
2433
|
list(request?: {
|
|
2274
2434
|
/** V1 error format. */
|
|
2275
|
-
'$.xgafv'?:
|
|
2435
|
+
'$.xgafv'?: '1' | '2';
|
|
2276
2436
|
/** OAuth access token. */
|
|
2277
2437
|
access_token?: string;
|
|
2278
2438
|
/** Data format for response. */
|
|
2279
|
-
alt?:
|
|
2439
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2280
2440
|
/** JSONP */
|
|
2281
2441
|
callback?: string;
|
|
2282
2442
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2309,11 +2469,11 @@ declare namespace gapi.client {
|
|
|
2309
2469
|
/** Gets details of a single node. */
|
|
2310
2470
|
get(request?: {
|
|
2311
2471
|
/** V1 error format. */
|
|
2312
|
-
'$.xgafv'?:
|
|
2472
|
+
'$.xgafv'?: '1' | '2';
|
|
2313
2473
|
/** OAuth access token. */
|
|
2314
2474
|
access_token?: string;
|
|
2315
2475
|
/** Data format for response. */
|
|
2316
|
-
alt?:
|
|
2476
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2317
2477
|
/** JSONP */
|
|
2318
2478
|
callback?: string;
|
|
2319
2479
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2336,11 +2496,11 @@ declare namespace gapi.client {
|
|
|
2336
2496
|
/** Lists nodes in a given cluster. */
|
|
2337
2497
|
list(request?: {
|
|
2338
2498
|
/** V1 error format. */
|
|
2339
|
-
'$.xgafv'?:
|
|
2499
|
+
'$.xgafv'?: '1' | '2';
|
|
2340
2500
|
/** OAuth access token. */
|
|
2341
2501
|
access_token?: string;
|
|
2342
2502
|
/** Data format for response. */
|
|
2343
|
-
alt?:
|
|
2503
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2344
2504
|
/** JSONP */
|
|
2345
2505
|
callback?: string;
|
|
2346
2506
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2369,11 +2529,11 @@ declare namespace gapi.client {
|
|
|
2369
2529
|
/** Creates a new cluster in a given private cloud. Creating a new cluster provides additional nodes for use in the parent private cloud and requires sufficient [node quota](https://cloud.google.com/vmware-engine/quotas). */
|
|
2370
2530
|
create(request: {
|
|
2371
2531
|
/** V1 error format. */
|
|
2372
|
-
'$.xgafv'?:
|
|
2532
|
+
'$.xgafv'?: '1' | '2';
|
|
2373
2533
|
/** OAuth access token. */
|
|
2374
2534
|
access_token?: string;
|
|
2375
2535
|
/** Data format for response. */
|
|
2376
|
-
alt?:
|
|
2536
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2377
2537
|
/** JSONP */
|
|
2378
2538
|
callback?: string;
|
|
2379
2539
|
/** Required. The user-provided identifier of the new `Cluster`. This identifier must be unique among clusters within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) */
|
|
@@ -2404,11 +2564,11 @@ declare namespace gapi.client {
|
|
|
2404
2564
|
create(
|
|
2405
2565
|
request: {
|
|
2406
2566
|
/** V1 error format. */
|
|
2407
|
-
'$.xgafv'?:
|
|
2567
|
+
'$.xgafv'?: '1' | '2';
|
|
2408
2568
|
/** OAuth access token. */
|
|
2409
2569
|
access_token?: string;
|
|
2410
2570
|
/** Data format for response. */
|
|
2411
|
-
alt?:
|
|
2571
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2412
2572
|
/** JSONP */
|
|
2413
2573
|
callback?: string;
|
|
2414
2574
|
/** Required. The user-provided identifier of the new `Cluster`. This identifier must be unique among clusters within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) */
|
|
@@ -2439,11 +2599,11 @@ declare namespace gapi.client {
|
|
|
2439
2599
|
/** Deletes a `Cluster` resource. To avoid unintended data loss, migrate or gracefully shut down any workloads running on the cluster before deletion. You cannot delete the management cluster of a private cloud using this method. */
|
|
2440
2600
|
delete(request?: {
|
|
2441
2601
|
/** V1 error format. */
|
|
2442
|
-
'$.xgafv'?:
|
|
2602
|
+
'$.xgafv'?: '1' | '2';
|
|
2443
2603
|
/** OAuth access token. */
|
|
2444
2604
|
access_token?: string;
|
|
2445
2605
|
/** Data format for response. */
|
|
2446
|
-
alt?:
|
|
2606
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2447
2607
|
/** JSONP */
|
|
2448
2608
|
callback?: string;
|
|
2449
2609
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2468,11 +2628,11 @@ declare namespace gapi.client {
|
|
|
2468
2628
|
/** Retrieves a `Cluster` resource by its resource name. */
|
|
2469
2629
|
get(request?: {
|
|
2470
2630
|
/** V1 error format. */
|
|
2471
|
-
'$.xgafv'?:
|
|
2631
|
+
'$.xgafv'?: '1' | '2';
|
|
2472
2632
|
/** OAuth access token. */
|
|
2473
2633
|
access_token?: string;
|
|
2474
2634
|
/** Data format for response. */
|
|
2475
|
-
alt?:
|
|
2635
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2476
2636
|
/** JSONP */
|
|
2477
2637
|
callback?: string;
|
|
2478
2638
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2495,11 +2655,11 @@ declare namespace gapi.client {
|
|
|
2495
2655
|
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
2496
2656
|
getIamPolicy(request?: {
|
|
2497
2657
|
/** V1 error format. */
|
|
2498
|
-
'$.xgafv'?:
|
|
2658
|
+
'$.xgafv'?: '1' | '2';
|
|
2499
2659
|
/** OAuth access token. */
|
|
2500
2660
|
access_token?: string;
|
|
2501
2661
|
/** Data format for response. */
|
|
2502
|
-
alt?:
|
|
2662
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2503
2663
|
/** JSONP */
|
|
2504
2664
|
callback?: string;
|
|
2505
2665
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2524,11 +2684,11 @@ declare namespace gapi.client {
|
|
|
2524
2684
|
/** Lists `Cluster` resources in a given private cloud. */
|
|
2525
2685
|
list(request?: {
|
|
2526
2686
|
/** V1 error format. */
|
|
2527
|
-
'$.xgafv'?:
|
|
2687
|
+
'$.xgafv'?: '1' | '2';
|
|
2528
2688
|
/** OAuth access token. */
|
|
2529
2689
|
access_token?: string;
|
|
2530
2690
|
/** Data format for response. */
|
|
2531
|
-
alt?:
|
|
2691
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2532
2692
|
/** JSONP */
|
|
2533
2693
|
callback?: string;
|
|
2534
2694
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2556,14 +2716,14 @@ declare namespace gapi.client {
|
|
|
2556
2716
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2557
2717
|
uploadType?: string;
|
|
2558
2718
|
}): Request<ListClustersResponse>;
|
|
2559
|
-
/** Mounts a `Datastore` on a cluster resource
|
|
2719
|
+
/** Mounts a `Datastore` on a cluster resource */
|
|
2560
2720
|
mountDatastore(request: {
|
|
2561
2721
|
/** V1 error format. */
|
|
2562
|
-
'$.xgafv'?:
|
|
2722
|
+
'$.xgafv'?: '1' | '2';
|
|
2563
2723
|
/** OAuth access token. */
|
|
2564
2724
|
access_token?: string;
|
|
2565
2725
|
/** Data format for response. */
|
|
2566
|
-
alt?:
|
|
2726
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2567
2727
|
/** JSONP */
|
|
2568
2728
|
callback?: string;
|
|
2569
2729
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2588,11 +2748,11 @@ declare namespace gapi.client {
|
|
|
2588
2748
|
mountDatastore(
|
|
2589
2749
|
request: {
|
|
2590
2750
|
/** V1 error format. */
|
|
2591
|
-
'$.xgafv'?:
|
|
2751
|
+
'$.xgafv'?: '1' | '2';
|
|
2592
2752
|
/** OAuth access token. */
|
|
2593
2753
|
access_token?: string;
|
|
2594
2754
|
/** Data format for response. */
|
|
2595
|
-
alt?:
|
|
2755
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2596
2756
|
/** JSONP */
|
|
2597
2757
|
callback?: string;
|
|
2598
2758
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2617,11 +2777,11 @@ declare namespace gapi.client {
|
|
|
2617
2777
|
/** Modifies a `Cluster` resource. Only fields specified in `updateMask` are applied. During operation processing, the resource is temporarily in the `ACTIVE` state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes. */
|
|
2618
2778
|
patch(request: {
|
|
2619
2779
|
/** V1 error format. */
|
|
2620
|
-
'$.xgafv'?:
|
|
2780
|
+
'$.xgafv'?: '1' | '2';
|
|
2621
2781
|
/** OAuth access token. */
|
|
2622
2782
|
access_token?: string;
|
|
2623
2783
|
/** Data format for response. */
|
|
2624
|
-
alt?:
|
|
2784
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2625
2785
|
/** JSONP */
|
|
2626
2786
|
callback?: string;
|
|
2627
2787
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2652,11 +2812,11 @@ declare namespace gapi.client {
|
|
|
2652
2812
|
patch(
|
|
2653
2813
|
request: {
|
|
2654
2814
|
/** V1 error format. */
|
|
2655
|
-
'$.xgafv'?:
|
|
2815
|
+
'$.xgafv'?: '1' | '2';
|
|
2656
2816
|
/** OAuth access token. */
|
|
2657
2817
|
access_token?: string;
|
|
2658
2818
|
/** Data format for response. */
|
|
2659
|
-
alt?:
|
|
2819
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2660
2820
|
/** JSONP */
|
|
2661
2821
|
callback?: string;
|
|
2662
2822
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2688,11 +2848,11 @@ declare namespace gapi.client {
|
|
|
2688
2848
|
setIamPolicy(
|
|
2689
2849
|
request: {
|
|
2690
2850
|
/** V1 error format. */
|
|
2691
|
-
'$.xgafv'?:
|
|
2851
|
+
'$.xgafv'?: '1' | '2';
|
|
2692
2852
|
/** OAuth access token. */
|
|
2693
2853
|
access_token?: string;
|
|
2694
2854
|
/** Data format for response. */
|
|
2695
|
-
alt?:
|
|
2855
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2696
2856
|
/** JSONP */
|
|
2697
2857
|
callback?: string;
|
|
2698
2858
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2718,11 +2878,11 @@ declare namespace gapi.client {
|
|
|
2718
2878
|
testIamPermissions(
|
|
2719
2879
|
request: {
|
|
2720
2880
|
/** V1 error format. */
|
|
2721
|
-
'$.xgafv'?:
|
|
2881
|
+
'$.xgafv'?: '1' | '2';
|
|
2722
2882
|
/** OAuth access token. */
|
|
2723
2883
|
access_token?: string;
|
|
2724
2884
|
/** Data format for response. */
|
|
2725
|
-
alt?:
|
|
2885
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2726
2886
|
/** JSONP */
|
|
2727
2887
|
callback?: string;
|
|
2728
2888
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2744,14 +2904,14 @@ declare namespace gapi.client {
|
|
|
2744
2904
|
},
|
|
2745
2905
|
body: TestIamPermissionsRequest,
|
|
2746
2906
|
): Request<TestIamPermissionsResponse>;
|
|
2747
|
-
/**
|
|
2907
|
+
/** Unmounts a `Datastore` on a cluster resource */
|
|
2748
2908
|
unmountDatastore(request: {
|
|
2749
2909
|
/** V1 error format. */
|
|
2750
|
-
'$.xgafv'?:
|
|
2910
|
+
'$.xgafv'?: '1' | '2';
|
|
2751
2911
|
/** OAuth access token. */
|
|
2752
2912
|
access_token?: string;
|
|
2753
2913
|
/** Data format for response. */
|
|
2754
|
-
alt?:
|
|
2914
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2755
2915
|
/** JSONP */
|
|
2756
2916
|
callback?: string;
|
|
2757
2917
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2776,11 +2936,11 @@ declare namespace gapi.client {
|
|
|
2776
2936
|
unmountDatastore(
|
|
2777
2937
|
request: {
|
|
2778
2938
|
/** V1 error format. */
|
|
2779
|
-
'$.xgafv'?:
|
|
2939
|
+
'$.xgafv'?: '1' | '2';
|
|
2780
2940
|
/** OAuth access token. */
|
|
2781
2941
|
access_token?: string;
|
|
2782
2942
|
/** Data format for response. */
|
|
2783
|
-
alt?:
|
|
2943
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2784
2944
|
/** JSONP */
|
|
2785
2945
|
callback?: string;
|
|
2786
2946
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2808,11 +2968,11 @@ declare namespace gapi.client {
|
|
|
2808
2968
|
/** Creates a new `ExternalAddress` resource in a given private cloud. The network policy that corresponds to the private cloud must have the external IP address network service enabled (`NetworkPolicy.external_ip`). */
|
|
2809
2969
|
create(request: {
|
|
2810
2970
|
/** V1 error format. */
|
|
2811
|
-
'$.xgafv'?:
|
|
2971
|
+
'$.xgafv'?: '1' | '2';
|
|
2812
2972
|
/** OAuth access token. */
|
|
2813
2973
|
access_token?: string;
|
|
2814
2974
|
/** Data format for response. */
|
|
2815
|
-
alt?:
|
|
2975
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2816
2976
|
/** JSONP */
|
|
2817
2977
|
callback?: string;
|
|
2818
2978
|
/** Required. The user-provided identifier of the `ExternalAddress` to be created. This identifier must be unique among `ExternalAddress` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) */
|
|
@@ -2841,11 +3001,11 @@ declare namespace gapi.client {
|
|
|
2841
3001
|
create(
|
|
2842
3002
|
request: {
|
|
2843
3003
|
/** V1 error format. */
|
|
2844
|
-
'$.xgafv'?:
|
|
3004
|
+
'$.xgafv'?: '1' | '2';
|
|
2845
3005
|
/** OAuth access token. */
|
|
2846
3006
|
access_token?: string;
|
|
2847
3007
|
/** Data format for response. */
|
|
2848
|
-
alt?:
|
|
3008
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2849
3009
|
/** JSONP */
|
|
2850
3010
|
callback?: string;
|
|
2851
3011
|
/** Required. The user-provided identifier of the `ExternalAddress` to be created. This identifier must be unique among `ExternalAddress` resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) */
|
|
@@ -2874,11 +3034,11 @@ declare namespace gapi.client {
|
|
|
2874
3034
|
/** Deletes a single external IP address. When you delete an external IP address, connectivity between the external IP address and the corresponding internal IP address is lost. */
|
|
2875
3035
|
delete(request?: {
|
|
2876
3036
|
/** V1 error format. */
|
|
2877
|
-
'$.xgafv'?:
|
|
3037
|
+
'$.xgafv'?: '1' | '2';
|
|
2878
3038
|
/** OAuth access token. */
|
|
2879
3039
|
access_token?: string;
|
|
2880
3040
|
/** Data format for response. */
|
|
2881
|
-
alt?:
|
|
3041
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2882
3042
|
/** JSONP */
|
|
2883
3043
|
callback?: string;
|
|
2884
3044
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2903,11 +3063,11 @@ declare namespace gapi.client {
|
|
|
2903
3063
|
/** Gets details of a single external IP address. */
|
|
2904
3064
|
get(request?: {
|
|
2905
3065
|
/** V1 error format. */
|
|
2906
|
-
'$.xgafv'?:
|
|
3066
|
+
'$.xgafv'?: '1' | '2';
|
|
2907
3067
|
/** OAuth access token. */
|
|
2908
3068
|
access_token?: string;
|
|
2909
3069
|
/** Data format for response. */
|
|
2910
|
-
alt?:
|
|
3070
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2911
3071
|
/** JSONP */
|
|
2912
3072
|
callback?: string;
|
|
2913
3073
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2930,11 +3090,11 @@ declare namespace gapi.client {
|
|
|
2930
3090
|
/** Lists external IP addresses assigned to VMware workload VMs in a given private cloud. */
|
|
2931
3091
|
list(request?: {
|
|
2932
3092
|
/** V1 error format. */
|
|
2933
|
-
'$.xgafv'?:
|
|
3093
|
+
'$.xgafv'?: '1' | '2';
|
|
2934
3094
|
/** OAuth access token. */
|
|
2935
3095
|
access_token?: string;
|
|
2936
3096
|
/** Data format for response. */
|
|
2937
|
-
alt?:
|
|
3097
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2938
3098
|
/** JSONP */
|
|
2939
3099
|
callback?: string;
|
|
2940
3100
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2965,11 +3125,11 @@ declare namespace gapi.client {
|
|
|
2965
3125
|
/** Updates the parameters of a single external IP address. Only fields specified in `update_mask` are applied. During operation processing, the resource is temporarily in the `ACTIVE` state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes. */
|
|
2966
3126
|
patch(request: {
|
|
2967
3127
|
/** V1 error format. */
|
|
2968
|
-
'$.xgafv'?:
|
|
3128
|
+
'$.xgafv'?: '1' | '2';
|
|
2969
3129
|
/** OAuth access token. */
|
|
2970
3130
|
access_token?: string;
|
|
2971
3131
|
/** Data format for response. */
|
|
2972
|
-
alt?:
|
|
3132
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2973
3133
|
/** JSONP */
|
|
2974
3134
|
callback?: string;
|
|
2975
3135
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2998,11 +3158,11 @@ declare namespace gapi.client {
|
|
|
2998
3158
|
patch(
|
|
2999
3159
|
request: {
|
|
3000
3160
|
/** V1 error format. */
|
|
3001
|
-
'$.xgafv'?:
|
|
3161
|
+
'$.xgafv'?: '1' | '2';
|
|
3002
3162
|
/** OAuth access token. */
|
|
3003
3163
|
access_token?: string;
|
|
3004
3164
|
/** Data format for response. */
|
|
3005
|
-
alt?:
|
|
3165
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3006
3166
|
/** JSONP */
|
|
3007
3167
|
callback?: string;
|
|
3008
3168
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3033,11 +3193,11 @@ declare namespace gapi.client {
|
|
|
3033
3193
|
/** Creates a new HCX activation key in a given private cloud. */
|
|
3034
3194
|
create(request: {
|
|
3035
3195
|
/** V1 error format. */
|
|
3036
|
-
'$.xgafv'?:
|
|
3196
|
+
'$.xgafv'?: '1' | '2';
|
|
3037
3197
|
/** OAuth access token. */
|
|
3038
3198
|
access_token?: string;
|
|
3039
3199
|
/** Data format for response. */
|
|
3040
|
-
alt?:
|
|
3200
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3041
3201
|
/** JSONP */
|
|
3042
3202
|
callback?: string;
|
|
3043
3203
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3066,11 +3226,11 @@ declare namespace gapi.client {
|
|
|
3066
3226
|
create(
|
|
3067
3227
|
request: {
|
|
3068
3228
|
/** V1 error format. */
|
|
3069
|
-
'$.xgafv'?:
|
|
3229
|
+
'$.xgafv'?: '1' | '2';
|
|
3070
3230
|
/** OAuth access token. */
|
|
3071
3231
|
access_token?: string;
|
|
3072
3232
|
/** Data format for response. */
|
|
3073
|
-
alt?:
|
|
3233
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3074
3234
|
/** JSONP */
|
|
3075
3235
|
callback?: string;
|
|
3076
3236
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3099,11 +3259,11 @@ declare namespace gapi.client {
|
|
|
3099
3259
|
/** Retrieves a `HcxActivationKey` resource by its resource name. */
|
|
3100
3260
|
get(request?: {
|
|
3101
3261
|
/** V1 error format. */
|
|
3102
|
-
'$.xgafv'?:
|
|
3262
|
+
'$.xgafv'?: '1' | '2';
|
|
3103
3263
|
/** OAuth access token. */
|
|
3104
3264
|
access_token?: string;
|
|
3105
3265
|
/** Data format for response. */
|
|
3106
|
-
alt?:
|
|
3266
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3107
3267
|
/** JSONP */
|
|
3108
3268
|
callback?: string;
|
|
3109
3269
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3126,11 +3286,11 @@ declare namespace gapi.client {
|
|
|
3126
3286
|
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
3127
3287
|
getIamPolicy(request?: {
|
|
3128
3288
|
/** V1 error format. */
|
|
3129
|
-
'$.xgafv'?:
|
|
3289
|
+
'$.xgafv'?: '1' | '2';
|
|
3130
3290
|
/** OAuth access token. */
|
|
3131
3291
|
access_token?: string;
|
|
3132
3292
|
/** Data format for response. */
|
|
3133
|
-
alt?:
|
|
3293
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3134
3294
|
/** JSONP */
|
|
3135
3295
|
callback?: string;
|
|
3136
3296
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3155,11 +3315,11 @@ declare namespace gapi.client {
|
|
|
3155
3315
|
/** Lists `HcxActivationKey` resources in a given private cloud. */
|
|
3156
3316
|
list(request?: {
|
|
3157
3317
|
/** V1 error format. */
|
|
3158
|
-
'$.xgafv'?:
|
|
3318
|
+
'$.xgafv'?: '1' | '2';
|
|
3159
3319
|
/** OAuth access token. */
|
|
3160
3320
|
access_token?: string;
|
|
3161
3321
|
/** Data format for response. */
|
|
3162
|
-
alt?:
|
|
3322
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3163
3323
|
/** JSONP */
|
|
3164
3324
|
callback?: string;
|
|
3165
3325
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3187,11 +3347,11 @@ declare namespace gapi.client {
|
|
|
3187
3347
|
setIamPolicy(
|
|
3188
3348
|
request: {
|
|
3189
3349
|
/** V1 error format. */
|
|
3190
|
-
'$.xgafv'?:
|
|
3350
|
+
'$.xgafv'?: '1' | '2';
|
|
3191
3351
|
/** OAuth access token. */
|
|
3192
3352
|
access_token?: string;
|
|
3193
3353
|
/** Data format for response. */
|
|
3194
|
-
alt?:
|
|
3354
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3195
3355
|
/** JSONP */
|
|
3196
3356
|
callback?: string;
|
|
3197
3357
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3217,11 +3377,11 @@ declare namespace gapi.client {
|
|
|
3217
3377
|
testIamPermissions(
|
|
3218
3378
|
request: {
|
|
3219
3379
|
/** V1 error format. */
|
|
3220
|
-
'$.xgafv'?:
|
|
3380
|
+
'$.xgafv'?: '1' | '2';
|
|
3221
3381
|
/** OAuth access token. */
|
|
3222
3382
|
access_token?: string;
|
|
3223
3383
|
/** Data format for response. */
|
|
3224
|
-
alt?:
|
|
3384
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3225
3385
|
/** JSONP */
|
|
3226
3386
|
callback?: string;
|
|
3227
3387
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3248,11 +3408,11 @@ declare namespace gapi.client {
|
|
|
3248
3408
|
/** Create a new logging server for a given private cloud. */
|
|
3249
3409
|
create(request: {
|
|
3250
3410
|
/** V1 error format. */
|
|
3251
|
-
'$.xgafv'?:
|
|
3411
|
+
'$.xgafv'?: '1' | '2';
|
|
3252
3412
|
/** OAuth access token. */
|
|
3253
3413
|
access_token?: string;
|
|
3254
3414
|
/** Data format for response. */
|
|
3255
|
-
alt?:
|
|
3415
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3256
3416
|
/** JSONP */
|
|
3257
3417
|
callback?: string;
|
|
3258
3418
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3281,11 +3441,11 @@ declare namespace gapi.client {
|
|
|
3281
3441
|
create(
|
|
3282
3442
|
request: {
|
|
3283
3443
|
/** V1 error format. */
|
|
3284
|
-
'$.xgafv'?:
|
|
3444
|
+
'$.xgafv'?: '1' | '2';
|
|
3285
3445
|
/** OAuth access token. */
|
|
3286
3446
|
access_token?: string;
|
|
3287
3447
|
/** Data format for response. */
|
|
3288
|
-
alt?:
|
|
3448
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3289
3449
|
/** JSONP */
|
|
3290
3450
|
callback?: string;
|
|
3291
3451
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3314,11 +3474,11 @@ declare namespace gapi.client {
|
|
|
3314
3474
|
/** Deletes a single logging server. */
|
|
3315
3475
|
delete(request?: {
|
|
3316
3476
|
/** V1 error format. */
|
|
3317
|
-
'$.xgafv'?:
|
|
3477
|
+
'$.xgafv'?: '1' | '2';
|
|
3318
3478
|
/** OAuth access token. */
|
|
3319
3479
|
access_token?: string;
|
|
3320
3480
|
/** Data format for response. */
|
|
3321
|
-
alt?:
|
|
3481
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3322
3482
|
/** JSONP */
|
|
3323
3483
|
callback?: string;
|
|
3324
3484
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3343,11 +3503,11 @@ declare namespace gapi.client {
|
|
|
3343
3503
|
/** Gets details of a logging server. */
|
|
3344
3504
|
get(request?: {
|
|
3345
3505
|
/** V1 error format. */
|
|
3346
|
-
'$.xgafv'?:
|
|
3506
|
+
'$.xgafv'?: '1' | '2';
|
|
3347
3507
|
/** OAuth access token. */
|
|
3348
3508
|
access_token?: string;
|
|
3349
3509
|
/** Data format for response. */
|
|
3350
|
-
alt?:
|
|
3510
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3351
3511
|
/** JSONP */
|
|
3352
3512
|
callback?: string;
|
|
3353
3513
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3370,11 +3530,11 @@ declare namespace gapi.client {
|
|
|
3370
3530
|
/** Lists logging servers configured for a given private cloud. */
|
|
3371
3531
|
list(request?: {
|
|
3372
3532
|
/** V1 error format. */
|
|
3373
|
-
'$.xgafv'?:
|
|
3533
|
+
'$.xgafv'?: '1' | '2';
|
|
3374
3534
|
/** OAuth access token. */
|
|
3375
3535
|
access_token?: string;
|
|
3376
3536
|
/** Data format for response. */
|
|
3377
|
-
alt?:
|
|
3537
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3378
3538
|
/** JSONP */
|
|
3379
3539
|
callback?: string;
|
|
3380
3540
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3405,11 +3565,11 @@ declare namespace gapi.client {
|
|
|
3405
3565
|
/** Updates the parameters of a single logging server. Only fields specified in `update_mask` are applied. */
|
|
3406
3566
|
patch(request: {
|
|
3407
3567
|
/** V1 error format. */
|
|
3408
|
-
'$.xgafv'?:
|
|
3568
|
+
'$.xgafv'?: '1' | '2';
|
|
3409
3569
|
/** OAuth access token. */
|
|
3410
3570
|
access_token?: string;
|
|
3411
3571
|
/** Data format for response. */
|
|
3412
|
-
alt?:
|
|
3572
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3413
3573
|
/** JSONP */
|
|
3414
3574
|
callback?: string;
|
|
3415
3575
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3438,11 +3598,11 @@ declare namespace gapi.client {
|
|
|
3438
3598
|
patch(
|
|
3439
3599
|
request: {
|
|
3440
3600
|
/** V1 error format. */
|
|
3441
|
-
'$.xgafv'?:
|
|
3601
|
+
'$.xgafv'?: '1' | '2';
|
|
3442
3602
|
/** OAuth access token. */
|
|
3443
3603
|
access_token?: string;
|
|
3444
3604
|
/** Data format for response. */
|
|
3445
|
-
alt?:
|
|
3605
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3446
3606
|
/** JSONP */
|
|
3447
3607
|
callback?: string;
|
|
3448
3608
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3473,11 +3633,11 @@ declare namespace gapi.client {
|
|
|
3473
3633
|
/** Creates a new `ManagementDnsZoneBinding` resource in a private cloud. This RPC creates the DNS binding and the resource that represents the DNS binding of the consumer VPC network to the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager. */
|
|
3474
3634
|
create(request: {
|
|
3475
3635
|
/** V1 error format. */
|
|
3476
|
-
'$.xgafv'?:
|
|
3636
|
+
'$.xgafv'?: '1' | '2';
|
|
3477
3637
|
/** OAuth access token. */
|
|
3478
3638
|
access_token?: string;
|
|
3479
3639
|
/** Data format for response. */
|
|
3480
|
-
alt?:
|
|
3640
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3481
3641
|
/** JSONP */
|
|
3482
3642
|
callback?: string;
|
|
3483
3643
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3506,11 +3666,11 @@ declare namespace gapi.client {
|
|
|
3506
3666
|
create(
|
|
3507
3667
|
request: {
|
|
3508
3668
|
/** V1 error format. */
|
|
3509
|
-
'$.xgafv'?:
|
|
3669
|
+
'$.xgafv'?: '1' | '2';
|
|
3510
3670
|
/** OAuth access token. */
|
|
3511
3671
|
access_token?: string;
|
|
3512
3672
|
/** Data format for response. */
|
|
3513
|
-
alt?:
|
|
3673
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3514
3674
|
/** JSONP */
|
|
3515
3675
|
callback?: string;
|
|
3516
3676
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3539,11 +3699,11 @@ declare namespace gapi.client {
|
|
|
3539
3699
|
/** Deletes a `ManagementDnsZoneBinding` resource. When a management DNS zone binding is deleted, the corresponding consumer VPC network is no longer bound to the management DNS zone. */
|
|
3540
3700
|
delete(request?: {
|
|
3541
3701
|
/** V1 error format. */
|
|
3542
|
-
'$.xgafv'?:
|
|
3702
|
+
'$.xgafv'?: '1' | '2';
|
|
3543
3703
|
/** OAuth access token. */
|
|
3544
3704
|
access_token?: string;
|
|
3545
3705
|
/** Data format for response. */
|
|
3546
|
-
alt?:
|
|
3706
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3547
3707
|
/** JSONP */
|
|
3548
3708
|
callback?: string;
|
|
3549
3709
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3568,11 +3728,11 @@ declare namespace gapi.client {
|
|
|
3568
3728
|
/** Retrieves a 'ManagementDnsZoneBinding' resource by its resource name. */
|
|
3569
3729
|
get(request?: {
|
|
3570
3730
|
/** V1 error format. */
|
|
3571
|
-
'$.xgafv'?:
|
|
3731
|
+
'$.xgafv'?: '1' | '2';
|
|
3572
3732
|
/** OAuth access token. */
|
|
3573
3733
|
access_token?: string;
|
|
3574
3734
|
/** Data format for response. */
|
|
3575
|
-
alt?:
|
|
3735
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3576
3736
|
/** JSONP */
|
|
3577
3737
|
callback?: string;
|
|
3578
3738
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3595,11 +3755,11 @@ declare namespace gapi.client {
|
|
|
3595
3755
|
/** Lists Consumer VPCs bound to Management DNS Zone of a given private cloud. */
|
|
3596
3756
|
list(request?: {
|
|
3597
3757
|
/** V1 error format. */
|
|
3598
|
-
'$.xgafv'?:
|
|
3758
|
+
'$.xgafv'?: '1' | '2';
|
|
3599
3759
|
/** OAuth access token. */
|
|
3600
3760
|
access_token?: string;
|
|
3601
3761
|
/** Data format for response. */
|
|
3602
|
-
alt?:
|
|
3762
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3603
3763
|
/** JSONP */
|
|
3604
3764
|
callback?: string;
|
|
3605
3765
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3630,11 +3790,11 @@ declare namespace gapi.client {
|
|
|
3630
3790
|
/** Updates a `ManagementDnsZoneBinding` resource. Only fields specified in `update_mask` are applied. */
|
|
3631
3791
|
patch(request: {
|
|
3632
3792
|
/** V1 error format. */
|
|
3633
|
-
'$.xgafv'?:
|
|
3793
|
+
'$.xgafv'?: '1' | '2';
|
|
3634
3794
|
/** OAuth access token. */
|
|
3635
3795
|
access_token?: string;
|
|
3636
3796
|
/** Data format for response. */
|
|
3637
|
-
alt?:
|
|
3797
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3638
3798
|
/** JSONP */
|
|
3639
3799
|
callback?: string;
|
|
3640
3800
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3663,11 +3823,11 @@ declare namespace gapi.client {
|
|
|
3663
3823
|
patch(
|
|
3664
3824
|
request: {
|
|
3665
3825
|
/** V1 error format. */
|
|
3666
|
-
'$.xgafv'?:
|
|
3826
|
+
'$.xgafv'?: '1' | '2';
|
|
3667
3827
|
/** OAuth access token. */
|
|
3668
3828
|
access_token?: string;
|
|
3669
3829
|
/** Data format for response. */
|
|
3670
|
-
alt?:
|
|
3830
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3671
3831
|
/** JSONP */
|
|
3672
3832
|
callback?: string;
|
|
3673
3833
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3696,11 +3856,11 @@ declare namespace gapi.client {
|
|
|
3696
3856
|
/** Retries to create a `ManagementDnsZoneBinding` resource that is in failed state. */
|
|
3697
3857
|
repair(request: {
|
|
3698
3858
|
/** V1 error format. */
|
|
3699
|
-
'$.xgafv'?:
|
|
3859
|
+
'$.xgafv'?: '1' | '2';
|
|
3700
3860
|
/** OAuth access token. */
|
|
3701
3861
|
access_token?: string;
|
|
3702
3862
|
/** Data format for response. */
|
|
3703
|
-
alt?:
|
|
3863
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3704
3864
|
/** JSONP */
|
|
3705
3865
|
callback?: string;
|
|
3706
3866
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3725,11 +3885,11 @@ declare namespace gapi.client {
|
|
|
3725
3885
|
repair(
|
|
3726
3886
|
request: {
|
|
3727
3887
|
/** V1 error format. */
|
|
3728
|
-
'$.xgafv'?:
|
|
3888
|
+
'$.xgafv'?: '1' | '2';
|
|
3729
3889
|
/** OAuth access token. */
|
|
3730
3890
|
access_token?: string;
|
|
3731
3891
|
/** Data format for response. */
|
|
3732
|
-
alt?:
|
|
3892
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3733
3893
|
/** JSONP */
|
|
3734
3894
|
callback?: string;
|
|
3735
3895
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3756,11 +3916,11 @@ declare namespace gapi.client {
|
|
|
3756
3916
|
/** Gets details of a single subnet. */
|
|
3757
3917
|
get(request?: {
|
|
3758
3918
|
/** V1 error format. */
|
|
3759
|
-
'$.xgafv'?:
|
|
3919
|
+
'$.xgafv'?: '1' | '2';
|
|
3760
3920
|
/** OAuth access token. */
|
|
3761
3921
|
access_token?: string;
|
|
3762
3922
|
/** Data format for response. */
|
|
3763
|
-
alt?:
|
|
3923
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3764
3924
|
/** JSONP */
|
|
3765
3925
|
callback?: string;
|
|
3766
3926
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3783,11 +3943,11 @@ declare namespace gapi.client {
|
|
|
3783
3943
|
/** Lists subnets in a given private cloud. */
|
|
3784
3944
|
list(request?: {
|
|
3785
3945
|
/** V1 error format. */
|
|
3786
|
-
'$.xgafv'?:
|
|
3946
|
+
'$.xgafv'?: '1' | '2';
|
|
3787
3947
|
/** OAuth access token. */
|
|
3788
3948
|
access_token?: string;
|
|
3789
3949
|
/** Data format for response. */
|
|
3790
|
-
alt?:
|
|
3950
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3791
3951
|
/** JSONP */
|
|
3792
3952
|
callback?: string;
|
|
3793
3953
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3814,11 +3974,11 @@ declare namespace gapi.client {
|
|
|
3814
3974
|
/** Updates the parameters of a single subnet. Only fields specified in `update_mask` are applied. *Note*: This API is synchronous and always returns a successful `google.longrunning.Operation` (LRO). The returned LRO will only have `done` and `response` fields. */
|
|
3815
3975
|
patch(request: {
|
|
3816
3976
|
/** V1 error format. */
|
|
3817
|
-
'$.xgafv'?:
|
|
3977
|
+
'$.xgafv'?: '1' | '2';
|
|
3818
3978
|
/** OAuth access token. */
|
|
3819
3979
|
access_token?: string;
|
|
3820
3980
|
/** Data format for response. */
|
|
3821
|
-
alt?:
|
|
3981
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3822
3982
|
/** JSONP */
|
|
3823
3983
|
callback?: string;
|
|
3824
3984
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3845,11 +4005,11 @@ declare namespace gapi.client {
|
|
|
3845
4005
|
patch(
|
|
3846
4006
|
request: {
|
|
3847
4007
|
/** V1 error format. */
|
|
3848
|
-
'$.xgafv'?:
|
|
4008
|
+
'$.xgafv'?: '1' | '2';
|
|
3849
4009
|
/** OAuth access token. */
|
|
3850
4010
|
access_token?: string;
|
|
3851
4011
|
/** Data format for response. */
|
|
3852
|
-
alt?:
|
|
4012
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3853
4013
|
/** JSONP */
|
|
3854
4014
|
callback?: string;
|
|
3855
4015
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3878,11 +4038,11 @@ declare namespace gapi.client {
|
|
|
3878
4038
|
/** Retrieves a private cloud `Upgrade` resource by its resource name. */
|
|
3879
4039
|
get(request?: {
|
|
3880
4040
|
/** V1 error format. */
|
|
3881
|
-
'$.xgafv'?:
|
|
4041
|
+
'$.xgafv'?: '1' | '2';
|
|
3882
4042
|
/** OAuth access token. */
|
|
3883
4043
|
access_token?: string;
|
|
3884
4044
|
/** Data format for response. */
|
|
3885
|
-
alt?:
|
|
4045
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3886
4046
|
/** JSONP */
|
|
3887
4047
|
callback?: string;
|
|
3888
4048
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3905,11 +4065,11 @@ declare namespace gapi.client {
|
|
|
3905
4065
|
/** Lists past, ongoing and upcoming `Upgrades` for the given private cloud. */
|
|
3906
4066
|
list(request?: {
|
|
3907
4067
|
/** V1 error format. */
|
|
3908
|
-
'$.xgafv'?:
|
|
4068
|
+
'$.xgafv'?: '1' | '2';
|
|
3909
4069
|
/** OAuth access token. */
|
|
3910
4070
|
access_token?: string;
|
|
3911
4071
|
/** Data format for response. */
|
|
3912
|
-
alt?:
|
|
4072
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3913
4073
|
/** JSONP */
|
|
3914
4074
|
callback?: string;
|
|
3915
4075
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3940,11 +4100,11 @@ declare namespace gapi.client {
|
|
|
3940
4100
|
/** Update the private cloud `Upgrade` resource. Only `schedule` field can updated. The schedule can only be updated when the upgrade has not started and schedule edit window is open. Only fields specified in `update_mask` are considered. */
|
|
3941
4101
|
patch(request: {
|
|
3942
4102
|
/** V1 error format. */
|
|
3943
|
-
'$.xgafv'?:
|
|
4103
|
+
'$.xgafv'?: '1' | '2';
|
|
3944
4104
|
/** OAuth access token. */
|
|
3945
4105
|
access_token?: string;
|
|
3946
4106
|
/** Data format for response. */
|
|
3947
|
-
alt?:
|
|
4107
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3948
4108
|
/** JSONP */
|
|
3949
4109
|
callback?: string;
|
|
3950
4110
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3973,11 +4133,11 @@ declare namespace gapi.client {
|
|
|
3973
4133
|
patch(
|
|
3974
4134
|
request: {
|
|
3975
4135
|
/** V1 error format. */
|
|
3976
|
-
'$.xgafv'?:
|
|
4136
|
+
'$.xgafv'?: '1' | '2';
|
|
3977
4137
|
/** OAuth access token. */
|
|
3978
4138
|
access_token?: string;
|
|
3979
4139
|
/** Data format for response. */
|
|
3980
|
-
alt?:
|
|
4140
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3981
4141
|
/** JSONP */
|
|
3982
4142
|
callback?: string;
|
|
3983
4143
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4008,11 +4168,11 @@ declare namespace gapi.client {
|
|
|
4008
4168
|
/** Creates a new `PrivateCloud` resource in a given project and location. Private clouds of type `STANDARD` and `TIME_LIMITED` are zonal resources, `STRETCHED` private clouds are regional. Creating a private cloud also creates a [management cluster](https://cloud.google.com/vmware-engine/docs/concepts-vmware-components) for that private cloud. */
|
|
4009
4169
|
create(request: {
|
|
4010
4170
|
/** V1 error format. */
|
|
4011
|
-
'$.xgafv'?:
|
|
4171
|
+
'$.xgafv'?: '1' | '2';
|
|
4012
4172
|
/** OAuth access token. */
|
|
4013
4173
|
access_token?: string;
|
|
4014
4174
|
/** Data format for response. */
|
|
4015
|
-
alt?:
|
|
4175
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4016
4176
|
/** JSONP */
|
|
4017
4177
|
callback?: string;
|
|
4018
4178
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4043,11 +4203,11 @@ declare namespace gapi.client {
|
|
|
4043
4203
|
create(
|
|
4044
4204
|
request: {
|
|
4045
4205
|
/** V1 error format. */
|
|
4046
|
-
'$.xgafv'?:
|
|
4206
|
+
'$.xgafv'?: '1' | '2';
|
|
4047
4207
|
/** OAuth access token. */
|
|
4048
4208
|
access_token?: string;
|
|
4049
4209
|
/** Data format for response. */
|
|
4050
|
-
alt?:
|
|
4210
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4051
4211
|
/** JSONP */
|
|
4052
4212
|
callback?: string;
|
|
4053
4213
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4078,11 +4238,11 @@ declare namespace gapi.client {
|
|
|
4078
4238
|
/** Schedules a `PrivateCloud` resource for deletion. A `PrivateCloud` resource scheduled for deletion has `PrivateCloud.state` set to `DELETED` and `expireTime` set to the time when deletion is final and can no longer be reversed. The delete operation is marked as done as soon as the `PrivateCloud` is successfully scheduled for deletion (this also applies when `delayHours` is set to zero), and the operation is not kept in pending state until `PrivateCloud` is purged. `PrivateCloud` can be restored using `UndeletePrivateCloud` method before the `expireTime` elapses. When `expireTime` is reached, deletion is final and all private cloud resources are irreversibly removed and billing stops. During the final removal process, `PrivateCloud.state` is set to `PURGING`. `PrivateCloud` can be polled using standard `GET` method for the whole period of deletion and purging. It will not be returned only when it is completely purged. */
|
|
4079
4239
|
delete(request?: {
|
|
4080
4240
|
/** V1 error format. */
|
|
4081
|
-
'$.xgafv'?:
|
|
4241
|
+
'$.xgafv'?: '1' | '2';
|
|
4082
4242
|
/** OAuth access token. */
|
|
4083
4243
|
access_token?: string;
|
|
4084
4244
|
/** Data format for response. */
|
|
4085
|
-
alt?:
|
|
4245
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4086
4246
|
/** JSONP */
|
|
4087
4247
|
callback?: string;
|
|
4088
4248
|
/** Optional. Time delay of the deletion specified in hours. The default value is `3`. Specifying a non-zero value for this field changes the value of `PrivateCloud.state` to `DELETED` and sets `expire_time` to the planned deletion time. Deletion can be cancelled before `expire_time` elapses using VmwareEngine.UndeletePrivateCloud. Specifying a value of `0` for this field instead begins the deletion process and ceases billing immediately. During the final deletion process, the value of `PrivateCloud.state` becomes `PURGING`. */
|
|
@@ -4111,11 +4271,11 @@ declare namespace gapi.client {
|
|
|
4111
4271
|
/** Retrieves a `PrivateCloud` resource by its resource name. */
|
|
4112
4272
|
get(request?: {
|
|
4113
4273
|
/** V1 error format. */
|
|
4114
|
-
'$.xgafv'?:
|
|
4274
|
+
'$.xgafv'?: '1' | '2';
|
|
4115
4275
|
/** OAuth access token. */
|
|
4116
4276
|
access_token?: string;
|
|
4117
4277
|
/** Data format for response. */
|
|
4118
|
-
alt?:
|
|
4278
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4119
4279
|
/** JSONP */
|
|
4120
4280
|
callback?: string;
|
|
4121
4281
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4138,11 +4298,11 @@ declare namespace gapi.client {
|
|
|
4138
4298
|
/** Gets details of the `DnsForwarding` config. */
|
|
4139
4299
|
getDnsForwarding(request?: {
|
|
4140
4300
|
/** V1 error format. */
|
|
4141
|
-
'$.xgafv'?:
|
|
4301
|
+
'$.xgafv'?: '1' | '2';
|
|
4142
4302
|
/** OAuth access token. */
|
|
4143
4303
|
access_token?: string;
|
|
4144
4304
|
/** Data format for response. */
|
|
4145
|
-
alt?:
|
|
4305
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4146
4306
|
/** JSONP */
|
|
4147
4307
|
callback?: string;
|
|
4148
4308
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4165,11 +4325,11 @@ declare namespace gapi.client {
|
|
|
4165
4325
|
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
4166
4326
|
getIamPolicy(request?: {
|
|
4167
4327
|
/** V1 error format. */
|
|
4168
|
-
'$.xgafv'?:
|
|
4328
|
+
'$.xgafv'?: '1' | '2';
|
|
4169
4329
|
/** OAuth access token. */
|
|
4170
4330
|
access_token?: string;
|
|
4171
4331
|
/** Data format for response. */
|
|
4172
|
-
alt?:
|
|
4332
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4173
4333
|
/** JSONP */
|
|
4174
4334
|
callback?: string;
|
|
4175
4335
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4194,11 +4354,11 @@ declare namespace gapi.client {
|
|
|
4194
4354
|
/** Lists `PrivateCloud` resources in a given project and location. */
|
|
4195
4355
|
list(request?: {
|
|
4196
4356
|
/** V1 error format. */
|
|
4197
|
-
'$.xgafv'?:
|
|
4357
|
+
'$.xgafv'?: '1' | '2';
|
|
4198
4358
|
/** OAuth access token. */
|
|
4199
4359
|
access_token?: string;
|
|
4200
4360
|
/** Data format for response. */
|
|
4201
|
-
alt?:
|
|
4361
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4202
4362
|
/** JSONP */
|
|
4203
4363
|
callback?: string;
|
|
4204
4364
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4229,11 +4389,11 @@ declare namespace gapi.client {
|
|
|
4229
4389
|
/** Modifies a `PrivateCloud` resource. Only the following fields can be updated: `description`. Only fields specified in `updateMask` are applied. During operation processing, the resource is temporarily in the `ACTIVE` state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes. */
|
|
4230
4390
|
patch(request: {
|
|
4231
4391
|
/** V1 error format. */
|
|
4232
|
-
'$.xgafv'?:
|
|
4392
|
+
'$.xgafv'?: '1' | '2';
|
|
4233
4393
|
/** OAuth access token. */
|
|
4234
4394
|
access_token?: string;
|
|
4235
4395
|
/** Data format for response. */
|
|
4236
|
-
alt?:
|
|
4396
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4237
4397
|
/** JSONP */
|
|
4238
4398
|
callback?: string;
|
|
4239
4399
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4262,11 +4422,11 @@ declare namespace gapi.client {
|
|
|
4262
4422
|
patch(
|
|
4263
4423
|
request: {
|
|
4264
4424
|
/** V1 error format. */
|
|
4265
|
-
'$.xgafv'?:
|
|
4425
|
+
'$.xgafv'?: '1' | '2';
|
|
4266
4426
|
/** OAuth access token. */
|
|
4267
4427
|
access_token?: string;
|
|
4268
4428
|
/** Data format for response. */
|
|
4269
|
-
alt?:
|
|
4429
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4270
4430
|
/** JSONP */
|
|
4271
4431
|
callback?: string;
|
|
4272
4432
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4295,11 +4455,11 @@ declare namespace gapi.client {
|
|
|
4295
4455
|
/** Accelerates the deletion of a private cloud that is currently in soft deletion A `PrivateCloud` resource in soft deletion has `PrivateCloud.state` set to `SOFT_DELETED` and `PrivateCloud.expireTime` set to the time when deletion can no longer be reversed. */
|
|
4296
4456
|
privateCloudDeletionNow(request: {
|
|
4297
4457
|
/** V1 error format. */
|
|
4298
|
-
'$.xgafv'?:
|
|
4458
|
+
'$.xgafv'?: '1' | '2';
|
|
4299
4459
|
/** OAuth access token. */
|
|
4300
4460
|
access_token?: string;
|
|
4301
4461
|
/** Data format for response. */
|
|
4302
|
-
alt?:
|
|
4462
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4303
4463
|
/** JSONP */
|
|
4304
4464
|
callback?: string;
|
|
4305
4465
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4324,11 +4484,11 @@ declare namespace gapi.client {
|
|
|
4324
4484
|
privateCloudDeletionNow(
|
|
4325
4485
|
request: {
|
|
4326
4486
|
/** V1 error format. */
|
|
4327
|
-
'$.xgafv'?:
|
|
4487
|
+
'$.xgafv'?: '1' | '2';
|
|
4328
4488
|
/** OAuth access token. */
|
|
4329
4489
|
access_token?: string;
|
|
4330
4490
|
/** Data format for response. */
|
|
4331
|
-
alt?:
|
|
4491
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4332
4492
|
/** JSONP */
|
|
4333
4493
|
callback?: string;
|
|
4334
4494
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4353,11 +4513,11 @@ declare namespace gapi.client {
|
|
|
4353
4513
|
/** Resets credentials of the NSX appliance. */
|
|
4354
4514
|
resetNsxCredentials(request: {
|
|
4355
4515
|
/** V1 error format. */
|
|
4356
|
-
'$.xgafv'?:
|
|
4516
|
+
'$.xgafv'?: '1' | '2';
|
|
4357
4517
|
/** OAuth access token. */
|
|
4358
4518
|
access_token?: string;
|
|
4359
4519
|
/** Data format for response. */
|
|
4360
|
-
alt?:
|
|
4520
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4361
4521
|
/** JSONP */
|
|
4362
4522
|
callback?: string;
|
|
4363
4523
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4382,11 +4542,11 @@ declare namespace gapi.client {
|
|
|
4382
4542
|
resetNsxCredentials(
|
|
4383
4543
|
request: {
|
|
4384
4544
|
/** V1 error format. */
|
|
4385
|
-
'$.xgafv'?:
|
|
4545
|
+
'$.xgafv'?: '1' | '2';
|
|
4386
4546
|
/** OAuth access token. */
|
|
4387
4547
|
access_token?: string;
|
|
4388
4548
|
/** Data format for response. */
|
|
4389
|
-
alt?:
|
|
4549
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4390
4550
|
/** JSONP */
|
|
4391
4551
|
callback?: string;
|
|
4392
4552
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4411,11 +4571,11 @@ declare namespace gapi.client {
|
|
|
4411
4571
|
/** Resets credentials of the Vcenter appliance. */
|
|
4412
4572
|
resetVcenterCredentials(request: {
|
|
4413
4573
|
/** V1 error format. */
|
|
4414
|
-
'$.xgafv'?:
|
|
4574
|
+
'$.xgafv'?: '1' | '2';
|
|
4415
4575
|
/** OAuth access token. */
|
|
4416
4576
|
access_token?: string;
|
|
4417
4577
|
/** Data format for response. */
|
|
4418
|
-
alt?:
|
|
4578
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4419
4579
|
/** JSONP */
|
|
4420
4580
|
callback?: string;
|
|
4421
4581
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4440,11 +4600,11 @@ declare namespace gapi.client {
|
|
|
4440
4600
|
resetVcenterCredentials(
|
|
4441
4601
|
request: {
|
|
4442
4602
|
/** V1 error format. */
|
|
4443
|
-
'$.xgafv'?:
|
|
4603
|
+
'$.xgafv'?: '1' | '2';
|
|
4444
4604
|
/** OAuth access token. */
|
|
4445
4605
|
access_token?: string;
|
|
4446
4606
|
/** Data format for response. */
|
|
4447
|
-
alt?:
|
|
4607
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4448
4608
|
/** JSONP */
|
|
4449
4609
|
callback?: string;
|
|
4450
4610
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4470,11 +4630,11 @@ declare namespace gapi.client {
|
|
|
4470
4630
|
setIamPolicy(
|
|
4471
4631
|
request: {
|
|
4472
4632
|
/** V1 error format. */
|
|
4473
|
-
'$.xgafv'?:
|
|
4633
|
+
'$.xgafv'?: '1' | '2';
|
|
4474
4634
|
/** OAuth access token. */
|
|
4475
4635
|
access_token?: string;
|
|
4476
4636
|
/** Data format for response. */
|
|
4477
|
-
alt?:
|
|
4637
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4478
4638
|
/** JSONP */
|
|
4479
4639
|
callback?: string;
|
|
4480
4640
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4499,11 +4659,11 @@ declare namespace gapi.client {
|
|
|
4499
4659
|
/** Gets details of credentials for NSX appliance. */
|
|
4500
4660
|
showNsxCredentials(request?: {
|
|
4501
4661
|
/** V1 error format. */
|
|
4502
|
-
'$.xgafv'?:
|
|
4662
|
+
'$.xgafv'?: '1' | '2';
|
|
4503
4663
|
/** OAuth access token. */
|
|
4504
4664
|
access_token?: string;
|
|
4505
4665
|
/** Data format for response. */
|
|
4506
|
-
alt?:
|
|
4666
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4507
4667
|
/** JSONP */
|
|
4508
4668
|
callback?: string;
|
|
4509
4669
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4526,11 +4686,11 @@ declare namespace gapi.client {
|
|
|
4526
4686
|
/** Gets details of credentials for Vcenter appliance. */
|
|
4527
4687
|
showVcenterCredentials(request?: {
|
|
4528
4688
|
/** V1 error format. */
|
|
4529
|
-
'$.xgafv'?:
|
|
4689
|
+
'$.xgafv'?: '1' | '2';
|
|
4530
4690
|
/** OAuth access token. */
|
|
4531
4691
|
access_token?: string;
|
|
4532
4692
|
/** Data format for response. */
|
|
4533
|
-
alt?:
|
|
4693
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4534
4694
|
/** JSONP */
|
|
4535
4695
|
callback?: string;
|
|
4536
4696
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4556,11 +4716,11 @@ declare namespace gapi.client {
|
|
|
4556
4716
|
testIamPermissions(
|
|
4557
4717
|
request: {
|
|
4558
4718
|
/** V1 error format. */
|
|
4559
|
-
'$.xgafv'?:
|
|
4719
|
+
'$.xgafv'?: '1' | '2';
|
|
4560
4720
|
/** OAuth access token. */
|
|
4561
4721
|
access_token?: string;
|
|
4562
4722
|
/** Data format for response. */
|
|
4563
|
-
alt?:
|
|
4723
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4564
4724
|
/** JSONP */
|
|
4565
4725
|
callback?: string;
|
|
4566
4726
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4585,11 +4745,11 @@ declare namespace gapi.client {
|
|
|
4585
4745
|
/** Restores a private cloud that was previously scheduled for deletion by `DeletePrivateCloud`. A `PrivateCloud` resource scheduled for deletion has `PrivateCloud.state` set to `DELETED` and `PrivateCloud.expireTime` set to the time when deletion can no longer be reversed. */
|
|
4586
4746
|
undelete(request: {
|
|
4587
4747
|
/** V1 error format. */
|
|
4588
|
-
'$.xgafv'?:
|
|
4748
|
+
'$.xgafv'?: '1' | '2';
|
|
4589
4749
|
/** OAuth access token. */
|
|
4590
4750
|
access_token?: string;
|
|
4591
4751
|
/** Data format for response. */
|
|
4592
|
-
alt?:
|
|
4752
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4593
4753
|
/** JSONP */
|
|
4594
4754
|
callback?: string;
|
|
4595
4755
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4614,11 +4774,11 @@ declare namespace gapi.client {
|
|
|
4614
4774
|
undelete(
|
|
4615
4775
|
request: {
|
|
4616
4776
|
/** V1 error format. */
|
|
4617
|
-
'$.xgafv'?:
|
|
4777
|
+
'$.xgafv'?: '1' | '2';
|
|
4618
4778
|
/** OAuth access token. */
|
|
4619
4779
|
access_token?: string;
|
|
4620
4780
|
/** Data format for response. */
|
|
4621
|
-
alt?:
|
|
4781
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4622
4782
|
/** JSONP */
|
|
4623
4783
|
callback?: string;
|
|
4624
4784
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4643,11 +4803,11 @@ declare namespace gapi.client {
|
|
|
4643
4803
|
/** Updates the parameters of the `DnsForwarding` config, like associated domains. Only fields specified in `update_mask` are applied. */
|
|
4644
4804
|
updateDnsForwarding(request: {
|
|
4645
4805
|
/** V1 error format. */
|
|
4646
|
-
'$.xgafv'?:
|
|
4806
|
+
'$.xgafv'?: '1' | '2';
|
|
4647
4807
|
/** OAuth access token. */
|
|
4648
4808
|
access_token?: string;
|
|
4649
4809
|
/** Data format for response. */
|
|
4650
|
-
alt?:
|
|
4810
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4651
4811
|
/** JSONP */
|
|
4652
4812
|
callback?: string;
|
|
4653
4813
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4676,11 +4836,11 @@ declare namespace gapi.client {
|
|
|
4676
4836
|
updateDnsForwarding(
|
|
4677
4837
|
request: {
|
|
4678
4838
|
/** V1 error format. */
|
|
4679
|
-
'$.xgafv'?:
|
|
4839
|
+
'$.xgafv'?: '1' | '2';
|
|
4680
4840
|
/** OAuth access token. */
|
|
4681
4841
|
access_token?: string;
|
|
4682
4842
|
/** Data format for response. */
|
|
4683
|
-
alt?:
|
|
4843
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4684
4844
|
/** JSONP */
|
|
4685
4845
|
callback?: string;
|
|
4686
4846
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4718,11 +4878,11 @@ declare namespace gapi.client {
|
|
|
4718
4878
|
/** Lists the private connection routes exchanged over a peering connection. */
|
|
4719
4879
|
list(request?: {
|
|
4720
4880
|
/** V1 error format. */
|
|
4721
|
-
'$.xgafv'?:
|
|
4881
|
+
'$.xgafv'?: '1' | '2';
|
|
4722
4882
|
/** OAuth access token. */
|
|
4723
4883
|
access_token?: string;
|
|
4724
4884
|
/** Data format for response. */
|
|
4725
|
-
alt?:
|
|
4885
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4726
4886
|
/** JSONP */
|
|
4727
4887
|
callback?: string;
|
|
4728
4888
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4751,11 +4911,11 @@ declare namespace gapi.client {
|
|
|
4751
4911
|
/** Creates a new private connection that can be used for accessing private Clouds. */
|
|
4752
4912
|
create(request: {
|
|
4753
4913
|
/** V1 error format. */
|
|
4754
|
-
'$.xgafv'?:
|
|
4914
|
+
'$.xgafv'?: '1' | '2';
|
|
4755
4915
|
/** OAuth access token. */
|
|
4756
4916
|
access_token?: string;
|
|
4757
4917
|
/** Data format for response. */
|
|
4758
|
-
alt?:
|
|
4918
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4759
4919
|
/** JSONP */
|
|
4760
4920
|
callback?: string;
|
|
4761
4921
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4784,11 +4944,11 @@ declare namespace gapi.client {
|
|
|
4784
4944
|
create(
|
|
4785
4945
|
request: {
|
|
4786
4946
|
/** V1 error format. */
|
|
4787
|
-
'$.xgafv'?:
|
|
4947
|
+
'$.xgafv'?: '1' | '2';
|
|
4788
4948
|
/** OAuth access token. */
|
|
4789
4949
|
access_token?: string;
|
|
4790
4950
|
/** Data format for response. */
|
|
4791
|
-
alt?:
|
|
4951
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4792
4952
|
/** JSONP */
|
|
4793
4953
|
callback?: string;
|
|
4794
4954
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4817,11 +4977,11 @@ declare namespace gapi.client {
|
|
|
4817
4977
|
/** Deletes a `PrivateConnection` resource. When a private connection is deleted for a VMware Engine network, the connected network becomes inaccessible to that VMware Engine network. */
|
|
4818
4978
|
delete(request?: {
|
|
4819
4979
|
/** V1 error format. */
|
|
4820
|
-
'$.xgafv'?:
|
|
4980
|
+
'$.xgafv'?: '1' | '2';
|
|
4821
4981
|
/** OAuth access token. */
|
|
4822
4982
|
access_token?: string;
|
|
4823
4983
|
/** Data format for response. */
|
|
4824
|
-
alt?:
|
|
4984
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4825
4985
|
/** JSONP */
|
|
4826
4986
|
callback?: string;
|
|
4827
4987
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4846,11 +5006,11 @@ declare namespace gapi.client {
|
|
|
4846
5006
|
/** Retrieves a `PrivateConnection` resource by its resource name. The resource contains details of the private connection, such as connected network, routing mode and state. */
|
|
4847
5007
|
get(request?: {
|
|
4848
5008
|
/** V1 error format. */
|
|
4849
|
-
'$.xgafv'?:
|
|
5009
|
+
'$.xgafv'?: '1' | '2';
|
|
4850
5010
|
/** OAuth access token. */
|
|
4851
5011
|
access_token?: string;
|
|
4852
5012
|
/** Data format for response. */
|
|
4853
|
-
alt?:
|
|
5013
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4854
5014
|
/** JSONP */
|
|
4855
5015
|
callback?: string;
|
|
4856
5016
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4873,11 +5033,11 @@ declare namespace gapi.client {
|
|
|
4873
5033
|
/** Lists `PrivateConnection` resources in a given project and location. */
|
|
4874
5034
|
list(request?: {
|
|
4875
5035
|
/** V1 error format. */
|
|
4876
|
-
'$.xgafv'?:
|
|
5036
|
+
'$.xgafv'?: '1' | '2';
|
|
4877
5037
|
/** OAuth access token. */
|
|
4878
5038
|
access_token?: string;
|
|
4879
5039
|
/** Data format for response. */
|
|
4880
|
-
alt?:
|
|
5040
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4881
5041
|
/** JSONP */
|
|
4882
5042
|
callback?: string;
|
|
4883
5043
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4908,11 +5068,11 @@ declare namespace gapi.client {
|
|
|
4908
5068
|
/** Modifies a `PrivateConnection` resource. Only `description` and `routing_mode` fields can be updated. Only fields specified in `updateMask` are applied. */
|
|
4909
5069
|
patch(request: {
|
|
4910
5070
|
/** V1 error format. */
|
|
4911
|
-
'$.xgafv'?:
|
|
5071
|
+
'$.xgafv'?: '1' | '2';
|
|
4912
5072
|
/** OAuth access token. */
|
|
4913
5073
|
access_token?: string;
|
|
4914
5074
|
/** Data format for response. */
|
|
4915
|
-
alt?:
|
|
5075
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4916
5076
|
/** JSONP */
|
|
4917
5077
|
callback?: string;
|
|
4918
5078
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4941,11 +5101,11 @@ declare namespace gapi.client {
|
|
|
4941
5101
|
patch(
|
|
4942
5102
|
request: {
|
|
4943
5103
|
/** V1 error format. */
|
|
4944
|
-
'$.xgafv'?:
|
|
5104
|
+
'$.xgafv'?: '1' | '2';
|
|
4945
5105
|
/** OAuth access token. */
|
|
4946
5106
|
access_token?: string;
|
|
4947
5107
|
/** Data format for response. */
|
|
4948
|
-
alt?:
|
|
5108
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4949
5109
|
/** JSONP */
|
|
4950
5110
|
callback?: string;
|
|
4951
5111
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4977,11 +5137,11 @@ declare namespace gapi.client {
|
|
|
4977
5137
|
/** Creates a new VMware Engine network that can be used by a private cloud. */
|
|
4978
5138
|
create(request: {
|
|
4979
5139
|
/** V1 error format. */
|
|
4980
|
-
'$.xgafv'?:
|
|
5140
|
+
'$.xgafv'?: '1' | '2';
|
|
4981
5141
|
/** OAuth access token. */
|
|
4982
5142
|
access_token?: string;
|
|
4983
5143
|
/** Data format for response. */
|
|
4984
|
-
alt?:
|
|
5144
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4985
5145
|
/** JSONP */
|
|
4986
5146
|
callback?: string;
|
|
4987
5147
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5010,11 +5170,11 @@ declare namespace gapi.client {
|
|
|
5010
5170
|
create(
|
|
5011
5171
|
request: {
|
|
5012
5172
|
/** V1 error format. */
|
|
5013
|
-
'$.xgafv'?:
|
|
5173
|
+
'$.xgafv'?: '1' | '2';
|
|
5014
5174
|
/** OAuth access token. */
|
|
5015
5175
|
access_token?: string;
|
|
5016
5176
|
/** Data format for response. */
|
|
5017
|
-
alt?:
|
|
5177
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5018
5178
|
/** JSONP */
|
|
5019
5179
|
callback?: string;
|
|
5020
5180
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5043,11 +5203,11 @@ declare namespace gapi.client {
|
|
|
5043
5203
|
/** Deletes a `VmwareEngineNetwork` resource. You can only delete a VMware Engine network after all resources that refer to it are deleted. For example, a private cloud, a network peering, and a network policy can all refer to the same VMware Engine network. */
|
|
5044
5204
|
delete(request?: {
|
|
5045
5205
|
/** V1 error format. */
|
|
5046
|
-
'$.xgafv'?:
|
|
5206
|
+
'$.xgafv'?: '1' | '2';
|
|
5047
5207
|
/** OAuth access token. */
|
|
5048
5208
|
access_token?: string;
|
|
5049
5209
|
/** Data format for response. */
|
|
5050
|
-
alt?:
|
|
5210
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5051
5211
|
/** JSONP */
|
|
5052
5212
|
callback?: string;
|
|
5053
5213
|
/** Optional. Checksum used to ensure that the user-provided value is up to date before the server processes the request. The server compares provided checksum with the current checksum of the resource. If the user-provided value is out of date, this request returns an `ABORTED` error. */
|
|
@@ -5074,11 +5234,11 @@ declare namespace gapi.client {
|
|
|
5074
5234
|
/** Retrieves a `VmwareEngineNetwork` resource by its resource name. The resource contains details of the VMware Engine network, such as its VMware Engine network type, peered networks in a service project, and state (for example, `CREATING`, `ACTIVE`, `DELETING`). */
|
|
5075
5235
|
get(request?: {
|
|
5076
5236
|
/** V1 error format. */
|
|
5077
|
-
'$.xgafv'?:
|
|
5237
|
+
'$.xgafv'?: '1' | '2';
|
|
5078
5238
|
/** OAuth access token. */
|
|
5079
5239
|
access_token?: string;
|
|
5080
5240
|
/** Data format for response. */
|
|
5081
|
-
alt?:
|
|
5241
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5082
5242
|
/** JSONP */
|
|
5083
5243
|
callback?: string;
|
|
5084
5244
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5101,11 +5261,11 @@ declare namespace gapi.client {
|
|
|
5101
5261
|
/** Lists `VmwareEngineNetwork` resources in a given project and location. */
|
|
5102
5262
|
list(request?: {
|
|
5103
5263
|
/** V1 error format. */
|
|
5104
|
-
'$.xgafv'?:
|
|
5264
|
+
'$.xgafv'?: '1' | '2';
|
|
5105
5265
|
/** OAuth access token. */
|
|
5106
5266
|
access_token?: string;
|
|
5107
5267
|
/** Data format for response. */
|
|
5108
|
-
alt?:
|
|
5268
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5109
5269
|
/** JSONP */
|
|
5110
5270
|
callback?: string;
|
|
5111
5271
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5136,11 +5296,11 @@ declare namespace gapi.client {
|
|
|
5136
5296
|
/** Modifies a VMware Engine network resource. Only the following fields can be updated: `description`. Only fields specified in `updateMask` are applied. */
|
|
5137
5297
|
patch(request: {
|
|
5138
5298
|
/** V1 error format. */
|
|
5139
|
-
'$.xgafv'?:
|
|
5299
|
+
'$.xgafv'?: '1' | '2';
|
|
5140
5300
|
/** OAuth access token. */
|
|
5141
5301
|
access_token?: string;
|
|
5142
5302
|
/** Data format for response. */
|
|
5143
|
-
alt?:
|
|
5303
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5144
5304
|
/** JSONP */
|
|
5145
5305
|
callback?: string;
|
|
5146
5306
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5169,11 +5329,11 @@ declare namespace gapi.client {
|
|
|
5169
5329
|
patch(
|
|
5170
5330
|
request: {
|
|
5171
5331
|
/** V1 error format. */
|
|
5172
|
-
'$.xgafv'?:
|
|
5332
|
+
'$.xgafv'?: '1' | '2';
|
|
5173
5333
|
/** OAuth access token. */
|
|
5174
5334
|
access_token?: string;
|
|
5175
5335
|
/** Data format for response. */
|
|
5176
|
-
alt?:
|
|
5336
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5177
5337
|
/** JSONP */
|
|
5178
5338
|
callback?: string;
|
|
5179
5339
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5204,11 +5364,11 @@ declare namespace gapi.client {
|
|
|
5204
5364
|
/** Gets information about a location. */
|
|
5205
5365
|
get(request?: {
|
|
5206
5366
|
/** V1 error format. */
|
|
5207
|
-
'$.xgafv'?:
|
|
5367
|
+
'$.xgafv'?: '1' | '2';
|
|
5208
5368
|
/** OAuth access token. */
|
|
5209
5369
|
access_token?: string;
|
|
5210
5370
|
/** Data format for response. */
|
|
5211
|
-
alt?:
|
|
5371
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5212
5372
|
/** JSONP */
|
|
5213
5373
|
callback?: string;
|
|
5214
5374
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5231,11 +5391,11 @@ declare namespace gapi.client {
|
|
|
5231
5391
|
/** 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. */
|
|
5232
5392
|
getDnsBindPermission(request?: {
|
|
5233
5393
|
/** V1 error format. */
|
|
5234
|
-
'$.xgafv'?:
|
|
5394
|
+
'$.xgafv'?: '1' | '2';
|
|
5235
5395
|
/** OAuth access token. */
|
|
5236
5396
|
access_token?: string;
|
|
5237
5397
|
/** Data format for response. */
|
|
5238
|
-
alt?:
|
|
5398
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5239
5399
|
/** JSONP */
|
|
5240
5400
|
callback?: string;
|
|
5241
5401
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5255,14 +5415,14 @@ declare namespace gapi.client {
|
|
|
5255
5415
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5256
5416
|
uploadType?: string;
|
|
5257
5417
|
}): Request<DnsBindPermission>;
|
|
5258
|
-
/** Lists information about the supported locations for this service. */
|
|
5418
|
+
/** Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project. */
|
|
5259
5419
|
list(request?: {
|
|
5260
5420
|
/** V1 error format. */
|
|
5261
|
-
'$.xgafv'?:
|
|
5421
|
+
'$.xgafv'?: '1' | '2';
|
|
5262
5422
|
/** OAuth access token. */
|
|
5263
5423
|
access_token?: string;
|
|
5264
5424
|
/** Data format for response. */
|
|
5265
|
-
alt?:
|
|
5425
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5266
5426
|
/** JSONP */
|
|
5267
5427
|
callback?: string;
|
|
5268
5428
|
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
|