@lansweeper/discovery-sensor-proto 2.67.0 → 2.69.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.
- package/gen-proto/discovery_sections_esxi_grpc_pb.js +1 -0
- package/gen-proto/discovery_sections_esxi_pb.d.ts +698 -0
- package/gen-proto/discovery_sections_esxi_pb.js +5803 -0
- package/gen-proto/discovery_sections_mac_pb.d.ts +12 -0
- package/gen-proto/discovery_sections_mac_pb.js +103 -1
- package/gen-proto/discovery_sections_vcenter_grpc_pb.js +1 -0
- package/gen-proto/discovery_sections_vcenter_pb.d.ts +387 -0
- package/gen-proto/discovery_sections_vcenter_pb.js +3267 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/import/discovery_common_vmware_grpc_pb.js +1 -0
- package/gen-proto/import/discovery_common_vmware_pb.d.ts +281 -0
- package/gen-proto/import/discovery_common_vmware_pb.js +2299 -0
- package/gen-proto/index.d.ts +3 -0
- package/gen-proto/index.js +7 -1
- package/package.json +2 -2
- package/proto/discovery_sections_api.proto +17 -0
- package/proto/discovery_sections_esxi.proto +141 -0
- package/proto/discovery_sections_mac.proto +2 -0
- package/proto/discovery_sections_vcenter.proto +86 -0
- package/proto/import/discovery_common_vmware.proto +58 -0
|
@@ -0,0 +1,698 @@
|
|
|
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
|
+
serializeBinary(): Uint8Array;
|
|
236
|
+
toObject(includeInstance?: boolean): Esxi.AsObject;
|
|
237
|
+
static toObject(includeInstance: boolean, msg: Esxi): Esxi.AsObject;
|
|
238
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
239
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
240
|
+
static serializeBinaryToWriter(message: Esxi, writer: jspb.BinaryWriter): void;
|
|
241
|
+
static deserializeBinary(bytes: Uint8Array): Esxi;
|
|
242
|
+
static deserializeBinaryFromReader(message: Esxi, reader: jspb.BinaryReader): Esxi;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export namespace Esxi {
|
|
246
|
+
export type AsObject = {
|
|
247
|
+
esxiGuid: string,
|
|
248
|
+
hostname?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
249
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
250
|
+
datacenterId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
251
|
+
internalKey: string,
|
|
252
|
+
parentFolder?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
253
|
+
productInfo?: import_discovery_common_vmware_pb.VmwareProductInfo.AsObject,
|
|
254
|
+
adminDisabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
255
|
+
virtualMachinesList: Array<VirtualMachine.AsObject>,
|
|
256
|
+
networkDevicesList: Array<VmwareNetwork.AsObject>,
|
|
257
|
+
datastoresList: Array<import_discovery_common_vmware_pb.Datastore.AsObject>,
|
|
258
|
+
dnsAddresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
259
|
+
defaultGateway?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
260
|
+
domainName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
261
|
+
dhcp?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
262
|
+
connectionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
263
|
+
powerState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
264
|
+
bootTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
265
|
+
upTime?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
266
|
+
hostMaxVirtualDiskCapacity?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
267
|
+
ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
268
|
+
port?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
269
|
+
sslThumbprint?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
270
|
+
managementServerIp?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
271
|
+
vendor?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
272
|
+
uuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
273
|
+
model?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
274
|
+
memorySize?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
275
|
+
cpuModel?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
276
|
+
cpuMhz?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
277
|
+
numCpuPackages?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
278
|
+
cpuPackagesDescriptions?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
279
|
+
numCpuCores?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
280
|
+
numCpuThreads?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
281
|
+
numNics?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
282
|
+
numHbas?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
283
|
+
biosVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
284
|
+
biosDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
285
|
+
serial?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
286
|
+
htActive?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
287
|
+
htAvailable?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
288
|
+
numCpu?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
289
|
+
numCoresPerSocket?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
290
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
291
|
+
fullHostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
292
|
+
esxiClusterGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export class VirtualMachine extends jspb.Message {
|
|
297
|
+
getVirtualMachineGuid(): string;
|
|
298
|
+
setVirtualMachineGuid(value: string): VirtualMachine;
|
|
299
|
+
getInternalKey(): string;
|
|
300
|
+
setInternalKey(value: string): VirtualMachine;
|
|
301
|
+
|
|
302
|
+
hasEsxiKey(): boolean;
|
|
303
|
+
clearEsxiKey(): void;
|
|
304
|
+
getEsxiKey(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
305
|
+
setEsxiKey(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
306
|
+
|
|
307
|
+
hasBootTime(): boolean;
|
|
308
|
+
clearBootTime(): void;
|
|
309
|
+
getBootTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
310
|
+
setBootTime(value?: google_protobuf_timestamp_pb.Timestamp): VirtualMachine;
|
|
311
|
+
clearNetworkDevicesList(): void;
|
|
312
|
+
getNetworkDevicesList(): Array<VmwareGuestNetwork>;
|
|
313
|
+
setNetworkDevicesList(value: Array<VmwareGuestNetwork>): VirtualMachine;
|
|
314
|
+
addNetworkDevices(value?: VmwareGuestNetwork, index?: number): VmwareGuestNetwork;
|
|
315
|
+
|
|
316
|
+
hasGuestId(): boolean;
|
|
317
|
+
clearGuestId(): void;
|
|
318
|
+
getGuestId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
319
|
+
setGuestId(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
320
|
+
|
|
321
|
+
hasGuestFullName(): boolean;
|
|
322
|
+
clearGuestFullName(): void;
|
|
323
|
+
getGuestFullName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
324
|
+
setGuestFullName(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
325
|
+
|
|
326
|
+
hasHostName(): boolean;
|
|
327
|
+
clearHostName(): void;
|
|
328
|
+
getHostName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
329
|
+
setHostName(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
330
|
+
|
|
331
|
+
hasDomainName(): boolean;
|
|
332
|
+
clearDomainName(): void;
|
|
333
|
+
getDomainName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
334
|
+
setDomainName(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
335
|
+
|
|
336
|
+
hasFqdn(): boolean;
|
|
337
|
+
clearFqdn(): void;
|
|
338
|
+
getFqdn(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
339
|
+
setFqdn(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
340
|
+
|
|
341
|
+
hasVersion(): boolean;
|
|
342
|
+
clearVersion(): void;
|
|
343
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
344
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
345
|
+
|
|
346
|
+
hasIpv4Address(): boolean;
|
|
347
|
+
clearIpv4Address(): void;
|
|
348
|
+
getIpv4Address(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
349
|
+
setIpv4Address(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
350
|
+
|
|
351
|
+
hasConfigName(): boolean;
|
|
352
|
+
clearConfigName(): void;
|
|
353
|
+
getConfigName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
354
|
+
setConfigName(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
355
|
+
|
|
356
|
+
hasMemorySizeMb(): boolean;
|
|
357
|
+
clearMemorySizeMb(): void;
|
|
358
|
+
getMemorySizeMb(): google_protobuf_wrappers_pb.DoubleValue | undefined;
|
|
359
|
+
setMemorySizeMb(value?: google_protobuf_wrappers_pb.DoubleValue): VirtualMachine;
|
|
360
|
+
|
|
361
|
+
hasNumCpu(): boolean;
|
|
362
|
+
clearNumCpu(): void;
|
|
363
|
+
getNumCpu(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
364
|
+
setNumCpu(value?: google_protobuf_wrappers_pb.Int32Value): VirtualMachine;
|
|
365
|
+
|
|
366
|
+
hasNumEthernetCards(): boolean;
|
|
367
|
+
clearNumEthernetCards(): void;
|
|
368
|
+
getNumEthernetCards(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
369
|
+
setNumEthernetCards(value?: google_protobuf_wrappers_pb.Int32Value): VirtualMachine;
|
|
370
|
+
|
|
371
|
+
hasNumVirtualDisks(): boolean;
|
|
372
|
+
clearNumVirtualDisks(): void;
|
|
373
|
+
getNumVirtualDisks(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
374
|
+
setNumVirtualDisks(value?: google_protobuf_wrappers_pb.Int32Value): VirtualMachine;
|
|
375
|
+
|
|
376
|
+
hasInstanceUuid(): boolean;
|
|
377
|
+
clearInstanceUuid(): void;
|
|
378
|
+
getInstanceUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
379
|
+
setInstanceUuid(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
380
|
+
|
|
381
|
+
hasUnsharedStorage(): boolean;
|
|
382
|
+
clearUnsharedStorage(): void;
|
|
383
|
+
getUnsharedStorage(): google_protobuf_wrappers_pb.Int64Value | undefined;
|
|
384
|
+
setUnsharedStorage(value?: google_protobuf_wrappers_pb.Int64Value): VirtualMachine;
|
|
385
|
+
|
|
386
|
+
hasIsRunning(): boolean;
|
|
387
|
+
clearIsRunning(): void;
|
|
388
|
+
getIsRunning(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
389
|
+
setIsRunning(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
390
|
+
clearSnapshotsList(): void;
|
|
391
|
+
getSnapshotsList(): Array<Snapshot>;
|
|
392
|
+
setSnapshotsList(value: Array<Snapshot>): VirtualMachine;
|
|
393
|
+
addSnapshots(value?: Snapshot, index?: number): Snapshot;
|
|
394
|
+
|
|
395
|
+
hasToolsVersion(): boolean;
|
|
396
|
+
clearToolsVersion(): void;
|
|
397
|
+
getToolsVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
398
|
+
setToolsVersion(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
399
|
+
|
|
400
|
+
hasToolsStatus(): boolean;
|
|
401
|
+
clearToolsStatus(): void;
|
|
402
|
+
getToolsStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
403
|
+
setToolsStatus(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
404
|
+
|
|
405
|
+
hasToolsVersionStatus(): boolean;
|
|
406
|
+
clearToolsVersionStatus(): void;
|
|
407
|
+
getToolsVersionStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
408
|
+
setToolsVersionStatus(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
409
|
+
|
|
410
|
+
hasToolsRunningStatus(): boolean;
|
|
411
|
+
clearToolsRunningStatus(): void;
|
|
412
|
+
getToolsRunningStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
413
|
+
setToolsRunningStatus(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
414
|
+
|
|
415
|
+
hasMacAddress(): boolean;
|
|
416
|
+
clearMacAddress(): void;
|
|
417
|
+
getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
418
|
+
setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
419
|
+
getIsVmWareGuest(): boolean;
|
|
420
|
+
setIsVmWareGuest(value: boolean): VirtualMachine;
|
|
421
|
+
clearAssetMacAddressesList(): void;
|
|
422
|
+
getAssetMacAddressesList(): Array<AssetMacAddress>;
|
|
423
|
+
setAssetMacAddressesList(value: Array<AssetMacAddress>): VirtualMachine;
|
|
424
|
+
addAssetMacAddresses(value?: AssetMacAddress, index?: number): AssetMacAddress;
|
|
425
|
+
|
|
426
|
+
hasEsxiGuid(): boolean;
|
|
427
|
+
clearEsxiGuid(): void;
|
|
428
|
+
getEsxiGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
429
|
+
setEsxiGuid(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
430
|
+
|
|
431
|
+
serializeBinary(): Uint8Array;
|
|
432
|
+
toObject(includeInstance?: boolean): VirtualMachine.AsObject;
|
|
433
|
+
static toObject(includeInstance: boolean, msg: VirtualMachine): VirtualMachine.AsObject;
|
|
434
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
435
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
436
|
+
static serializeBinaryToWriter(message: VirtualMachine, writer: jspb.BinaryWriter): void;
|
|
437
|
+
static deserializeBinary(bytes: Uint8Array): VirtualMachine;
|
|
438
|
+
static deserializeBinaryFromReader(message: VirtualMachine, reader: jspb.BinaryReader): VirtualMachine;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
export namespace VirtualMachine {
|
|
442
|
+
export type AsObject = {
|
|
443
|
+
virtualMachineGuid: string,
|
|
444
|
+
internalKey: string,
|
|
445
|
+
esxiKey?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
446
|
+
bootTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
447
|
+
networkDevicesList: Array<VmwareGuestNetwork.AsObject>,
|
|
448
|
+
guestId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
449
|
+
guestFullName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
450
|
+
hostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
451
|
+
domainName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
452
|
+
fqdn?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
453
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
454
|
+
ipv4Address?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
455
|
+
configName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
456
|
+
memorySizeMb?: google_protobuf_wrappers_pb.DoubleValue.AsObject,
|
|
457
|
+
numCpu?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
458
|
+
numEthernetCards?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
459
|
+
numVirtualDisks?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
460
|
+
instanceUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
461
|
+
unsharedStorage?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
462
|
+
isRunning?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
463
|
+
snapshotsList: Array<Snapshot.AsObject>,
|
|
464
|
+
toolsVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
465
|
+
toolsStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
466
|
+
toolsVersionStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
467
|
+
toolsRunningStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
468
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
469
|
+
isVmWareGuest: boolean,
|
|
470
|
+
assetMacAddressesList: Array<AssetMacAddress.AsObject>,
|
|
471
|
+
esxiGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
export class AssetMacAddress extends jspb.Message {
|
|
476
|
+
|
|
477
|
+
hasMac(): boolean;
|
|
478
|
+
clearMac(): void;
|
|
479
|
+
getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
480
|
+
setMac(value?: google_protobuf_wrappers_pb.StringValue): AssetMacAddress;
|
|
481
|
+
|
|
482
|
+
serializeBinary(): Uint8Array;
|
|
483
|
+
toObject(includeInstance?: boolean): AssetMacAddress.AsObject;
|
|
484
|
+
static toObject(includeInstance: boolean, msg: AssetMacAddress): AssetMacAddress.AsObject;
|
|
485
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
486
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
487
|
+
static serializeBinaryToWriter(message: AssetMacAddress, writer: jspb.BinaryWriter): void;
|
|
488
|
+
static deserializeBinary(bytes: Uint8Array): AssetMacAddress;
|
|
489
|
+
static deserializeBinaryFromReader(message: AssetMacAddress, reader: jspb.BinaryReader): AssetMacAddress;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
export namespace AssetMacAddress {
|
|
493
|
+
export type AsObject = {
|
|
494
|
+
mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
export class Snapshot extends jspb.Message {
|
|
499
|
+
getInternalKey(): string;
|
|
500
|
+
setInternalKey(value: string): Snapshot;
|
|
501
|
+
|
|
502
|
+
hasName(): boolean;
|
|
503
|
+
clearName(): void;
|
|
504
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
505
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): Snapshot;
|
|
506
|
+
|
|
507
|
+
hasCreateTime(): boolean;
|
|
508
|
+
clearCreateTime(): void;
|
|
509
|
+
getCreateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
510
|
+
setCreateTime(value?: google_protobuf_timestamp_pb.Timestamp): Snapshot;
|
|
511
|
+
|
|
512
|
+
hasVirtualMachineGuid(): boolean;
|
|
513
|
+
clearVirtualMachineGuid(): void;
|
|
514
|
+
getVirtualMachineGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
515
|
+
setVirtualMachineGuid(value?: google_protobuf_wrappers_pb.StringValue): Snapshot;
|
|
516
|
+
|
|
517
|
+
serializeBinary(): Uint8Array;
|
|
518
|
+
toObject(includeInstance?: boolean): Snapshot.AsObject;
|
|
519
|
+
static toObject(includeInstance: boolean, msg: Snapshot): Snapshot.AsObject;
|
|
520
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
521
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
522
|
+
static serializeBinaryToWriter(message: Snapshot, writer: jspb.BinaryWriter): void;
|
|
523
|
+
static deserializeBinary(bytes: Uint8Array): Snapshot;
|
|
524
|
+
static deserializeBinaryFromReader(message: Snapshot, reader: jspb.BinaryReader): Snapshot;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export namespace Snapshot {
|
|
528
|
+
export type AsObject = {
|
|
529
|
+
internalKey: string,
|
|
530
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
531
|
+
createTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
532
|
+
virtualMachineGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
export class VmwareGuestNetwork extends jspb.Message {
|
|
537
|
+
|
|
538
|
+
hasName(): boolean;
|
|
539
|
+
clearName(): void;
|
|
540
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
541
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
|
|
542
|
+
|
|
543
|
+
hasDnsAddresses(): boolean;
|
|
544
|
+
clearDnsAddresses(): void;
|
|
545
|
+
getDnsAddresses(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
546
|
+
setDnsAddresses(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
|
|
547
|
+
|
|
548
|
+
hasDomainName(): boolean;
|
|
549
|
+
clearDomainName(): void;
|
|
550
|
+
getDomainName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
551
|
+
setDomainName(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
|
|
552
|
+
|
|
553
|
+
hasIpv4DhcpEnabled(): boolean;
|
|
554
|
+
clearIpv4DhcpEnabled(): void;
|
|
555
|
+
getIpv4DhcpEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
556
|
+
setIpv4DhcpEnabled(value?: google_protobuf_wrappers_pb.BoolValue): VmwareGuestNetwork;
|
|
557
|
+
|
|
558
|
+
hasIpv6DhcpEnabled(): boolean;
|
|
559
|
+
clearIpv6DhcpEnabled(): void;
|
|
560
|
+
getIpv6DhcpEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
561
|
+
setIpv6DhcpEnabled(value?: google_protobuf_wrappers_pb.BoolValue): VmwareGuestNetwork;
|
|
562
|
+
|
|
563
|
+
hasIpv6Addresses(): boolean;
|
|
564
|
+
clearIpv6Addresses(): void;
|
|
565
|
+
getIpv6Addresses(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
566
|
+
setIpv6Addresses(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
|
|
567
|
+
|
|
568
|
+
hasIsConnected(): boolean;
|
|
569
|
+
clearIsConnected(): void;
|
|
570
|
+
getIsConnected(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
571
|
+
setIsConnected(value?: google_protobuf_wrappers_pb.BoolValue): VmwareGuestNetwork;
|
|
572
|
+
|
|
573
|
+
hasMac(): boolean;
|
|
574
|
+
clearMac(): void;
|
|
575
|
+
getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
576
|
+
setMac(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
|
|
577
|
+
|
|
578
|
+
hasIpAddress(): boolean;
|
|
579
|
+
clearIpAddress(): void;
|
|
580
|
+
getIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
581
|
+
setIpAddress(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
|
|
582
|
+
|
|
583
|
+
hasSubnetMask(): boolean;
|
|
584
|
+
clearSubnetMask(): void;
|
|
585
|
+
getSubnetMask(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
586
|
+
setSubnetMask(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
|
|
587
|
+
|
|
588
|
+
hasVirtualMachineGuid(): boolean;
|
|
589
|
+
clearVirtualMachineGuid(): void;
|
|
590
|
+
getVirtualMachineGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
591
|
+
setVirtualMachineGuid(value?: google_protobuf_wrappers_pb.StringValue): VmwareGuestNetwork;
|
|
592
|
+
|
|
593
|
+
serializeBinary(): Uint8Array;
|
|
594
|
+
toObject(includeInstance?: boolean): VmwareGuestNetwork.AsObject;
|
|
595
|
+
static toObject(includeInstance: boolean, msg: VmwareGuestNetwork): VmwareGuestNetwork.AsObject;
|
|
596
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
597
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
598
|
+
static serializeBinaryToWriter(message: VmwareGuestNetwork, writer: jspb.BinaryWriter): void;
|
|
599
|
+
static deserializeBinary(bytes: Uint8Array): VmwareGuestNetwork;
|
|
600
|
+
static deserializeBinaryFromReader(message: VmwareGuestNetwork, reader: jspb.BinaryReader): VmwareGuestNetwork;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export namespace VmwareGuestNetwork {
|
|
604
|
+
export type AsObject = {
|
|
605
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
606
|
+
dnsAddresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
607
|
+
domainName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
608
|
+
ipv4DhcpEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
609
|
+
ipv6DhcpEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
610
|
+
ipv6Addresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
611
|
+
isConnected?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
612
|
+
mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
613
|
+
ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
614
|
+
subnetMask?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
615
|
+
virtualMachineGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
export class VmwareNetwork extends jspb.Message {
|
|
620
|
+
|
|
621
|
+
hasAssetId(): boolean;
|
|
622
|
+
clearAssetId(): void;
|
|
623
|
+
getAssetId(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
624
|
+
setAssetId(value?: google_protobuf_wrappers_pb.Int32Value): VmwareNetwork;
|
|
625
|
+
|
|
626
|
+
hasName(): boolean;
|
|
627
|
+
clearName(): void;
|
|
628
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
629
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
|
|
630
|
+
getNetworkType(): NetworkType;
|
|
631
|
+
setNetworkType(value: NetworkType): VmwareNetwork;
|
|
632
|
+
|
|
633
|
+
hasIpv6Addresses(): boolean;
|
|
634
|
+
clearIpv6Addresses(): void;
|
|
635
|
+
getIpv6Addresses(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
636
|
+
setIpv6Addresses(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
|
|
637
|
+
|
|
638
|
+
hasSpeed(): boolean;
|
|
639
|
+
clearSpeed(): void;
|
|
640
|
+
getSpeed(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
641
|
+
setSpeed(value?: google_protobuf_wrappers_pb.Int32Value): VmwareNetwork;
|
|
642
|
+
|
|
643
|
+
hasMtu(): boolean;
|
|
644
|
+
clearMtu(): void;
|
|
645
|
+
getMtu(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
646
|
+
setMtu(value?: google_protobuf_wrappers_pb.Int32Value): VmwareNetwork;
|
|
647
|
+
|
|
648
|
+
hasMac(): boolean;
|
|
649
|
+
clearMac(): void;
|
|
650
|
+
getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
651
|
+
setMac(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
|
|
652
|
+
|
|
653
|
+
hasIpAddress(): boolean;
|
|
654
|
+
clearIpAddress(): void;
|
|
655
|
+
getIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
656
|
+
setIpAddress(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
|
|
657
|
+
|
|
658
|
+
hasSubnetMask(): boolean;
|
|
659
|
+
clearSubnetMask(): void;
|
|
660
|
+
getSubnetMask(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
661
|
+
setSubnetMask(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
|
|
662
|
+
|
|
663
|
+
hasEsxiGuid(): boolean;
|
|
664
|
+
clearEsxiGuid(): void;
|
|
665
|
+
getEsxiGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
666
|
+
setEsxiGuid(value?: google_protobuf_wrappers_pb.StringValue): VmwareNetwork;
|
|
667
|
+
|
|
668
|
+
serializeBinary(): Uint8Array;
|
|
669
|
+
toObject(includeInstance?: boolean): VmwareNetwork.AsObject;
|
|
670
|
+
static toObject(includeInstance: boolean, msg: VmwareNetwork): VmwareNetwork.AsObject;
|
|
671
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
672
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
673
|
+
static serializeBinaryToWriter(message: VmwareNetwork, writer: jspb.BinaryWriter): void;
|
|
674
|
+
static deserializeBinary(bytes: Uint8Array): VmwareNetwork;
|
|
675
|
+
static deserializeBinaryFromReader(message: VmwareNetwork, reader: jspb.BinaryReader): VmwareNetwork;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export namespace VmwareNetwork {
|
|
679
|
+
export type AsObject = {
|
|
680
|
+
assetId?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
681
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
682
|
+
networkType: NetworkType,
|
|
683
|
+
ipv6Addresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
684
|
+
speed?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
685
|
+
mtu?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
686
|
+
mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
687
|
+
ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
688
|
+
subnetMask?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
689
|
+
esxiGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
export enum NetworkType {
|
|
694
|
+
NO_NETWORK_TYPE = 0,
|
|
695
|
+
PHYSICAL = 1,
|
|
696
|
+
VIRTUAL = 2,
|
|
697
|
+
CONSOLE = 3,
|
|
698
|
+
}
|