@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.
- package/gen-proto/discovery_sections_esxi_grpc_pb.js +1 -0
- package/gen-proto/discovery_sections_esxi_pb.d.ts +704 -0
- package/gen-proto/discovery_sections_esxi_pb.js +5854 -0
- package/gen-proto/discovery_sections_vcenter_grpc_pb.js +1 -0
- package/gen-proto/discovery_sections_vcenter_pb.d.ts +396 -0
- package/gen-proto/discovery_sections_vcenter_pb.js +3357 -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 +142 -0
- package/proto/discovery_sections_vcenter.proto +89 -0
- package/proto/import/discovery_common_vmware.proto +58 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// GENERATED CODE -- NO SERVICES IN PROTO
|
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
// package: com.lansweeper.discovery.sensor.vcenter.v1
|
|
2
|
+
// file: discovery_sections_vcenter.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 import_discovery_common_vmware_pb from "./import/discovery_common_vmware_pb";
|
|
10
|
+
import * as discovery_sections_esxi_pb from "./discovery_sections_esxi_pb";
|
|
11
|
+
|
|
12
|
+
export class VCenter extends jspb.Message {
|
|
13
|
+
|
|
14
|
+
hasProductInfo(): boolean;
|
|
15
|
+
clearProductInfo(): void;
|
|
16
|
+
getProductInfo(): import_discovery_common_vmware_pb.VmwareProductInfo | undefined;
|
|
17
|
+
setProductInfo(value?: import_discovery_common_vmware_pb.VmwareProductInfo): VCenter;
|
|
18
|
+
clearDatacentersList(): void;
|
|
19
|
+
getDatacentersList(): Array<DataCenter>;
|
|
20
|
+
setDatacentersList(value: Array<DataCenter>): VCenter;
|
|
21
|
+
addDatacenters(value?: DataCenter, index?: number): DataCenter;
|
|
22
|
+
getVcenterGuid(): string;
|
|
23
|
+
setVcenterGuid(value: string): VCenter;
|
|
24
|
+
|
|
25
|
+
serializeBinary(): Uint8Array;
|
|
26
|
+
toObject(includeInstance?: boolean): VCenter.AsObject;
|
|
27
|
+
static toObject(includeInstance: boolean, msg: VCenter): VCenter.AsObject;
|
|
28
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
29
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
30
|
+
static serializeBinaryToWriter(message: VCenter, writer: jspb.BinaryWriter): void;
|
|
31
|
+
static deserializeBinary(bytes: Uint8Array): VCenter;
|
|
32
|
+
static deserializeBinaryFromReader(message: VCenter, reader: jspb.BinaryReader): VCenter;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export namespace VCenter {
|
|
36
|
+
export type AsObject = {
|
|
37
|
+
productInfo?: import_discovery_common_vmware_pb.VmwareProductInfo.AsObject,
|
|
38
|
+
datacentersList: Array<DataCenter.AsObject>,
|
|
39
|
+
vcenterGuid: string,
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export class DatastoreClusterDrsPodConfigRule extends jspb.Message {
|
|
44
|
+
|
|
45
|
+
hasName(): boolean;
|
|
46
|
+
clearName(): void;
|
|
47
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): DatastoreClusterDrsPodConfigRule;
|
|
49
|
+
|
|
50
|
+
hasEnabled(): boolean;
|
|
51
|
+
clearEnabled(): void;
|
|
52
|
+
getEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
53
|
+
setEnabled(value?: google_protobuf_wrappers_pb.BoolValue): DatastoreClusterDrsPodConfigRule;
|
|
54
|
+
|
|
55
|
+
hasType(): boolean;
|
|
56
|
+
clearType(): void;
|
|
57
|
+
getType(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
58
|
+
setType(value?: google_protobuf_wrappers_pb.Int32Value): DatastoreClusterDrsPodConfigRule;
|
|
59
|
+
|
|
60
|
+
hasDataClusterGuid(): boolean;
|
|
61
|
+
clearDataClusterGuid(): void;
|
|
62
|
+
getDataClusterGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
63
|
+
setDataClusterGuid(value?: google_protobuf_wrappers_pb.StringValue): DatastoreClusterDrsPodConfigRule;
|
|
64
|
+
|
|
65
|
+
serializeBinary(): Uint8Array;
|
|
66
|
+
toObject(includeInstance?: boolean): DatastoreClusterDrsPodConfigRule.AsObject;
|
|
67
|
+
static toObject(includeInstance: boolean, msg: DatastoreClusterDrsPodConfigRule): DatastoreClusterDrsPodConfigRule.AsObject;
|
|
68
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
69
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
70
|
+
static serializeBinaryToWriter(message: DatastoreClusterDrsPodConfigRule, writer: jspb.BinaryWriter): void;
|
|
71
|
+
static deserializeBinary(bytes: Uint8Array): DatastoreClusterDrsPodConfigRule;
|
|
72
|
+
static deserializeBinaryFromReader(message: DatastoreClusterDrsPodConfigRule, reader: jspb.BinaryReader): DatastoreClusterDrsPodConfigRule;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export namespace DatastoreClusterDrsPodConfigRule {
|
|
76
|
+
export type AsObject = {
|
|
77
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
78
|
+
enabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
79
|
+
type?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
80
|
+
dataClusterGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export class DatastoreClusterDrsVmOverride extends jspb.Message {
|
|
85
|
+
|
|
86
|
+
hasEnabled(): boolean;
|
|
87
|
+
clearEnabled(): void;
|
|
88
|
+
getEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
89
|
+
setEnabled(value?: google_protobuf_wrappers_pb.BoolValue): DatastoreClusterDrsVmOverride;
|
|
90
|
+
|
|
91
|
+
hasBehaviour(): boolean;
|
|
92
|
+
clearBehaviour(): void;
|
|
93
|
+
getBehaviour(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
94
|
+
setBehaviour(value?: google_protobuf_wrappers_pb.StringValue): DatastoreClusterDrsVmOverride;
|
|
95
|
+
|
|
96
|
+
hasIntraVmAffinity(): boolean;
|
|
97
|
+
clearIntraVmAffinity(): void;
|
|
98
|
+
getIntraVmAffinity(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
99
|
+
setIntraVmAffinity(value?: google_protobuf_wrappers_pb.BoolValue): DatastoreClusterDrsVmOverride;
|
|
100
|
+
|
|
101
|
+
hasIntraVmAntiAffinity(): boolean;
|
|
102
|
+
clearIntraVmAntiAffinity(): void;
|
|
103
|
+
getIntraVmAntiAffinity(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
104
|
+
setIntraVmAntiAffinity(value?: google_protobuf_wrappers_pb.StringValue): DatastoreClusterDrsVmOverride;
|
|
105
|
+
|
|
106
|
+
hasDataClusterGuid(): boolean;
|
|
107
|
+
clearDataClusterGuid(): void;
|
|
108
|
+
getDataClusterGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
109
|
+
setDataClusterGuid(value?: google_protobuf_wrappers_pb.StringValue): DatastoreClusterDrsVmOverride;
|
|
110
|
+
|
|
111
|
+
serializeBinary(): Uint8Array;
|
|
112
|
+
toObject(includeInstance?: boolean): DatastoreClusterDrsVmOverride.AsObject;
|
|
113
|
+
static toObject(includeInstance: boolean, msg: DatastoreClusterDrsVmOverride): DatastoreClusterDrsVmOverride.AsObject;
|
|
114
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
115
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
116
|
+
static serializeBinaryToWriter(message: DatastoreClusterDrsVmOverride, writer: jspb.BinaryWriter): void;
|
|
117
|
+
static deserializeBinary(bytes: Uint8Array): DatastoreClusterDrsVmOverride;
|
|
118
|
+
static deserializeBinaryFromReader(message: DatastoreClusterDrsVmOverride, reader: jspb.BinaryReader): DatastoreClusterDrsVmOverride;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export namespace DatastoreClusterDrsVmOverride {
|
|
122
|
+
export type AsObject = {
|
|
123
|
+
enabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
124
|
+
behaviour?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
125
|
+
intraVmAffinity?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
126
|
+
intraVmAntiAffinity?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
127
|
+
dataClusterGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export class DatastoreCluster extends jspb.Message {
|
|
132
|
+
getDataClusterGuid(): string;
|
|
133
|
+
setDataClusterGuid(value: string): DatastoreCluster;
|
|
134
|
+
getInternalKey(): string;
|
|
135
|
+
setInternalKey(value: string): DatastoreCluster;
|
|
136
|
+
|
|
137
|
+
hasName(): boolean;
|
|
138
|
+
clearName(): void;
|
|
139
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
140
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): DatastoreCluster;
|
|
141
|
+
getCapacity(): number;
|
|
142
|
+
setCapacity(value: number): DatastoreCluster;
|
|
143
|
+
getFreeSpace(): number;
|
|
144
|
+
setFreeSpace(value: number): DatastoreCluster;
|
|
145
|
+
|
|
146
|
+
hasDatastoreClusterStorageDrs(): boolean;
|
|
147
|
+
clearDatastoreClusterStorageDrs(): void;
|
|
148
|
+
getDatastoreClusterStorageDrs(): DatastoreClusterStorageDrs | undefined;
|
|
149
|
+
setDatastoreClusterStorageDrs(value?: DatastoreClusterStorageDrs): DatastoreCluster;
|
|
150
|
+
clearDatastoresList(): void;
|
|
151
|
+
getDatastoresList(): Array<import_discovery_common_vmware_pb.Datastore>;
|
|
152
|
+
setDatastoresList(value: Array<import_discovery_common_vmware_pb.Datastore>): DatastoreCluster;
|
|
153
|
+
addDatastores(value?: import_discovery_common_vmware_pb.Datastore, index?: number): import_discovery_common_vmware_pb.Datastore;
|
|
154
|
+
clearDatastoreClusterDrsPodConfigRulesList(): void;
|
|
155
|
+
getDatastoreClusterDrsPodConfigRulesList(): Array<DatastoreClusterDrsPodConfigRule>;
|
|
156
|
+
setDatastoreClusterDrsPodConfigRulesList(value: Array<DatastoreClusterDrsPodConfigRule>): DatastoreCluster;
|
|
157
|
+
addDatastoreClusterDrsPodConfigRules(value?: DatastoreClusterDrsPodConfigRule, index?: number): DatastoreClusterDrsPodConfigRule;
|
|
158
|
+
clearDatastoreClusterDrsVmOverridesList(): void;
|
|
159
|
+
getDatastoreClusterDrsVmOverridesList(): Array<DatastoreClusterDrsVmOverride>;
|
|
160
|
+
setDatastoreClusterDrsVmOverridesList(value: Array<DatastoreClusterDrsVmOverride>): DatastoreCluster;
|
|
161
|
+
addDatastoreClusterDrsVmOverrides(value?: DatastoreClusterDrsVmOverride, index?: number): DatastoreClusterDrsVmOverride;
|
|
162
|
+
|
|
163
|
+
hasDatacenterGuid(): boolean;
|
|
164
|
+
clearDatacenterGuid(): void;
|
|
165
|
+
getDatacenterGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
166
|
+
setDatacenterGuid(value?: google_protobuf_wrappers_pb.StringValue): DatastoreCluster;
|
|
167
|
+
|
|
168
|
+
serializeBinary(): Uint8Array;
|
|
169
|
+
toObject(includeInstance?: boolean): DatastoreCluster.AsObject;
|
|
170
|
+
static toObject(includeInstance: boolean, msg: DatastoreCluster): DatastoreCluster.AsObject;
|
|
171
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
172
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
173
|
+
static serializeBinaryToWriter(message: DatastoreCluster, writer: jspb.BinaryWriter): void;
|
|
174
|
+
static deserializeBinary(bytes: Uint8Array): DatastoreCluster;
|
|
175
|
+
static deserializeBinaryFromReader(message: DatastoreCluster, reader: jspb.BinaryReader): DatastoreCluster;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export namespace DatastoreCluster {
|
|
179
|
+
export type AsObject = {
|
|
180
|
+
dataClusterGuid: string,
|
|
181
|
+
internalKey: string,
|
|
182
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
183
|
+
capacity: number,
|
|
184
|
+
freeSpace: number,
|
|
185
|
+
datastoreClusterStorageDrs?: DatastoreClusterStorageDrs.AsObject,
|
|
186
|
+
datastoresList: Array<import_discovery_common_vmware_pb.Datastore.AsObject>,
|
|
187
|
+
datastoreClusterDrsPodConfigRulesList: Array<DatastoreClusterDrsPodConfigRule.AsObject>,
|
|
188
|
+
datastoreClusterDrsVmOverridesList: Array<DatastoreClusterDrsVmOverride.AsObject>,
|
|
189
|
+
datacenterGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export class DatastoreClusterStorageDrs extends jspb.Message {
|
|
194
|
+
getEnabled(): boolean;
|
|
195
|
+
setEnabled(value: boolean): DatastoreClusterStorageDrs;
|
|
196
|
+
getIoLoadBalanceEnabled(): boolean;
|
|
197
|
+
setIoLoadBalanceEnabled(value: boolean): DatastoreClusterStorageDrs;
|
|
198
|
+
|
|
199
|
+
hasDefaultVmBehaviour(): boolean;
|
|
200
|
+
clearDefaultVmBehaviour(): void;
|
|
201
|
+
getDefaultVmBehaviour(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
202
|
+
setDefaultVmBehaviour(value?: google_protobuf_wrappers_pb.StringValue): DatastoreClusterStorageDrs;
|
|
203
|
+
|
|
204
|
+
hasLoadBalanceInterval(): boolean;
|
|
205
|
+
clearLoadBalanceInterval(): void;
|
|
206
|
+
getLoadBalanceInterval(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
207
|
+
setLoadBalanceInterval(value?: google_protobuf_wrappers_pb.Int32Value): DatastoreClusterStorageDrs;
|
|
208
|
+
|
|
209
|
+
hasDefaultIntraVmAffinity(): boolean;
|
|
210
|
+
clearDefaultIntraVmAffinity(): void;
|
|
211
|
+
getDefaultIntraVmAffinity(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
212
|
+
setDefaultIntraVmAffinity(value?: google_protobuf_wrappers_pb.BoolValue): DatastoreClusterStorageDrs;
|
|
213
|
+
|
|
214
|
+
hasSpaceUtilizationThreshold(): boolean;
|
|
215
|
+
clearSpaceUtilizationThreshold(): void;
|
|
216
|
+
getSpaceUtilizationThreshold(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
217
|
+
setSpaceUtilizationThreshold(value?: google_protobuf_wrappers_pb.Int32Value): DatastoreClusterStorageDrs;
|
|
218
|
+
|
|
219
|
+
hasMinSpaceUtilizationDifference(): boolean;
|
|
220
|
+
clearMinSpaceUtilizationDifference(): void;
|
|
221
|
+
getMinSpaceUtilizationDifference(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
222
|
+
setMinSpaceUtilizationDifference(value?: google_protobuf_wrappers_pb.Int32Value): DatastoreClusterStorageDrs;
|
|
223
|
+
|
|
224
|
+
hasIoLatencyThreshold(): boolean;
|
|
225
|
+
clearIoLatencyThreshold(): void;
|
|
226
|
+
getIoLatencyThreshold(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
227
|
+
setIoLatencyThreshold(value?: google_protobuf_wrappers_pb.Int32Value): DatastoreClusterStorageDrs;
|
|
228
|
+
|
|
229
|
+
hasIoLoadImbalanceThreshold(): boolean;
|
|
230
|
+
clearIoLoadImbalanceThreshold(): void;
|
|
231
|
+
getIoLoadImbalanceThreshold(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
232
|
+
setIoLoadImbalanceThreshold(value?: google_protobuf_wrappers_pb.Int32Value): DatastoreClusterStorageDrs;
|
|
233
|
+
|
|
234
|
+
hasDataClusterGuid(): boolean;
|
|
235
|
+
clearDataClusterGuid(): void;
|
|
236
|
+
getDataClusterGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
237
|
+
setDataClusterGuid(value?: google_protobuf_wrappers_pb.StringValue): DatastoreClusterStorageDrs;
|
|
238
|
+
|
|
239
|
+
serializeBinary(): Uint8Array;
|
|
240
|
+
toObject(includeInstance?: boolean): DatastoreClusterStorageDrs.AsObject;
|
|
241
|
+
static toObject(includeInstance: boolean, msg: DatastoreClusterStorageDrs): DatastoreClusterStorageDrs.AsObject;
|
|
242
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
243
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
244
|
+
static serializeBinaryToWriter(message: DatastoreClusterStorageDrs, writer: jspb.BinaryWriter): void;
|
|
245
|
+
static deserializeBinary(bytes: Uint8Array): DatastoreClusterStorageDrs;
|
|
246
|
+
static deserializeBinaryFromReader(message: DatastoreClusterStorageDrs, reader: jspb.BinaryReader): DatastoreClusterStorageDrs;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export namespace DatastoreClusterStorageDrs {
|
|
250
|
+
export type AsObject = {
|
|
251
|
+
enabled: boolean,
|
|
252
|
+
ioLoadBalanceEnabled: boolean,
|
|
253
|
+
defaultVmBehaviour?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
254
|
+
loadBalanceInterval?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
255
|
+
defaultIntraVmAffinity?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
256
|
+
spaceUtilizationThreshold?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
257
|
+
minSpaceUtilizationDifference?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
258
|
+
ioLatencyThreshold?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
259
|
+
ioLoadImbalanceThreshold?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
260
|
+
dataClusterGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export class EsxiCluster extends jspb.Message {
|
|
265
|
+
|
|
266
|
+
hasEsxiClusterGuid(): boolean;
|
|
267
|
+
clearEsxiClusterGuid(): void;
|
|
268
|
+
getEsxiClusterGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
269
|
+
setEsxiClusterGuid(value?: google_protobuf_wrappers_pb.StringValue): EsxiCluster;
|
|
270
|
+
|
|
271
|
+
hasName(): boolean;
|
|
272
|
+
clearName(): void;
|
|
273
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
274
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): EsxiCluster;
|
|
275
|
+
|
|
276
|
+
hasInternalKey(): boolean;
|
|
277
|
+
clearInternalKey(): void;
|
|
278
|
+
getInternalKey(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
279
|
+
setInternalKey(value?: google_protobuf_wrappers_pb.StringValue): EsxiCluster;
|
|
280
|
+
|
|
281
|
+
hasParentFolder(): boolean;
|
|
282
|
+
clearParentFolder(): void;
|
|
283
|
+
getParentFolder(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
284
|
+
setParentFolder(value?: google_protobuf_wrappers_pb.StringValue): EsxiCluster;
|
|
285
|
+
clearHostsList(): void;
|
|
286
|
+
getHostsList(): Array<discovery_sections_esxi_pb.Esxi>;
|
|
287
|
+
setHostsList(value: Array<discovery_sections_esxi_pb.Esxi>): EsxiCluster;
|
|
288
|
+
addHosts(value?: discovery_sections_esxi_pb.Esxi, index?: number): discovery_sections_esxi_pb.Esxi;
|
|
289
|
+
getTotalCpu(): number;
|
|
290
|
+
setTotalCpu(value: number): EsxiCluster;
|
|
291
|
+
getTotalMemory(): number;
|
|
292
|
+
setTotalMemory(value: number): EsxiCluster;
|
|
293
|
+
getNumCpuCores(): number;
|
|
294
|
+
setNumCpuCores(value: number): EsxiCluster;
|
|
295
|
+
getNumCpuThreads(): number;
|
|
296
|
+
setNumCpuThreads(value: number): EsxiCluster;
|
|
297
|
+
getEffectiveCpu(): number;
|
|
298
|
+
setEffectiveCpu(value: number): EsxiCluster;
|
|
299
|
+
getEffectiveMemory(): number;
|
|
300
|
+
setEffectiveMemory(value: number): EsxiCluster;
|
|
301
|
+
getNumHosts(): number;
|
|
302
|
+
setNumHosts(value: number): EsxiCluster;
|
|
303
|
+
getNumEffectiveHosts(): number;
|
|
304
|
+
setNumEffectiveHosts(value: number): EsxiCluster;
|
|
305
|
+
|
|
306
|
+
hasOverallStatus(): boolean;
|
|
307
|
+
clearOverallStatus(): void;
|
|
308
|
+
getOverallStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
309
|
+
setOverallStatus(value?: google_protobuf_wrappers_pb.StringValue): EsxiCluster;
|
|
310
|
+
|
|
311
|
+
hasDatacenterGuid(): boolean;
|
|
312
|
+
clearDatacenterGuid(): void;
|
|
313
|
+
getDatacenterGuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
314
|
+
setDatacenterGuid(value?: google_protobuf_wrappers_pb.StringValue): EsxiCluster;
|
|
315
|
+
|
|
316
|
+
serializeBinary(): Uint8Array;
|
|
317
|
+
toObject(includeInstance?: boolean): EsxiCluster.AsObject;
|
|
318
|
+
static toObject(includeInstance: boolean, msg: EsxiCluster): EsxiCluster.AsObject;
|
|
319
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
320
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
321
|
+
static serializeBinaryToWriter(message: EsxiCluster, writer: jspb.BinaryWriter): void;
|
|
322
|
+
static deserializeBinary(bytes: Uint8Array): EsxiCluster;
|
|
323
|
+
static deserializeBinaryFromReader(message: EsxiCluster, reader: jspb.BinaryReader): EsxiCluster;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export namespace EsxiCluster {
|
|
327
|
+
export type AsObject = {
|
|
328
|
+
esxiClusterGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
329
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
330
|
+
internalKey?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
331
|
+
parentFolder?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
332
|
+
hostsList: Array<discovery_sections_esxi_pb.Esxi.AsObject>,
|
|
333
|
+
totalCpu: number,
|
|
334
|
+
totalMemory: number,
|
|
335
|
+
numCpuCores: number,
|
|
336
|
+
numCpuThreads: number,
|
|
337
|
+
effectiveCpu: number,
|
|
338
|
+
effectiveMemory: number,
|
|
339
|
+
numHosts: number,
|
|
340
|
+
numEffectiveHosts: number,
|
|
341
|
+
overallStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
342
|
+
datacenterGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export class DataCenter extends jspb.Message {
|
|
347
|
+
getInternalKey(): string;
|
|
348
|
+
setInternalKey(value: string): DataCenter;
|
|
349
|
+
|
|
350
|
+
hasName(): boolean;
|
|
351
|
+
clearName(): void;
|
|
352
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
353
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): DataCenter;
|
|
354
|
+
clearDatastoresList(): void;
|
|
355
|
+
getDatastoresList(): Array<import_discovery_common_vmware_pb.Datastore>;
|
|
356
|
+
setDatastoresList(value: Array<import_discovery_common_vmware_pb.Datastore>): DataCenter;
|
|
357
|
+
addDatastores(value?: import_discovery_common_vmware_pb.Datastore, index?: number): import_discovery_common_vmware_pb.Datastore;
|
|
358
|
+
clearDatastoreClustersList(): void;
|
|
359
|
+
getDatastoreClustersList(): Array<DatastoreCluster>;
|
|
360
|
+
setDatastoreClustersList(value: Array<DatastoreCluster>): DataCenter;
|
|
361
|
+
addDatastoreClusters(value?: DatastoreCluster, index?: number): DatastoreCluster;
|
|
362
|
+
clearHostsList(): void;
|
|
363
|
+
getHostsList(): Array<discovery_sections_esxi_pb.Esxi>;
|
|
364
|
+
setHostsList(value: Array<discovery_sections_esxi_pb.Esxi>): DataCenter;
|
|
365
|
+
addHosts(value?: discovery_sections_esxi_pb.Esxi, index?: number): discovery_sections_esxi_pb.Esxi;
|
|
366
|
+
clearHostClustersList(): void;
|
|
367
|
+
getHostClustersList(): Array<EsxiCluster>;
|
|
368
|
+
setHostClustersList(value: Array<EsxiCluster>): DataCenter;
|
|
369
|
+
addHostClusters(value?: EsxiCluster, index?: number): EsxiCluster;
|
|
370
|
+
getDatacenterGuid(): string;
|
|
371
|
+
setDatacenterGuid(value: string): DataCenter;
|
|
372
|
+
getVcenterGuid(): string;
|
|
373
|
+
setVcenterGuid(value: string): DataCenter;
|
|
374
|
+
|
|
375
|
+
serializeBinary(): Uint8Array;
|
|
376
|
+
toObject(includeInstance?: boolean): DataCenter.AsObject;
|
|
377
|
+
static toObject(includeInstance: boolean, msg: DataCenter): DataCenter.AsObject;
|
|
378
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
379
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
380
|
+
static serializeBinaryToWriter(message: DataCenter, writer: jspb.BinaryWriter): void;
|
|
381
|
+
static deserializeBinary(bytes: Uint8Array): DataCenter;
|
|
382
|
+
static deserializeBinaryFromReader(message: DataCenter, reader: jspb.BinaryReader): DataCenter;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export namespace DataCenter {
|
|
386
|
+
export type AsObject = {
|
|
387
|
+
internalKey: string,
|
|
388
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
389
|
+
datastoresList: Array<import_discovery_common_vmware_pb.Datastore.AsObject>,
|
|
390
|
+
datastoreClustersList: Array<DatastoreCluster.AsObject>,
|
|
391
|
+
hostsList: Array<discovery_sections_esxi_pb.Esxi.AsObject>,
|
|
392
|
+
hostClustersList: Array<EsxiCluster.AsObject>,
|
|
393
|
+
datacenterGuid: string,
|
|
394
|
+
vcenterGuid: string,
|
|
395
|
+
}
|
|
396
|
+
}
|