@lansweeper/discovery-sensor-proto 2.68.0 → 2.70.0

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.
@@ -0,0 +1,704 @@
1
+ // package: com.lansweeper.discovery.sensor.esxi.v1
2
+ // file: discovery_sections_esxi.proto
3
+
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+
7
+ import * as jspb from "google-protobuf";
8
+ import * as google_protobuf_wrappers_pb from "google-protobuf/google/protobuf/wrappers_pb";
9
+ import * as google_protobuf_timestamp_pb from "google-protobuf/google/protobuf/timestamp_pb";
10
+ import * as import_discovery_common_vmware_pb from "./import/discovery_common_vmware_pb";
11
+
12
+ export class Esxi extends jspb.Message {
13
+ getEsxiGuid(): string;
14
+ setEsxiGuid(value: string): Esxi;
15
+
16
+ hasHostname(): boolean;
17
+ clearHostname(): void;
18
+ getHostname(): google_protobuf_wrappers_pb.StringValue | undefined;
19
+ setHostname(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
20
+
21
+ hasVersion(): boolean;
22
+ clearVersion(): void;
23
+ getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
24
+ setVersion(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
25
+
26
+ hasDatacenterId(): boolean;
27
+ clearDatacenterId(): void;
28
+ getDatacenterId(): google_protobuf_wrappers_pb.StringValue | undefined;
29
+ setDatacenterId(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
30
+ getInternalKey(): string;
31
+ setInternalKey(value: string): Esxi;
32
+
33
+ hasParentFolder(): boolean;
34
+ clearParentFolder(): void;
35
+ getParentFolder(): google_protobuf_wrappers_pb.StringValue | undefined;
36
+ setParentFolder(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
37
+
38
+ hasProductInfo(): boolean;
39
+ clearProductInfo(): void;
40
+ getProductInfo(): import_discovery_common_vmware_pb.VmwareProductInfo | undefined;
41
+ setProductInfo(value?: import_discovery_common_vmware_pb.VmwareProductInfo): Esxi;
42
+
43
+ hasAdminDisabled(): boolean;
44
+ clearAdminDisabled(): void;
45
+ getAdminDisabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
46
+ setAdminDisabled(value?: google_protobuf_wrappers_pb.BoolValue): Esxi;
47
+ clearVirtualMachinesList(): void;
48
+ getVirtualMachinesList(): Array<VirtualMachine>;
49
+ setVirtualMachinesList(value: Array<VirtualMachine>): Esxi;
50
+ addVirtualMachines(value?: VirtualMachine, index?: number): VirtualMachine;
51
+ clearNetworkDevicesList(): void;
52
+ getNetworkDevicesList(): Array<VmwareNetwork>;
53
+ setNetworkDevicesList(value: Array<VmwareNetwork>): Esxi;
54
+ addNetworkDevices(value?: VmwareNetwork, index?: number): VmwareNetwork;
55
+ clearDatastoresList(): void;
56
+ getDatastoresList(): Array<import_discovery_common_vmware_pb.Datastore>;
57
+ setDatastoresList(value: Array<import_discovery_common_vmware_pb.Datastore>): Esxi;
58
+ addDatastores(value?: import_discovery_common_vmware_pb.Datastore, index?: number): import_discovery_common_vmware_pb.Datastore;
59
+
60
+ hasDnsAddresses(): boolean;
61
+ clearDnsAddresses(): void;
62
+ getDnsAddresses(): google_protobuf_wrappers_pb.StringValue | undefined;
63
+ setDnsAddresses(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
64
+
65
+ hasDefaultGateway(): boolean;
66
+ clearDefaultGateway(): void;
67
+ getDefaultGateway(): google_protobuf_wrappers_pb.StringValue | undefined;
68
+ setDefaultGateway(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
69
+
70
+ hasDomainName(): boolean;
71
+ clearDomainName(): void;
72
+ getDomainName(): google_protobuf_wrappers_pb.StringValue | undefined;
73
+ setDomainName(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
74
+
75
+ hasDhcp(): boolean;
76
+ clearDhcp(): void;
77
+ getDhcp(): google_protobuf_wrappers_pb.BoolValue | undefined;
78
+ setDhcp(value?: google_protobuf_wrappers_pb.BoolValue): Esxi;
79
+
80
+ hasConnectionState(): boolean;
81
+ clearConnectionState(): void;
82
+ getConnectionState(): google_protobuf_wrappers_pb.StringValue | undefined;
83
+ setConnectionState(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
84
+
85
+ hasPowerState(): boolean;
86
+ clearPowerState(): void;
87
+ getPowerState(): google_protobuf_wrappers_pb.StringValue | undefined;
88
+ setPowerState(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
89
+
90
+ hasBootTime(): boolean;
91
+ clearBootTime(): void;
92
+ getBootTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
93
+ setBootTime(value?: google_protobuf_timestamp_pb.Timestamp): Esxi;
94
+
95
+ hasUpTime(): boolean;
96
+ clearUpTime(): void;
97
+ getUpTime(): google_protobuf_wrappers_pb.Int64Value | undefined;
98
+ setUpTime(value?: google_protobuf_wrappers_pb.Int64Value): Esxi;
99
+
100
+ hasHostMaxVirtualDiskCapacity(): boolean;
101
+ clearHostMaxVirtualDiskCapacity(): void;
102
+ getHostMaxVirtualDiskCapacity(): google_protobuf_wrappers_pb.Int64Value | undefined;
103
+ setHostMaxVirtualDiskCapacity(value?: google_protobuf_wrappers_pb.Int64Value): Esxi;
104
+
105
+ hasIpAddress(): boolean;
106
+ clearIpAddress(): void;
107
+ getIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
108
+ setIpAddress(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
109
+
110
+ hasPort(): boolean;
111
+ clearPort(): void;
112
+ getPort(): google_protobuf_wrappers_pb.Int32Value | undefined;
113
+ setPort(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
114
+
115
+ hasSslThumbprint(): boolean;
116
+ clearSslThumbprint(): void;
117
+ getSslThumbprint(): google_protobuf_wrappers_pb.StringValue | undefined;
118
+ setSslThumbprint(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
119
+
120
+ hasManagementServerIp(): boolean;
121
+ clearManagementServerIp(): void;
122
+ getManagementServerIp(): google_protobuf_wrappers_pb.StringValue | undefined;
123
+ setManagementServerIp(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
124
+
125
+ hasVendor(): boolean;
126
+ clearVendor(): void;
127
+ getVendor(): google_protobuf_wrappers_pb.StringValue | undefined;
128
+ setVendor(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
129
+
130
+ hasUuid(): boolean;
131
+ clearUuid(): void;
132
+ getUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
133
+ setUuid(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
134
+
135
+ hasModel(): boolean;
136
+ clearModel(): void;
137
+ getModel(): google_protobuf_wrappers_pb.StringValue | undefined;
138
+ setModel(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
139
+
140
+ hasMemorySize(): boolean;
141
+ clearMemorySize(): void;
142
+ getMemorySize(): google_protobuf_wrappers_pb.Int64Value | undefined;
143
+ setMemorySize(value?: google_protobuf_wrappers_pb.Int64Value): Esxi;
144
+
145
+ hasCpuModel(): boolean;
146
+ clearCpuModel(): void;
147
+ getCpuModel(): google_protobuf_wrappers_pb.StringValue | undefined;
148
+ setCpuModel(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
149
+
150
+ hasCpuMhz(): boolean;
151
+ clearCpuMhz(): void;
152
+ getCpuMhz(): google_protobuf_wrappers_pb.Int32Value | undefined;
153
+ setCpuMhz(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
154
+
155
+ hasNumCpuPackages(): boolean;
156
+ clearNumCpuPackages(): void;
157
+ getNumCpuPackages(): google_protobuf_wrappers_pb.Int32Value | undefined;
158
+ setNumCpuPackages(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
159
+
160
+ hasCpuPackagesDescriptions(): boolean;
161
+ clearCpuPackagesDescriptions(): void;
162
+ getCpuPackagesDescriptions(): google_protobuf_wrappers_pb.StringValue | undefined;
163
+ setCpuPackagesDescriptions(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
164
+
165
+ hasNumCpuCores(): boolean;
166
+ clearNumCpuCores(): void;
167
+ getNumCpuCores(): google_protobuf_wrappers_pb.Int32Value | undefined;
168
+ setNumCpuCores(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
169
+
170
+ hasNumCpuThreads(): boolean;
171
+ clearNumCpuThreads(): void;
172
+ getNumCpuThreads(): google_protobuf_wrappers_pb.Int32Value | undefined;
173
+ setNumCpuThreads(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
174
+
175
+ hasNumNics(): boolean;
176
+ clearNumNics(): void;
177
+ getNumNics(): google_protobuf_wrappers_pb.Int32Value | undefined;
178
+ setNumNics(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
179
+
180
+ hasNumHbas(): boolean;
181
+ clearNumHbas(): void;
182
+ getNumHbas(): google_protobuf_wrappers_pb.Int32Value | undefined;
183
+ setNumHbas(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
184
+
185
+ hasBiosVersion(): boolean;
186
+ clearBiosVersion(): void;
187
+ getBiosVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
188
+ setBiosVersion(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
189
+
190
+ hasBiosDate(): boolean;
191
+ clearBiosDate(): void;
192
+ getBiosDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
193
+ setBiosDate(value?: google_protobuf_timestamp_pb.Timestamp): Esxi;
194
+
195
+ hasSerial(): boolean;
196
+ clearSerial(): void;
197
+ getSerial(): google_protobuf_wrappers_pb.StringValue | undefined;
198
+ setSerial(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
199
+
200
+ hasHtActive(): boolean;
201
+ clearHtActive(): void;
202
+ getHtActive(): google_protobuf_wrappers_pb.BoolValue | undefined;
203
+ setHtActive(value?: google_protobuf_wrappers_pb.BoolValue): Esxi;
204
+
205
+ hasHtAvailable(): boolean;
206
+ clearHtAvailable(): void;
207
+ getHtAvailable(): google_protobuf_wrappers_pb.BoolValue | undefined;
208
+ setHtAvailable(value?: google_protobuf_wrappers_pb.BoolValue): Esxi;
209
+
210
+ hasNumCpu(): boolean;
211
+ clearNumCpu(): void;
212
+ getNumCpu(): google_protobuf_wrappers_pb.Int32Value | undefined;
213
+ setNumCpu(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
214
+
215
+ hasNumCoresPerSocket(): boolean;
216
+ clearNumCoresPerSocket(): void;
217
+ getNumCoresPerSocket(): google_protobuf_wrappers_pb.Int32Value | undefined;
218
+ setNumCoresPerSocket(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
219
+
220
+ hasMacAddress(): boolean;
221
+ clearMacAddress(): void;
222
+ getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
223
+ setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
224
+
225
+ hasFullHostName(): boolean;
226
+ clearFullHostName(): void;
227
+ getFullHostName(): google_protobuf_wrappers_pb.StringValue | undefined;
228
+ setFullHostName(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
229
+
230
+ hasEsxiClusterGuid(): boolean;
231
+ clearEsxiClusterGuid(): void;
232
+ getEsxiClusterGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
233
+ setEsxiClusterGuid(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
234
+
235
+ hasDatacenterGuid(): boolean;
236
+ clearDatacenterGuid(): void;
237
+ getDatacenterGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
238
+ setDatacenterGuid(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
239
+
240
+ serializeBinary(): Uint8Array;
241
+ toObject(includeInstance?: boolean): Esxi.AsObject;
242
+ static toObject(includeInstance: boolean, msg: Esxi): Esxi.AsObject;
243
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
244
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
245
+ static serializeBinaryToWriter(message: Esxi, writer: jspb.BinaryWriter): void;
246
+ static deserializeBinary(bytes: Uint8Array): Esxi;
247
+ static deserializeBinaryFromReader(message: Esxi, reader: jspb.BinaryReader): Esxi;
248
+ }
249
+
250
+ export namespace Esxi {
251
+ export type AsObject = {
252
+ esxiGuid: string,
253
+ hostname?: google_protobuf_wrappers_pb.StringValue.AsObject,
254
+ version?: google_protobuf_wrappers_pb.StringValue.AsObject,
255
+ datacenterId?: google_protobuf_wrappers_pb.StringValue.AsObject,
256
+ internalKey: string,
257
+ parentFolder?: google_protobuf_wrappers_pb.StringValue.AsObject,
258
+ productInfo?: import_discovery_common_vmware_pb.VmwareProductInfo.AsObject,
259
+ adminDisabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
260
+ virtualMachinesList: Array<VirtualMachine.AsObject>,
261
+ networkDevicesList: Array<VmwareNetwork.AsObject>,
262
+ datastoresList: Array<import_discovery_common_vmware_pb.Datastore.AsObject>,
263
+ dnsAddresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
264
+ defaultGateway?: google_protobuf_wrappers_pb.StringValue.AsObject,
265
+ domainName?: google_protobuf_wrappers_pb.StringValue.AsObject,
266
+ dhcp?: google_protobuf_wrappers_pb.BoolValue.AsObject,
267
+ connectionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
268
+ powerState?: google_protobuf_wrappers_pb.StringValue.AsObject,
269
+ bootTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
270
+ upTime?: google_protobuf_wrappers_pb.Int64Value.AsObject,
271
+ hostMaxVirtualDiskCapacity?: google_protobuf_wrappers_pb.Int64Value.AsObject,
272
+ ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
273
+ port?: google_protobuf_wrappers_pb.Int32Value.AsObject,
274
+ sslThumbprint?: google_protobuf_wrappers_pb.StringValue.AsObject,
275
+ managementServerIp?: google_protobuf_wrappers_pb.StringValue.AsObject,
276
+ vendor?: google_protobuf_wrappers_pb.StringValue.AsObject,
277
+ uuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
278
+ model?: google_protobuf_wrappers_pb.StringValue.AsObject,
279
+ memorySize?: google_protobuf_wrappers_pb.Int64Value.AsObject,
280
+ cpuModel?: google_protobuf_wrappers_pb.StringValue.AsObject,
281
+ cpuMhz?: google_protobuf_wrappers_pb.Int32Value.AsObject,
282
+ numCpuPackages?: google_protobuf_wrappers_pb.Int32Value.AsObject,
283
+ cpuPackagesDescriptions?: google_protobuf_wrappers_pb.StringValue.AsObject,
284
+ numCpuCores?: google_protobuf_wrappers_pb.Int32Value.AsObject,
285
+ numCpuThreads?: google_protobuf_wrappers_pb.Int32Value.AsObject,
286
+ numNics?: google_protobuf_wrappers_pb.Int32Value.AsObject,
287
+ numHbas?: google_protobuf_wrappers_pb.Int32Value.AsObject,
288
+ biosVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
289
+ biosDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
290
+ serial?: google_protobuf_wrappers_pb.StringValue.AsObject,
291
+ htActive?: google_protobuf_wrappers_pb.BoolValue.AsObject,
292
+ htAvailable?: google_protobuf_wrappers_pb.BoolValue.AsObject,
293
+ numCpu?: google_protobuf_wrappers_pb.Int32Value.AsObject,
294
+ numCoresPerSocket?: google_protobuf_wrappers_pb.Int32Value.AsObject,
295
+ macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
296
+ fullHostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
297
+ esxiClusterGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
298
+ datacenterGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
299
+ }
300
+ }
301
+
302
+ export class VirtualMachine extends jspb.Message {
303
+ getVirtualMachineGuid(): string;
304
+ setVirtualMachineGuid(value: string): VirtualMachine;
305
+ getInternalKey(): string;
306
+ setInternalKey(value: string): VirtualMachine;
307
+
308
+ hasEsxiKey(): boolean;
309
+ clearEsxiKey(): void;
310
+ getEsxiKey(): google_protobuf_wrappers_pb.StringValue | undefined;
311
+ setEsxiKey(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
312
+
313
+ hasBootTime(): boolean;
314
+ clearBootTime(): void;
315
+ getBootTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
316
+ setBootTime(value?: google_protobuf_timestamp_pb.Timestamp): VirtualMachine;
317
+ clearNetworkDevicesList(): void;
318
+ getNetworkDevicesList(): Array<VmwareGuestNetwork>;
319
+ setNetworkDevicesList(value: Array<VmwareGuestNetwork>): VirtualMachine;
320
+ addNetworkDevices(value?: VmwareGuestNetwork, index?: number): VmwareGuestNetwork;
321
+
322
+ hasGuestId(): boolean;
323
+ clearGuestId(): void;
324
+ getGuestId(): google_protobuf_wrappers_pb.StringValue | undefined;
325
+ setGuestId(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
326
+
327
+ hasGuestFullName(): boolean;
328
+ clearGuestFullName(): void;
329
+ getGuestFullName(): google_protobuf_wrappers_pb.StringValue | undefined;
330
+ setGuestFullName(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
331
+
332
+ hasHostName(): boolean;
333
+ clearHostName(): void;
334
+ getHostName(): google_protobuf_wrappers_pb.StringValue | undefined;
335
+ setHostName(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
336
+
337
+ hasDomainName(): boolean;
338
+ clearDomainName(): void;
339
+ getDomainName(): google_protobuf_wrappers_pb.StringValue | undefined;
340
+ setDomainName(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
341
+
342
+ hasFqdn(): boolean;
343
+ clearFqdn(): void;
344
+ getFqdn(): google_protobuf_wrappers_pb.StringValue | undefined;
345
+ setFqdn(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
346
+
347
+ hasVersion(): boolean;
348
+ clearVersion(): void;
349
+ getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
350
+ setVersion(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
351
+
352
+ hasIpv4Address(): boolean;
353
+ clearIpv4Address(): void;
354
+ getIpv4Address(): google_protobuf_wrappers_pb.StringValue | undefined;
355
+ setIpv4Address(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
356
+
357
+ hasConfigName(): boolean;
358
+ clearConfigName(): void;
359
+ getConfigName(): google_protobuf_wrappers_pb.StringValue | undefined;
360
+ setConfigName(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
361
+
362
+ hasMemorySizeMb(): boolean;
363
+ clearMemorySizeMb(): void;
364
+ getMemorySizeMb(): google_protobuf_wrappers_pb.DoubleValue | undefined;
365
+ setMemorySizeMb(value?: google_protobuf_wrappers_pb.DoubleValue): VirtualMachine;
366
+
367
+ hasNumCpu(): boolean;
368
+ clearNumCpu(): void;
369
+ getNumCpu(): google_protobuf_wrappers_pb.Int32Value | undefined;
370
+ setNumCpu(value?: google_protobuf_wrappers_pb.Int32Value): VirtualMachine;
371
+
372
+ hasNumEthernetCards(): boolean;
373
+ clearNumEthernetCards(): void;
374
+ getNumEthernetCards(): google_protobuf_wrappers_pb.Int32Value | undefined;
375
+ setNumEthernetCards(value?: google_protobuf_wrappers_pb.Int32Value): VirtualMachine;
376
+
377
+ hasNumVirtualDisks(): boolean;
378
+ clearNumVirtualDisks(): void;
379
+ getNumVirtualDisks(): google_protobuf_wrappers_pb.Int32Value | undefined;
380
+ setNumVirtualDisks(value?: google_protobuf_wrappers_pb.Int32Value): VirtualMachine;
381
+
382
+ hasInstanceUuid(): boolean;
383
+ clearInstanceUuid(): void;
384
+ getInstanceUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
385
+ setInstanceUuid(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
386
+
387
+ hasUnsharedStorage(): boolean;
388
+ clearUnsharedStorage(): void;
389
+ getUnsharedStorage(): google_protobuf_wrappers_pb.Int64Value | undefined;
390
+ setUnsharedStorage(value?: google_protobuf_wrappers_pb.Int64Value): VirtualMachine;
391
+
392
+ hasIsRunning(): boolean;
393
+ clearIsRunning(): void;
394
+ getIsRunning(): google_protobuf_wrappers_pb.StringValue | undefined;
395
+ setIsRunning(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
396
+ clearSnapshotsList(): void;
397
+ getSnapshotsList(): Array<Snapshot>;
398
+ setSnapshotsList(value: Array<Snapshot>): VirtualMachine;
399
+ addSnapshots(value?: Snapshot, index?: number): Snapshot;
400
+
401
+ hasToolsVersion(): boolean;
402
+ clearToolsVersion(): void;
403
+ getToolsVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
404
+ setToolsVersion(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
405
+
406
+ hasToolsStatus(): boolean;
407
+ clearToolsStatus(): void;
408
+ getToolsStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
409
+ setToolsStatus(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
410
+
411
+ hasToolsVersionStatus(): boolean;
412
+ clearToolsVersionStatus(): void;
413
+ getToolsVersionStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
414
+ setToolsVersionStatus(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
415
+
416
+ hasToolsRunningStatus(): boolean;
417
+ clearToolsRunningStatus(): void;
418
+ getToolsRunningStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
419
+ setToolsRunningStatus(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
420
+
421
+ hasMacAddress(): boolean;
422
+ clearMacAddress(): void;
423
+ getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
424
+ setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
425
+ getIsVmWareGuest(): boolean;
426
+ setIsVmWareGuest(value: boolean): VirtualMachine;
427
+ clearAssetMacAddressesList(): void;
428
+ getAssetMacAddressesList(): Array<AssetMacAddress>;
429
+ setAssetMacAddressesList(value: Array<AssetMacAddress>): VirtualMachine;
430
+ addAssetMacAddresses(value?: AssetMacAddress, index?: number): AssetMacAddress;
431
+
432
+ hasEsxiGuid(): boolean;
433
+ clearEsxiGuid(): void;
434
+ getEsxiGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
435
+ setEsxiGuid(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
436
+
437
+ serializeBinary(): Uint8Array;
438
+ toObject(includeInstance?: boolean): VirtualMachine.AsObject;
439
+ static toObject(includeInstance: boolean, msg: VirtualMachine): VirtualMachine.AsObject;
440
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
441
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
442
+ static serializeBinaryToWriter(message: VirtualMachine, writer: jspb.BinaryWriter): void;
443
+ static deserializeBinary(bytes: Uint8Array): VirtualMachine;
444
+ static deserializeBinaryFromReader(message: VirtualMachine, reader: jspb.BinaryReader): VirtualMachine;
445
+ }
446
+
447
+ export namespace VirtualMachine {
448
+ export type AsObject = {
449
+ virtualMachineGuid: string,
450
+ internalKey: string,
451
+ esxiKey?: google_protobuf_wrappers_pb.StringValue.AsObject,
452
+ bootTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
453
+ networkDevicesList: Array<VmwareGuestNetwork.AsObject>,
454
+ guestId?: google_protobuf_wrappers_pb.StringValue.AsObject,
455
+ guestFullName?: google_protobuf_wrappers_pb.StringValue.AsObject,
456
+ hostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
457
+ domainName?: google_protobuf_wrappers_pb.StringValue.AsObject,
458
+ fqdn?: google_protobuf_wrappers_pb.StringValue.AsObject,
459
+ version?: google_protobuf_wrappers_pb.StringValue.AsObject,
460
+ ipv4Address?: google_protobuf_wrappers_pb.StringValue.AsObject,
461
+ configName?: google_protobuf_wrappers_pb.StringValue.AsObject,
462
+ memorySizeMb?: google_protobuf_wrappers_pb.DoubleValue.AsObject,
463
+ numCpu?: google_protobuf_wrappers_pb.Int32Value.AsObject,
464
+ numEthernetCards?: google_protobuf_wrappers_pb.Int32Value.AsObject,
465
+ numVirtualDisks?: google_protobuf_wrappers_pb.Int32Value.AsObject,
466
+ instanceUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
467
+ unsharedStorage?: google_protobuf_wrappers_pb.Int64Value.AsObject,
468
+ isRunning?: google_protobuf_wrappers_pb.StringValue.AsObject,
469
+ snapshotsList: Array<Snapshot.AsObject>,
470
+ toolsVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
471
+ toolsStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
472
+ toolsVersionStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
473
+ toolsRunningStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
474
+ macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
475
+ isVmWareGuest: boolean,
476
+ assetMacAddressesList: Array<AssetMacAddress.AsObject>,
477
+ esxiGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
478
+ }
479
+ }
480
+
481
+ export class AssetMacAddress extends jspb.Message {
482
+
483
+ hasMac(): boolean;
484
+ clearMac(): void;
485
+ getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
486
+ setMac(value?: google_protobuf_wrappers_pb.StringValue): AssetMacAddress;
487
+
488
+ serializeBinary(): Uint8Array;
489
+ toObject(includeInstance?: boolean): AssetMacAddress.AsObject;
490
+ static toObject(includeInstance: boolean, msg: AssetMacAddress): AssetMacAddress.AsObject;
491
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
492
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
493
+ static serializeBinaryToWriter(message: AssetMacAddress, writer: jspb.BinaryWriter): void;
494
+ static deserializeBinary(bytes: Uint8Array): AssetMacAddress;
495
+ static deserializeBinaryFromReader(message: AssetMacAddress, reader: jspb.BinaryReader): AssetMacAddress;
496
+ }
497
+
498
+ export namespace AssetMacAddress {
499
+ export type AsObject = {
500
+ mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
501
+ }
502
+ }
503
+
504
+ export class Snapshot extends jspb.Message {
505
+ getInternalKey(): string;
506
+ setInternalKey(value: string): Snapshot;
507
+
508
+ hasName(): boolean;
509
+ clearName(): void;
510
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
511
+ setName(value?: google_protobuf_wrappers_pb.StringValue): Snapshot;
512
+
513
+ hasCreateTime(): boolean;
514
+ clearCreateTime(): void;
515
+ getCreateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
516
+ setCreateTime(value?: google_protobuf_timestamp_pb.Timestamp): Snapshot;
517
+
518
+ hasVirtualMachineGuid(): boolean;
519
+ clearVirtualMachineGuid(): void;
520
+ getVirtualMachineGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
521
+ setVirtualMachineGuid(value?: google_protobuf_wrappers_pb.StringValue): Snapshot;
522
+
523
+ serializeBinary(): Uint8Array;
524
+ toObject(includeInstance?: boolean): Snapshot.AsObject;
525
+ static toObject(includeInstance: boolean, msg: Snapshot): Snapshot.AsObject;
526
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
527
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
528
+ static serializeBinaryToWriter(message: Snapshot, writer: jspb.BinaryWriter): void;
529
+ static deserializeBinary(bytes: Uint8Array): Snapshot;
530
+ static deserializeBinaryFromReader(message: Snapshot, reader: jspb.BinaryReader): Snapshot;
531
+ }
532
+
533
+ export namespace Snapshot {
534
+ export type AsObject = {
535
+ internalKey: string,
536
+ name?: google_protobuf_wrappers_pb.StringValue.AsObject,
537
+ createTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
538
+ virtualMachineGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
539
+ }
540
+ }
541
+
542
+ export class VmwareGuestNetwork extends jspb.Message {
543
+
544
+ hasName(): boolean;
545
+ clearName(): void;
546
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
547
+ setName(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
548
+
549
+ hasDnsAddresses(): boolean;
550
+ clearDnsAddresses(): void;
551
+ getDnsAddresses(): google_protobuf_wrappers_pb.StringValue | undefined;
552
+ setDnsAddresses(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
553
+
554
+ hasDomainName(): boolean;
555
+ clearDomainName(): void;
556
+ getDomainName(): google_protobuf_wrappers_pb.StringValue | undefined;
557
+ setDomainName(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
558
+
559
+ hasIpv4DhcpEnabled(): boolean;
560
+ clearIpv4DhcpEnabled(): void;
561
+ getIpv4DhcpEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
562
+ setIpv4DhcpEnabled(value?: google_protobuf_wrappers_pb.BoolValue): VmwareGuestNetwork;
563
+
564
+ hasIpv6DhcpEnabled(): boolean;
565
+ clearIpv6DhcpEnabled(): void;
566
+ getIpv6DhcpEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
567
+ setIpv6DhcpEnabled(value?: google_protobuf_wrappers_pb.BoolValue): VmwareGuestNetwork;
568
+
569
+ hasIpv6Addresses(): boolean;
570
+ clearIpv6Addresses(): void;
571
+ getIpv6Addresses(): google_protobuf_wrappers_pb.StringValue | undefined;
572
+ setIpv6Addresses(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
573
+
574
+ hasIsConnected(): boolean;
575
+ clearIsConnected(): void;
576
+ getIsConnected(): google_protobuf_wrappers_pb.BoolValue | undefined;
577
+ setIsConnected(value?: google_protobuf_wrappers_pb.BoolValue): VmwareGuestNetwork;
578
+
579
+ hasMac(): boolean;
580
+ clearMac(): void;
581
+ getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
582
+ setMac(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
583
+
584
+ hasIpAddress(): boolean;
585
+ clearIpAddress(): void;
586
+ getIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
587
+ setIpAddress(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
588
+
589
+ hasSubnetMask(): boolean;
590
+ clearSubnetMask(): void;
591
+ getSubnetMask(): google_protobuf_wrappers_pb.StringValue | undefined;
592
+ setSubnetMask(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
593
+
594
+ hasVirtualMachineGuid(): boolean;
595
+ clearVirtualMachineGuid(): void;
596
+ getVirtualMachineGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
597
+ setVirtualMachineGuid(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
598
+
599
+ serializeBinary(): Uint8Array;
600
+ toObject(includeInstance?: boolean): VmwareGuestNetwork.AsObject;
601
+ static toObject(includeInstance: boolean, msg: VmwareGuestNetwork): VmwareGuestNetwork.AsObject;
602
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
603
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
604
+ static serializeBinaryToWriter(message: VmwareGuestNetwork, writer: jspb.BinaryWriter): void;
605
+ static deserializeBinary(bytes: Uint8Array): VmwareGuestNetwork;
606
+ static deserializeBinaryFromReader(message: VmwareGuestNetwork, reader: jspb.BinaryReader): VmwareGuestNetwork;
607
+ }
608
+
609
+ export namespace VmwareGuestNetwork {
610
+ export type AsObject = {
611
+ name?: google_protobuf_wrappers_pb.StringValue.AsObject,
612
+ dnsAddresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
613
+ domainName?: google_protobuf_wrappers_pb.StringValue.AsObject,
614
+ ipv4DhcpEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
615
+ ipv6DhcpEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
616
+ ipv6Addresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
617
+ isConnected?: google_protobuf_wrappers_pb.BoolValue.AsObject,
618
+ mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
619
+ ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
620
+ subnetMask?: google_protobuf_wrappers_pb.StringValue.AsObject,
621
+ virtualMachineGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
622
+ }
623
+ }
624
+
625
+ export class VmwareNetwork extends jspb.Message {
626
+
627
+ hasAssetId(): boolean;
628
+ clearAssetId(): void;
629
+ getAssetId(): google_protobuf_wrappers_pb.Int32Value | undefined;
630
+ setAssetId(value?: google_protobuf_wrappers_pb.Int32Value): VmwareNetwork;
631
+
632
+ hasName(): boolean;
633
+ clearName(): void;
634
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
635
+ setName(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
636
+ getNetworkType(): NetworkType;
637
+ setNetworkType(value: NetworkType): VmwareNetwork;
638
+
639
+ hasIpv6Addresses(): boolean;
640
+ clearIpv6Addresses(): void;
641
+ getIpv6Addresses(): google_protobuf_wrappers_pb.StringValue | undefined;
642
+ setIpv6Addresses(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
643
+
644
+ hasSpeed(): boolean;
645
+ clearSpeed(): void;
646
+ getSpeed(): google_protobuf_wrappers_pb.Int32Value | undefined;
647
+ setSpeed(value?: google_protobuf_wrappers_pb.Int32Value): VmwareNetwork;
648
+
649
+ hasMtu(): boolean;
650
+ clearMtu(): void;
651
+ getMtu(): google_protobuf_wrappers_pb.Int32Value | undefined;
652
+ setMtu(value?: google_protobuf_wrappers_pb.Int32Value): VmwareNetwork;
653
+
654
+ hasMac(): boolean;
655
+ clearMac(): void;
656
+ getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
657
+ setMac(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
658
+
659
+ hasIpAddress(): boolean;
660
+ clearIpAddress(): void;
661
+ getIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
662
+ setIpAddress(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
663
+
664
+ hasSubnetMask(): boolean;
665
+ clearSubnetMask(): void;
666
+ getSubnetMask(): google_protobuf_wrappers_pb.StringValue | undefined;
667
+ setSubnetMask(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
668
+
669
+ hasEsxiGuid(): boolean;
670
+ clearEsxiGuid(): void;
671
+ getEsxiGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
672
+ setEsxiGuid(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
673
+
674
+ serializeBinary(): Uint8Array;
675
+ toObject(includeInstance?: boolean): VmwareNetwork.AsObject;
676
+ static toObject(includeInstance: boolean, msg: VmwareNetwork): VmwareNetwork.AsObject;
677
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
678
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
679
+ static serializeBinaryToWriter(message: VmwareNetwork, writer: jspb.BinaryWriter): void;
680
+ static deserializeBinary(bytes: Uint8Array): VmwareNetwork;
681
+ static deserializeBinaryFromReader(message: VmwareNetwork, reader: jspb.BinaryReader): VmwareNetwork;
682
+ }
683
+
684
+ export namespace VmwareNetwork {
685
+ export type AsObject = {
686
+ assetId?: google_protobuf_wrappers_pb.Int32Value.AsObject,
687
+ name?: google_protobuf_wrappers_pb.StringValue.AsObject,
688
+ networkType: NetworkType,
689
+ ipv6Addresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
690
+ speed?: google_protobuf_wrappers_pb.Int32Value.AsObject,
691
+ mtu?: google_protobuf_wrappers_pb.Int32Value.AsObject,
692
+ mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
693
+ ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
694
+ subnetMask?: google_protobuf_wrappers_pb.StringValue.AsObject,
695
+ esxiGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
696
+ }
697
+ }
698
+
699
+ export enum NetworkType {
700
+ NO_NETWORK_TYPE = 0,
701
+ PHYSICAL = 1,
702
+ VIRTUAL = 2,
703
+ CONSOLE = 3,
704
+ }