@lansweeper/discovery-sensor-proto 2.73.1 → 2.74.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_api_pb.d.ts +5 -1632
- package/gen-proto/discovery_sections_api_pb.js +55 -14045
- package/gen-proto/discovery_sections_citrix_grpc_pb.js +1 -0
- package/gen-proto/discovery_sections_citrix_pb.d.ts +1641 -0
- package/gen-proto/discovery_sections_citrix_pb.js +14071 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/index.d.ts +1 -0
- package/gen-proto/index.js +3 -1
- package/package.json +2 -2
- package/proto/discovery_sections_api.proto +3 -322
- package/proto/discovery_sections_citrix.proto +331 -0
|
@@ -0,0 +1,1641 @@
|
|
|
1
|
+
// package: com.lansweeper.discovery.sensor.citrix.v1
|
|
2
|
+
// file: discovery_sections_citrix.proto
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
|
|
7
|
+
import * as jspb from "google-protobuf";
|
|
8
|
+
import * as google_protobuf_timestamp_pb from "google-protobuf/google/protobuf/timestamp_pb";
|
|
9
|
+
import * as google_protobuf_wrappers_pb from "google-protobuf/google/protobuf/wrappers_pb";
|
|
10
|
+
|
|
11
|
+
export class CitrixScanResult extends jspb.Message {
|
|
12
|
+
getCitrixConnectionResult(): number;
|
|
13
|
+
setCitrixConnectionResult(value: number): CitrixScanResult;
|
|
14
|
+
|
|
15
|
+
hasCitrixPool(): boolean;
|
|
16
|
+
clearCitrixPool(): void;
|
|
17
|
+
getCitrixPool(): CitrixPool | undefined;
|
|
18
|
+
setCitrixPool(value?: CitrixPool): CitrixScanResult;
|
|
19
|
+
|
|
20
|
+
serializeBinary(): Uint8Array;
|
|
21
|
+
toObject(includeInstance?: boolean): CitrixScanResult.AsObject;
|
|
22
|
+
static toObject(includeInstance: boolean, msg: CitrixScanResult): CitrixScanResult.AsObject;
|
|
23
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
24
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
25
|
+
static serializeBinaryToWriter(message: CitrixScanResult, writer: jspb.BinaryWriter): void;
|
|
26
|
+
static deserializeBinary(bytes: Uint8Array): CitrixScanResult;
|
|
27
|
+
static deserializeBinaryFromReader(message: CitrixScanResult, reader: jspb.BinaryReader): CitrixScanResult;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export namespace CitrixScanResult {
|
|
31
|
+
export type AsObject = {
|
|
32
|
+
citrixConnectionResult: number,
|
|
33
|
+
citrixPool?: CitrixPool.AsObject,
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export class CitrixPhysicalBlockDevice extends jspb.Message {
|
|
38
|
+
getCurrentlyAttached(): boolean;
|
|
39
|
+
setCurrentlyAttached(value: boolean): CitrixPhysicalBlockDevice;
|
|
40
|
+
|
|
41
|
+
hasLocation(): boolean;
|
|
42
|
+
clearLocation(): void;
|
|
43
|
+
getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
44
|
+
setLocation(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalBlockDevice;
|
|
45
|
+
|
|
46
|
+
hasUsername(): boolean;
|
|
47
|
+
clearUsername(): void;
|
|
48
|
+
getUsername(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
49
|
+
setUsername(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalBlockDevice;
|
|
50
|
+
|
|
51
|
+
hasType(): boolean;
|
|
52
|
+
clearType(): void;
|
|
53
|
+
getType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
54
|
+
setType(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalBlockDevice;
|
|
55
|
+
|
|
56
|
+
hasVersion(): boolean;
|
|
57
|
+
clearVersion(): void;
|
|
58
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
59
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalBlockDevice;
|
|
60
|
+
|
|
61
|
+
serializeBinary(): Uint8Array;
|
|
62
|
+
toObject(includeInstance?: boolean): CitrixPhysicalBlockDevice.AsObject;
|
|
63
|
+
static toObject(includeInstance: boolean, msg: CitrixPhysicalBlockDevice): CitrixPhysicalBlockDevice.AsObject;
|
|
64
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
65
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
66
|
+
static serializeBinaryToWriter(message: CitrixPhysicalBlockDevice, writer: jspb.BinaryWriter): void;
|
|
67
|
+
static deserializeBinary(bytes: Uint8Array): CitrixPhysicalBlockDevice;
|
|
68
|
+
static deserializeBinaryFromReader(message: CitrixPhysicalBlockDevice, reader: jspb.BinaryReader): CitrixPhysicalBlockDevice;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export namespace CitrixPhysicalBlockDevice {
|
|
72
|
+
export type AsObject = {
|
|
73
|
+
currentlyAttached: boolean,
|
|
74
|
+
location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
75
|
+
username?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
76
|
+
type?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
77
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export class CitrixVirtualDiskImage extends jspb.Message {
|
|
82
|
+
|
|
83
|
+
hasName(): boolean;
|
|
84
|
+
clearName(): void;
|
|
85
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
86
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
|
|
87
|
+
|
|
88
|
+
hasDescription(): boolean;
|
|
89
|
+
clearDescription(): void;
|
|
90
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
91
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
|
|
92
|
+
getAllowCaching(): boolean;
|
|
93
|
+
setAllowCaching(value: boolean): CitrixVirtualDiskImage;
|
|
94
|
+
getIsASnapshot(): boolean;
|
|
95
|
+
setIsASnapshot(value: boolean): CitrixVirtualDiskImage;
|
|
96
|
+
|
|
97
|
+
hasLocation(): boolean;
|
|
98
|
+
clearLocation(): void;
|
|
99
|
+
getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
100
|
+
setLocation(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
|
|
101
|
+
getManaged(): boolean;
|
|
102
|
+
setManaged(value: boolean): CitrixVirtualDiskImage;
|
|
103
|
+
getMetadataLatest(): boolean;
|
|
104
|
+
setMetadataLatest(value: boolean): CitrixVirtualDiskImage;
|
|
105
|
+
getMissing(): boolean;
|
|
106
|
+
setMissing(value: boolean): CitrixVirtualDiskImage;
|
|
107
|
+
|
|
108
|
+
hasOnBoot(): boolean;
|
|
109
|
+
clearOnBoot(): void;
|
|
110
|
+
getOnBoot(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
111
|
+
setOnBoot(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
|
|
112
|
+
getPhysicalUtilisation(): number;
|
|
113
|
+
setPhysicalUtilisation(value: number): CitrixVirtualDiskImage;
|
|
114
|
+
getReadOnly(): boolean;
|
|
115
|
+
setReadOnly(value: boolean): CitrixVirtualDiskImage;
|
|
116
|
+
getSharable(): boolean;
|
|
117
|
+
setSharable(value: boolean): CitrixVirtualDiskImage;
|
|
118
|
+
getStorageLock(): boolean;
|
|
119
|
+
setStorageLock(value: boolean): CitrixVirtualDiskImage;
|
|
120
|
+
|
|
121
|
+
hasTags(): boolean;
|
|
122
|
+
clearTags(): void;
|
|
123
|
+
getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
124
|
+
setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
|
|
125
|
+
|
|
126
|
+
hasType(): boolean;
|
|
127
|
+
clearType(): void;
|
|
128
|
+
getType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
129
|
+
setType(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
|
|
130
|
+
getVirtualSize(): number;
|
|
131
|
+
setVirtualSize(value: number): CitrixVirtualDiskImage;
|
|
132
|
+
|
|
133
|
+
hasHostUuid(): boolean;
|
|
134
|
+
clearHostUuid(): void;
|
|
135
|
+
getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
136
|
+
setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
|
|
137
|
+
clearVirtualBlockDeviceUuidsList(): void;
|
|
138
|
+
getVirtualBlockDeviceUuidsList(): Array<string>;
|
|
139
|
+
setVirtualBlockDeviceUuidsList(value: Array<string>): CitrixVirtualDiskImage;
|
|
140
|
+
addVirtualBlockDeviceUuids(value: string, index?: number): string;
|
|
141
|
+
|
|
142
|
+
serializeBinary(): Uint8Array;
|
|
143
|
+
toObject(includeInstance?: boolean): CitrixVirtualDiskImage.AsObject;
|
|
144
|
+
static toObject(includeInstance: boolean, msg: CitrixVirtualDiskImage): CitrixVirtualDiskImage.AsObject;
|
|
145
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
146
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
147
|
+
static serializeBinaryToWriter(message: CitrixVirtualDiskImage, writer: jspb.BinaryWriter): void;
|
|
148
|
+
static deserializeBinary(bytes: Uint8Array): CitrixVirtualDiskImage;
|
|
149
|
+
static deserializeBinaryFromReader(message: CitrixVirtualDiskImage, reader: jspb.BinaryReader): CitrixVirtualDiskImage;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export namespace CitrixVirtualDiskImage {
|
|
153
|
+
export type AsObject = {
|
|
154
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
155
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
156
|
+
allowCaching: boolean,
|
|
157
|
+
isASnapshot: boolean,
|
|
158
|
+
location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
159
|
+
managed: boolean,
|
|
160
|
+
metadataLatest: boolean,
|
|
161
|
+
missing: boolean,
|
|
162
|
+
onBoot?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
163
|
+
physicalUtilisation: number,
|
|
164
|
+
readOnly: boolean,
|
|
165
|
+
sharable: boolean,
|
|
166
|
+
storageLock: boolean,
|
|
167
|
+
tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
168
|
+
type?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
169
|
+
virtualSize: number,
|
|
170
|
+
hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
171
|
+
virtualBlockDeviceUuidsList: Array<string>,
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
export class CitrixStorage extends jspb.Message {
|
|
176
|
+
|
|
177
|
+
hasName(): boolean;
|
|
178
|
+
clearName(): void;
|
|
179
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
180
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
|
|
181
|
+
|
|
182
|
+
hasDescription(): boolean;
|
|
183
|
+
clearDescription(): void;
|
|
184
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
185
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
|
|
186
|
+
getPhysicalSize(): number;
|
|
187
|
+
setPhysicalSize(value: number): CitrixStorage;
|
|
188
|
+
getPhysicalUtilization(): number;
|
|
189
|
+
setPhysicalUtilization(value: number): CitrixStorage;
|
|
190
|
+
|
|
191
|
+
hasType(): boolean;
|
|
192
|
+
clearType(): void;
|
|
193
|
+
getType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
194
|
+
setType(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
|
|
195
|
+
|
|
196
|
+
hasContentType(): boolean;
|
|
197
|
+
clearContentType(): void;
|
|
198
|
+
getContentType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
199
|
+
setContentType(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
|
|
200
|
+
getClustered(): boolean;
|
|
201
|
+
setClustered(value: boolean): CitrixStorage;
|
|
202
|
+
getIsToolsStorage(): boolean;
|
|
203
|
+
setIsToolsStorage(value: boolean): CitrixStorage;
|
|
204
|
+
getLocalCache(): boolean;
|
|
205
|
+
setLocalCache(value: boolean): CitrixStorage;
|
|
206
|
+
getShared(): boolean;
|
|
207
|
+
setShared(value: boolean): CitrixStorage;
|
|
208
|
+
|
|
209
|
+
hasTags(): boolean;
|
|
210
|
+
clearTags(): void;
|
|
211
|
+
getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
212
|
+
setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
|
|
213
|
+
getVirtualAllocation(): number;
|
|
214
|
+
setVirtualAllocation(value: number): CitrixStorage;
|
|
215
|
+
clearHostUuidsList(): void;
|
|
216
|
+
getHostUuidsList(): Array<string>;
|
|
217
|
+
setHostUuidsList(value: Array<string>): CitrixStorage;
|
|
218
|
+
addHostUuids(value: string, index?: number): string;
|
|
219
|
+
|
|
220
|
+
hasStorageRef(): boolean;
|
|
221
|
+
clearStorageRef(): void;
|
|
222
|
+
getStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
223
|
+
setStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
|
|
224
|
+
clearPhysicalBlockDevicesList(): void;
|
|
225
|
+
getPhysicalBlockDevicesList(): Array<CitrixPhysicalBlockDevice>;
|
|
226
|
+
setPhysicalBlockDevicesList(value: Array<CitrixPhysicalBlockDevice>): CitrixStorage;
|
|
227
|
+
addPhysicalBlockDevices(value?: CitrixPhysicalBlockDevice, index?: number): CitrixPhysicalBlockDevice;
|
|
228
|
+
clearVirtualDiskImagesList(): void;
|
|
229
|
+
getVirtualDiskImagesList(): Array<CitrixVirtualDiskImage>;
|
|
230
|
+
setVirtualDiskImagesList(value: Array<CitrixVirtualDiskImage>): CitrixStorage;
|
|
231
|
+
addVirtualDiskImages(value?: CitrixVirtualDiskImage, index?: number): CitrixVirtualDiskImage;
|
|
232
|
+
|
|
233
|
+
serializeBinary(): Uint8Array;
|
|
234
|
+
toObject(includeInstance?: boolean): CitrixStorage.AsObject;
|
|
235
|
+
static toObject(includeInstance: boolean, msg: CitrixStorage): CitrixStorage.AsObject;
|
|
236
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
237
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
238
|
+
static serializeBinaryToWriter(message: CitrixStorage, writer: jspb.BinaryWriter): void;
|
|
239
|
+
static deserializeBinary(bytes: Uint8Array): CitrixStorage;
|
|
240
|
+
static deserializeBinaryFromReader(message: CitrixStorage, reader: jspb.BinaryReader): CitrixStorage;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export namespace CitrixStorage {
|
|
244
|
+
export type AsObject = {
|
|
245
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
246
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
247
|
+
physicalSize: number,
|
|
248
|
+
physicalUtilization: number,
|
|
249
|
+
type?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
250
|
+
contentType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
251
|
+
clustered: boolean,
|
|
252
|
+
isToolsStorage: boolean,
|
|
253
|
+
localCache: boolean,
|
|
254
|
+
shared: boolean,
|
|
255
|
+
tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
256
|
+
virtualAllocation: number,
|
|
257
|
+
hostUuidsList: Array<string>,
|
|
258
|
+
storageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
259
|
+
physicalBlockDevicesList: Array<CitrixPhysicalBlockDevice.AsObject>,
|
|
260
|
+
virtualDiskImagesList: Array<CitrixVirtualDiskImage.AsObject>,
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export class CitrixPci extends jspb.Message {
|
|
265
|
+
|
|
266
|
+
hasClassName(): boolean;
|
|
267
|
+
clearClassName(): void;
|
|
268
|
+
getClassName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
269
|
+
setClassName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
|
|
270
|
+
|
|
271
|
+
hasDeviceName(): boolean;
|
|
272
|
+
clearDeviceName(): void;
|
|
273
|
+
getDeviceName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
274
|
+
setDeviceName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
|
|
275
|
+
|
|
276
|
+
hasSubsystemDeviceName(): boolean;
|
|
277
|
+
clearSubsystemDeviceName(): void;
|
|
278
|
+
getSubsystemDeviceName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
279
|
+
setSubsystemDeviceName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
|
|
280
|
+
|
|
281
|
+
hasSubsystemVendorName(): boolean;
|
|
282
|
+
clearSubsystemVendorName(): void;
|
|
283
|
+
getSubsystemVendorName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
284
|
+
setSubsystemVendorName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
|
|
285
|
+
|
|
286
|
+
hasVendorName(): boolean;
|
|
287
|
+
clearVendorName(): void;
|
|
288
|
+
getVendorName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
289
|
+
setVendorName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
|
|
290
|
+
|
|
291
|
+
serializeBinary(): Uint8Array;
|
|
292
|
+
toObject(includeInstance?: boolean): CitrixPci.AsObject;
|
|
293
|
+
static toObject(includeInstance: boolean, msg: CitrixPci): CitrixPci.AsObject;
|
|
294
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
295
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
296
|
+
static serializeBinaryToWriter(message: CitrixPci, writer: jspb.BinaryWriter): void;
|
|
297
|
+
static deserializeBinary(bytes: Uint8Array): CitrixPci;
|
|
298
|
+
static deserializeBinaryFromReader(message: CitrixPci, reader: jspb.BinaryReader): CitrixPci;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export namespace CitrixPci {
|
|
302
|
+
export type AsObject = {
|
|
303
|
+
className?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
304
|
+
deviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
305
|
+
subsystemDeviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
306
|
+
subsystemVendorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
307
|
+
vendorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export class CitrixGuestExtraInfo extends jspb.Message {
|
|
312
|
+
getInfoTypeId(): number;
|
|
313
|
+
setInfoTypeId(value: number): CitrixGuestExtraInfo;
|
|
314
|
+
|
|
315
|
+
hasKey(): boolean;
|
|
316
|
+
clearKey(): void;
|
|
317
|
+
getKey(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
318
|
+
setKey(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuestExtraInfo;
|
|
319
|
+
|
|
320
|
+
hasValue(): boolean;
|
|
321
|
+
clearValue(): void;
|
|
322
|
+
getValue(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
323
|
+
setValue(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuestExtraInfo;
|
|
324
|
+
|
|
325
|
+
serializeBinary(): Uint8Array;
|
|
326
|
+
toObject(includeInstance?: boolean): CitrixGuestExtraInfo.AsObject;
|
|
327
|
+
static toObject(includeInstance: boolean, msg: CitrixGuestExtraInfo): CitrixGuestExtraInfo.AsObject;
|
|
328
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
329
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
330
|
+
static serializeBinaryToWriter(message: CitrixGuestExtraInfo, writer: jspb.BinaryWriter): void;
|
|
331
|
+
static deserializeBinary(bytes: Uint8Array): CitrixGuestExtraInfo;
|
|
332
|
+
static deserializeBinaryFromReader(message: CitrixGuestExtraInfo, reader: jspb.BinaryReader): CitrixGuestExtraInfo;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export namespace CitrixGuestExtraInfo {
|
|
336
|
+
export type AsObject = {
|
|
337
|
+
infoTypeId: number,
|
|
338
|
+
key?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
339
|
+
value?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export class CitrixHostPatch extends jspb.Message {
|
|
344
|
+
|
|
345
|
+
hasName(): boolean;
|
|
346
|
+
clearName(): void;
|
|
347
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
348
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPatch;
|
|
349
|
+
|
|
350
|
+
hasDescription(): boolean;
|
|
351
|
+
clearDescription(): void;
|
|
352
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
353
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPatch;
|
|
354
|
+
getSize(): number;
|
|
355
|
+
setSize(value: number): CitrixHostPatch;
|
|
356
|
+
|
|
357
|
+
hasApplied(): boolean;
|
|
358
|
+
clearApplied(): void;
|
|
359
|
+
getApplied(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
360
|
+
setApplied(value?: google_protobuf_timestamp_pb.Timestamp): CitrixHostPatch;
|
|
361
|
+
|
|
362
|
+
hasVersion(): boolean;
|
|
363
|
+
clearVersion(): void;
|
|
364
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
365
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPatch;
|
|
366
|
+
|
|
367
|
+
serializeBinary(): Uint8Array;
|
|
368
|
+
toObject(includeInstance?: boolean): CitrixHostPatch.AsObject;
|
|
369
|
+
static toObject(includeInstance: boolean, msg: CitrixHostPatch): CitrixHostPatch.AsObject;
|
|
370
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
371
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
372
|
+
static serializeBinaryToWriter(message: CitrixHostPatch, writer: jspb.BinaryWriter): void;
|
|
373
|
+
static deserializeBinary(bytes: Uint8Array): CitrixHostPatch;
|
|
374
|
+
static deserializeBinaryFromReader(message: CitrixHostPatch, reader: jspb.BinaryReader): CitrixHostPatch;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
export namespace CitrixHostPatch {
|
|
378
|
+
export type AsObject = {
|
|
379
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
380
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
381
|
+
size: number,
|
|
382
|
+
applied?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
383
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export class CitrixHostPhysicalCpu extends jspb.Message {
|
|
388
|
+
getFamily(): number;
|
|
389
|
+
setFamily(value: number): CitrixHostPhysicalCpu;
|
|
390
|
+
|
|
391
|
+
hasFeatures(): boolean;
|
|
392
|
+
clearFeatures(): void;
|
|
393
|
+
getFeatures(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
394
|
+
setFeatures(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
|
|
395
|
+
|
|
396
|
+
hasFlags(): boolean;
|
|
397
|
+
clearFlags(): void;
|
|
398
|
+
getFlags(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
399
|
+
setFlags(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
|
|
400
|
+
getModel(): number;
|
|
401
|
+
setModel(value: number): CitrixHostPhysicalCpu;
|
|
402
|
+
|
|
403
|
+
hasModelName(): boolean;
|
|
404
|
+
clearModelName(): void;
|
|
405
|
+
getModelName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
406
|
+
setModelName(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
|
|
407
|
+
getNumberOfCpus(): number;
|
|
408
|
+
setNumberOfCpus(value: number): CitrixHostPhysicalCpu;
|
|
409
|
+
getSpeed(): number;
|
|
410
|
+
setSpeed(value: number): CitrixHostPhysicalCpu;
|
|
411
|
+
|
|
412
|
+
hasStepping(): boolean;
|
|
413
|
+
clearStepping(): void;
|
|
414
|
+
getStepping(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
415
|
+
setStepping(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
|
|
416
|
+
|
|
417
|
+
hasVendor(): boolean;
|
|
418
|
+
clearVendor(): void;
|
|
419
|
+
getVendor(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
420
|
+
setVendor(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
|
|
421
|
+
|
|
422
|
+
serializeBinary(): Uint8Array;
|
|
423
|
+
toObject(includeInstance?: boolean): CitrixHostPhysicalCpu.AsObject;
|
|
424
|
+
static toObject(includeInstance: boolean, msg: CitrixHostPhysicalCpu): CitrixHostPhysicalCpu.AsObject;
|
|
425
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
426
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
427
|
+
static serializeBinaryToWriter(message: CitrixHostPhysicalCpu, writer: jspb.BinaryWriter): void;
|
|
428
|
+
static deserializeBinary(bytes: Uint8Array): CitrixHostPhysicalCpu;
|
|
429
|
+
static deserializeBinaryFromReader(message: CitrixHostPhysicalCpu, reader: jspb.BinaryReader): CitrixHostPhysicalCpu;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export namespace CitrixHostPhysicalCpu {
|
|
433
|
+
export type AsObject = {
|
|
434
|
+
family: number,
|
|
435
|
+
features?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
436
|
+
flags?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
437
|
+
model: number,
|
|
438
|
+
modelName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
439
|
+
numberOfCpus: number,
|
|
440
|
+
speed: number,
|
|
441
|
+
stepping?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
442
|
+
vendor?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
export class CitrixHostCrashDump extends jspb.Message {
|
|
447
|
+
getSize(): number;
|
|
448
|
+
setSize(value: number): CitrixHostCrashDump;
|
|
449
|
+
|
|
450
|
+
hasTimestamp(): boolean;
|
|
451
|
+
clearTimestamp(): void;
|
|
452
|
+
getTimestamp(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
453
|
+
setTimestamp(value?: google_protobuf_timestamp_pb.Timestamp): CitrixHostCrashDump;
|
|
454
|
+
|
|
455
|
+
serializeBinary(): Uint8Array;
|
|
456
|
+
toObject(includeInstance?: boolean): CitrixHostCrashDump.AsObject;
|
|
457
|
+
static toObject(includeInstance: boolean, msg: CitrixHostCrashDump): CitrixHostCrashDump.AsObject;
|
|
458
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
459
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
460
|
+
static serializeBinaryToWriter(message: CitrixHostCrashDump, writer: jspb.BinaryWriter): void;
|
|
461
|
+
static deserializeBinary(bytes: Uint8Array): CitrixHostCrashDump;
|
|
462
|
+
static deserializeBinaryFromReader(message: CitrixHostCrashDump, reader: jspb.BinaryReader): CitrixHostCrashDump;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
export namespace CitrixHostCrashDump {
|
|
466
|
+
export type AsObject = {
|
|
467
|
+
size: number,
|
|
468
|
+
timestamp?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
export class CitrixHost extends jspb.Message {
|
|
473
|
+
|
|
474
|
+
hasHostname(): boolean;
|
|
475
|
+
clearHostname(): void;
|
|
476
|
+
getHostname(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
477
|
+
setHostname(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
478
|
+
|
|
479
|
+
hasName(): boolean;
|
|
480
|
+
clearName(): void;
|
|
481
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
482
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
483
|
+
|
|
484
|
+
hasDescription(): boolean;
|
|
485
|
+
clearDescription(): void;
|
|
486
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
487
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
488
|
+
getIsMaster(): boolean;
|
|
489
|
+
setIsMaster(value: boolean): CitrixHost;
|
|
490
|
+
|
|
491
|
+
hasAddress(): boolean;
|
|
492
|
+
clearAddress(): void;
|
|
493
|
+
getAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
494
|
+
setAddress(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
495
|
+
|
|
496
|
+
hasEdition(): boolean;
|
|
497
|
+
clearEdition(): void;
|
|
498
|
+
getEdition(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
499
|
+
setEdition(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
500
|
+
getEnabled(): boolean;
|
|
501
|
+
setEnabled(value: boolean): CitrixHost;
|
|
502
|
+
|
|
503
|
+
hasExternalAuthenticationServiceName(): boolean;
|
|
504
|
+
clearExternalAuthenticationServiceName(): void;
|
|
505
|
+
getExternalAuthenticationServiceName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
506
|
+
setExternalAuthenticationServiceName(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
507
|
+
|
|
508
|
+
hasExternalAuthenticationType(): boolean;
|
|
509
|
+
clearExternalAuthenticationType(): void;
|
|
510
|
+
getExternalAuthenticationType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
511
|
+
setExternalAuthenticationType(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
512
|
+
|
|
513
|
+
hasMemoryOverhead(): boolean;
|
|
514
|
+
clearMemoryOverhead(): void;
|
|
515
|
+
getMemoryOverhead(): google_protobuf_wrappers_pb.Int64Value | undefined;
|
|
516
|
+
setMemoryOverhead(value?: google_protobuf_wrappers_pb.Int64Value): CitrixHost;
|
|
517
|
+
|
|
518
|
+
hasPowerOnMode(): boolean;
|
|
519
|
+
clearPowerOnMode(): void;
|
|
520
|
+
getPowerOnMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
521
|
+
setPowerOnMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
522
|
+
|
|
523
|
+
hasSchedulerPolicy(): boolean;
|
|
524
|
+
clearSchedulerPolicy(): void;
|
|
525
|
+
getSchedulerPolicy(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
526
|
+
setSchedulerPolicy(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
527
|
+
|
|
528
|
+
hasTags(): boolean;
|
|
529
|
+
clearTags(): void;
|
|
530
|
+
getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
531
|
+
setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
532
|
+
|
|
533
|
+
hasDisplay(): boolean;
|
|
534
|
+
clearDisplay(): void;
|
|
535
|
+
getDisplay(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
536
|
+
setDisplay(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
537
|
+
|
|
538
|
+
hasLastUpdated(): boolean;
|
|
539
|
+
clearLastUpdated(): void;
|
|
540
|
+
getLastUpdated(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
541
|
+
setLastUpdated(value?: google_protobuf_timestamp_pb.Timestamp): CitrixHost;
|
|
542
|
+
|
|
543
|
+
hasLive(): boolean;
|
|
544
|
+
clearLive(): void;
|
|
545
|
+
getLive(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
546
|
+
setLive(value?: google_protobuf_wrappers_pb.BoolValue): CitrixHost;
|
|
547
|
+
|
|
548
|
+
hasMemoryFree(): boolean;
|
|
549
|
+
clearMemoryFree(): void;
|
|
550
|
+
getMemoryFree(): google_protobuf_wrappers_pb.Int64Value | undefined;
|
|
551
|
+
setMemoryFree(value?: google_protobuf_wrappers_pb.Int64Value): CitrixHost;
|
|
552
|
+
|
|
553
|
+
hasMemoryTotal(): boolean;
|
|
554
|
+
clearMemoryTotal(): void;
|
|
555
|
+
getMemoryTotal(): google_protobuf_wrappers_pb.Int64Value | undefined;
|
|
556
|
+
setMemoryTotal(value?: google_protobuf_wrappers_pb.Int64Value): CitrixHost;
|
|
557
|
+
|
|
558
|
+
hasHostUuid(): boolean;
|
|
559
|
+
clearHostUuid(): void;
|
|
560
|
+
getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
561
|
+
setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
562
|
+
|
|
563
|
+
hasCrashDumpStorageRef(): boolean;
|
|
564
|
+
clearCrashDumpStorageRef(): void;
|
|
565
|
+
getCrashDumpStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
566
|
+
setCrashDumpStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
567
|
+
|
|
568
|
+
hasLocalCacheStorageRef(): boolean;
|
|
569
|
+
clearLocalCacheStorageRef(): void;
|
|
570
|
+
getLocalCacheStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
571
|
+
setLocalCacheStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
572
|
+
|
|
573
|
+
hasSuspendImageStorageRef(): boolean;
|
|
574
|
+
clearSuspendImageStorageRef(): void;
|
|
575
|
+
getSuspendImageStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
576
|
+
setSuspendImageStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
|
|
577
|
+
clearStoragesList(): void;
|
|
578
|
+
getStoragesList(): Array<CitrixStorage>;
|
|
579
|
+
setStoragesList(value: Array<CitrixStorage>): CitrixHost;
|
|
580
|
+
addStorages(value?: CitrixStorage, index?: number): CitrixStorage;
|
|
581
|
+
clearPhysicalInterfacesList(): void;
|
|
582
|
+
getPhysicalInterfacesList(): Array<CitrixPhysicalInterface>;
|
|
583
|
+
setPhysicalInterfacesList(value: Array<CitrixPhysicalInterface>): CitrixHost;
|
|
584
|
+
addPhysicalInterfaces(value?: CitrixPhysicalInterface, index?: number): CitrixPhysicalInterface;
|
|
585
|
+
clearGuestsList(): void;
|
|
586
|
+
getGuestsList(): Array<CitrixGuest>;
|
|
587
|
+
setGuestsList(value: Array<CitrixGuest>): CitrixHost;
|
|
588
|
+
addGuests(value?: CitrixGuest, index?: number): CitrixGuest;
|
|
589
|
+
clearPcisList(): void;
|
|
590
|
+
getPcisList(): Array<CitrixPci>;
|
|
591
|
+
setPcisList(value: Array<CitrixPci>): CitrixHost;
|
|
592
|
+
addPcis(value?: CitrixPci, index?: number): CitrixPci;
|
|
593
|
+
clearExtraInfosList(): void;
|
|
594
|
+
getExtraInfosList(): Array<CitrixHostExtraInfo>;
|
|
595
|
+
setExtraInfosList(value: Array<CitrixHostExtraInfo>): CitrixHost;
|
|
596
|
+
addExtraInfos(value?: CitrixHostExtraInfo, index?: number): CitrixHostExtraInfo;
|
|
597
|
+
clearPatchesList(): void;
|
|
598
|
+
getPatchesList(): Array<CitrixHostPatch>;
|
|
599
|
+
setPatchesList(value: Array<CitrixHostPatch>): CitrixHost;
|
|
600
|
+
addPatches(value?: CitrixHostPatch, index?: number): CitrixHostPatch;
|
|
601
|
+
clearPhysicalCpusList(): void;
|
|
602
|
+
getPhysicalCpusList(): Array<CitrixHostPhysicalCpu>;
|
|
603
|
+
setPhysicalCpusList(value: Array<CitrixHostPhysicalCpu>): CitrixHost;
|
|
604
|
+
addPhysicalCpus(value?: CitrixHostPhysicalCpu, index?: number): CitrixHostPhysicalCpu;
|
|
605
|
+
clearCrashDumpsList(): void;
|
|
606
|
+
getCrashDumpsList(): Array<CitrixHostCrashDump>;
|
|
607
|
+
setCrashDumpsList(value: Array<CitrixHostCrashDump>): CitrixHost;
|
|
608
|
+
addCrashDumps(value?: CitrixHostCrashDump, index?: number): CitrixHostCrashDump;
|
|
609
|
+
|
|
610
|
+
serializeBinary(): Uint8Array;
|
|
611
|
+
toObject(includeInstance?: boolean): CitrixHost.AsObject;
|
|
612
|
+
static toObject(includeInstance: boolean, msg: CitrixHost): CitrixHost.AsObject;
|
|
613
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
614
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
615
|
+
static serializeBinaryToWriter(message: CitrixHost, writer: jspb.BinaryWriter): void;
|
|
616
|
+
static deserializeBinary(bytes: Uint8Array): CitrixHost;
|
|
617
|
+
static deserializeBinaryFromReader(message: CitrixHost, reader: jspb.BinaryReader): CitrixHost;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
export namespace CitrixHost {
|
|
621
|
+
export type AsObject = {
|
|
622
|
+
hostname?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
623
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
624
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
625
|
+
isMaster: boolean,
|
|
626
|
+
address?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
627
|
+
edition?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
628
|
+
enabled: boolean,
|
|
629
|
+
externalAuthenticationServiceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
630
|
+
externalAuthenticationType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
631
|
+
memoryOverhead?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
632
|
+
powerOnMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
633
|
+
schedulerPolicy?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
634
|
+
tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
635
|
+
display?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
636
|
+
lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
637
|
+
live?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
638
|
+
memoryFree?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
639
|
+
memoryTotal?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
640
|
+
hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
641
|
+
crashDumpStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
642
|
+
localCacheStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
643
|
+
suspendImageStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
644
|
+
storagesList: Array<CitrixStorage.AsObject>,
|
|
645
|
+
physicalInterfacesList: Array<CitrixPhysicalInterface.AsObject>,
|
|
646
|
+
guestsList: Array<CitrixGuest.AsObject>,
|
|
647
|
+
pcisList: Array<CitrixPci.AsObject>,
|
|
648
|
+
extraInfosList: Array<CitrixHostExtraInfo.AsObject>,
|
|
649
|
+
patchesList: Array<CitrixHostPatch.AsObject>,
|
|
650
|
+
physicalCpusList: Array<CitrixHostPhysicalCpu.AsObject>,
|
|
651
|
+
crashDumpsList: Array<CitrixHostCrashDump.AsObject>,
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
export class CitrixNetwork extends jspb.Message {
|
|
656
|
+
|
|
657
|
+
hasName(): boolean;
|
|
658
|
+
clearName(): void;
|
|
659
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
660
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixNetwork;
|
|
661
|
+
|
|
662
|
+
hasDescription(): boolean;
|
|
663
|
+
clearDescription(): void;
|
|
664
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
665
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixNetwork;
|
|
666
|
+
|
|
667
|
+
hasBridge(): boolean;
|
|
668
|
+
clearBridge(): void;
|
|
669
|
+
getBridge(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
670
|
+
setBridge(value?: google_protobuf_wrappers_pb.StringValue): CitrixNetwork;
|
|
671
|
+
getMtu(): number;
|
|
672
|
+
setMtu(value: number): CitrixNetwork;
|
|
673
|
+
|
|
674
|
+
hasTags(): boolean;
|
|
675
|
+
clearTags(): void;
|
|
676
|
+
getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
677
|
+
setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixNetwork;
|
|
678
|
+
clearPhysicalInterfacesList(): void;
|
|
679
|
+
getPhysicalInterfacesList(): Array<CitrixPhysicalInterface>;
|
|
680
|
+
setPhysicalInterfacesList(value: Array<CitrixPhysicalInterface>): CitrixNetwork;
|
|
681
|
+
addPhysicalInterfaces(value?: CitrixPhysicalInterface, index?: number): CitrixPhysicalInterface;
|
|
682
|
+
clearVirtualInterfacesList(): void;
|
|
683
|
+
getVirtualInterfacesList(): Array<CitrixVirtualInterface>;
|
|
684
|
+
setVirtualInterfacesList(value: Array<CitrixVirtualInterface>): CitrixNetwork;
|
|
685
|
+
addVirtualInterfaces(value?: CitrixVirtualInterface, index?: number): CitrixVirtualInterface;
|
|
686
|
+
|
|
687
|
+
serializeBinary(): Uint8Array;
|
|
688
|
+
toObject(includeInstance?: boolean): CitrixNetwork.AsObject;
|
|
689
|
+
static toObject(includeInstance: boolean, msg: CitrixNetwork): CitrixNetwork.AsObject;
|
|
690
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
691
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
692
|
+
static serializeBinaryToWriter(message: CitrixNetwork, writer: jspb.BinaryWriter): void;
|
|
693
|
+
static deserializeBinary(bytes: Uint8Array): CitrixNetwork;
|
|
694
|
+
static deserializeBinaryFromReader(message: CitrixNetwork, reader: jspb.BinaryReader): CitrixNetwork;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
export namespace CitrixNetwork {
|
|
698
|
+
export type AsObject = {
|
|
699
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
700
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
701
|
+
bridge?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
702
|
+
mtu: number,
|
|
703
|
+
tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
704
|
+
physicalInterfacesList: Array<CitrixPhysicalInterface.AsObject>,
|
|
705
|
+
virtualInterfacesList: Array<CitrixVirtualInterface.AsObject>,
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
export class CitrixPhysicalInterface extends jspb.Message {
|
|
710
|
+
|
|
711
|
+
hasDeviceName(): boolean;
|
|
712
|
+
clearDeviceName(): void;
|
|
713
|
+
getDeviceName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
714
|
+
setDeviceName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
715
|
+
|
|
716
|
+
hasMac(): boolean;
|
|
717
|
+
clearMac(): void;
|
|
718
|
+
getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
719
|
+
setMac(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
720
|
+
getMtu(): number;
|
|
721
|
+
setMtu(value: number): CitrixPhysicalInterface;
|
|
722
|
+
|
|
723
|
+
hasDns(): boolean;
|
|
724
|
+
clearDns(): void;
|
|
725
|
+
getDns(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
726
|
+
setDns(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
727
|
+
|
|
728
|
+
hasIp(): boolean;
|
|
729
|
+
clearIp(): void;
|
|
730
|
+
getIp(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
731
|
+
setIp(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
732
|
+
|
|
733
|
+
hasNetmask(): boolean;
|
|
734
|
+
clearNetmask(): void;
|
|
735
|
+
getNetmask(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
736
|
+
setNetmask(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
737
|
+
|
|
738
|
+
hasGateway(): boolean;
|
|
739
|
+
clearGateway(): void;
|
|
740
|
+
getGateway(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
741
|
+
setGateway(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
742
|
+
|
|
743
|
+
hasVendor(): boolean;
|
|
744
|
+
clearVendor(): void;
|
|
745
|
+
getVendor(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
746
|
+
setVendor(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
747
|
+
getSpeed(): number;
|
|
748
|
+
setSpeed(value: number): CitrixPhysicalInterface;
|
|
749
|
+
|
|
750
|
+
hasLastUpdated(): boolean;
|
|
751
|
+
clearLastUpdated(): void;
|
|
752
|
+
getLastUpdated(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
753
|
+
setLastUpdated(value?: google_protobuf_timestamp_pb.Timestamp): CitrixPhysicalInterface;
|
|
754
|
+
getCurrentlyAttached(): boolean;
|
|
755
|
+
setCurrentlyAttached(value: boolean): CitrixPhysicalInterface;
|
|
756
|
+
getDisallowUnplug(): boolean;
|
|
757
|
+
setDisallowUnplug(value: boolean): CitrixPhysicalInterface;
|
|
758
|
+
|
|
759
|
+
hasIpV6(): boolean;
|
|
760
|
+
clearIpV6(): void;
|
|
761
|
+
getIpV6(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
762
|
+
setIpV6(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
763
|
+
|
|
764
|
+
hasDevice(): boolean;
|
|
765
|
+
clearDevice(): void;
|
|
766
|
+
getDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
767
|
+
setDevice(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
768
|
+
|
|
769
|
+
hasIpConfigurationMode(): boolean;
|
|
770
|
+
clearIpConfigurationMode(): void;
|
|
771
|
+
getIpConfigurationMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
772
|
+
setIpConfigurationMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
773
|
+
|
|
774
|
+
hasIpV6ConfigurationMode(): boolean;
|
|
775
|
+
clearIpV6ConfigurationMode(): void;
|
|
776
|
+
getIpV6ConfigurationMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
777
|
+
setIpV6ConfigurationMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
778
|
+
|
|
779
|
+
hasIpV6Gateway(): boolean;
|
|
780
|
+
clearIpV6Gateway(): void;
|
|
781
|
+
getIpV6Gateway(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
782
|
+
setIpV6Gateway(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
783
|
+
getManaged(): boolean;
|
|
784
|
+
setManaged(value: boolean): CitrixPhysicalInterface;
|
|
785
|
+
getManagement(): boolean;
|
|
786
|
+
setManagement(value: boolean): CitrixPhysicalInterface;
|
|
787
|
+
getPhysical(): boolean;
|
|
788
|
+
setPhysical(value: boolean): CitrixPhysicalInterface;
|
|
789
|
+
|
|
790
|
+
hasPrimaryAddressType(): boolean;
|
|
791
|
+
clearPrimaryAddressType(): void;
|
|
792
|
+
getPrimaryAddressType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
793
|
+
setPrimaryAddressType(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
794
|
+
getCarier(): boolean;
|
|
795
|
+
setCarier(value: boolean): CitrixPhysicalInterface;
|
|
796
|
+
getDuplex(): boolean;
|
|
797
|
+
setDuplex(value: boolean): CitrixPhysicalInterface;
|
|
798
|
+
|
|
799
|
+
hasDeviceId(): boolean;
|
|
800
|
+
clearDeviceId(): void;
|
|
801
|
+
getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
802
|
+
setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
803
|
+
|
|
804
|
+
hasPciBusPath(): boolean;
|
|
805
|
+
clearPciBusPath(): void;
|
|
806
|
+
getPciBusPath(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
807
|
+
setPciBusPath(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
808
|
+
|
|
809
|
+
hasVendorId(): boolean;
|
|
810
|
+
clearVendorId(): void;
|
|
811
|
+
getVendorId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
812
|
+
setVendorId(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
813
|
+
|
|
814
|
+
hasVendorName(): boolean;
|
|
815
|
+
clearVendorName(): void;
|
|
816
|
+
getVendorName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
817
|
+
setVendorName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
818
|
+
|
|
819
|
+
hasHostUuid(): boolean;
|
|
820
|
+
clearHostUuid(): void;
|
|
821
|
+
getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
822
|
+
setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
823
|
+
|
|
824
|
+
hasInterfaceUuid(): boolean;
|
|
825
|
+
clearInterfaceUuid(): void;
|
|
826
|
+
getInterfaceUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
827
|
+
setInterfaceUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
|
|
828
|
+
|
|
829
|
+
serializeBinary(): Uint8Array;
|
|
830
|
+
toObject(includeInstance?: boolean): CitrixPhysicalInterface.AsObject;
|
|
831
|
+
static toObject(includeInstance: boolean, msg: CitrixPhysicalInterface): CitrixPhysicalInterface.AsObject;
|
|
832
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
833
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
834
|
+
static serializeBinaryToWriter(message: CitrixPhysicalInterface, writer: jspb.BinaryWriter): void;
|
|
835
|
+
static deserializeBinary(bytes: Uint8Array): CitrixPhysicalInterface;
|
|
836
|
+
static deserializeBinaryFromReader(message: CitrixPhysicalInterface, reader: jspb.BinaryReader): CitrixPhysicalInterface;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
export namespace CitrixPhysicalInterface {
|
|
840
|
+
export type AsObject = {
|
|
841
|
+
deviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
842
|
+
mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
843
|
+
mtu: number,
|
|
844
|
+
dns?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
845
|
+
ip?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
846
|
+
netmask?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
847
|
+
gateway?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
848
|
+
vendor?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
849
|
+
speed: number,
|
|
850
|
+
lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
851
|
+
currentlyAttached: boolean,
|
|
852
|
+
disallowUnplug: boolean,
|
|
853
|
+
ipV6?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
854
|
+
device?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
855
|
+
ipConfigurationMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
856
|
+
ipV6ConfigurationMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
857
|
+
ipV6Gateway?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
858
|
+
managed: boolean,
|
|
859
|
+
management: boolean,
|
|
860
|
+
physical: boolean,
|
|
861
|
+
primaryAddressType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
862
|
+
carier: boolean,
|
|
863
|
+
duplex: boolean,
|
|
864
|
+
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
865
|
+
pciBusPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
866
|
+
vendorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
867
|
+
vendorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
868
|
+
hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
869
|
+
interfaceUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
export class CitrixPoolOtherConfiguration extends jspb.Message {
|
|
874
|
+
|
|
875
|
+
hasKey(): boolean;
|
|
876
|
+
clearKey(): void;
|
|
877
|
+
getKey(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
878
|
+
setKey(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolOtherConfiguration;
|
|
879
|
+
|
|
880
|
+
hasValue(): boolean;
|
|
881
|
+
clearValue(): void;
|
|
882
|
+
getValue(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
883
|
+
setValue(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolOtherConfiguration;
|
|
884
|
+
getIsCustomField(): boolean;
|
|
885
|
+
setIsCustomField(value: boolean): CitrixPoolOtherConfiguration;
|
|
886
|
+
|
|
887
|
+
serializeBinary(): Uint8Array;
|
|
888
|
+
toObject(includeInstance?: boolean): CitrixPoolOtherConfiguration.AsObject;
|
|
889
|
+
static toObject(includeInstance: boolean, msg: CitrixPoolOtherConfiguration): CitrixPoolOtherConfiguration.AsObject;
|
|
890
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
891
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
892
|
+
static serializeBinaryToWriter(message: CitrixPoolOtherConfiguration, writer: jspb.BinaryWriter): void;
|
|
893
|
+
static deserializeBinary(bytes: Uint8Array): CitrixPoolOtherConfiguration;
|
|
894
|
+
static deserializeBinaryFromReader(message: CitrixPoolOtherConfiguration, reader: jspb.BinaryReader): CitrixPoolOtherConfiguration;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
export namespace CitrixPoolOtherConfiguration {
|
|
898
|
+
export type AsObject = {
|
|
899
|
+
key?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
900
|
+
value?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
901
|
+
isCustomField: boolean,
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
export class CitrixPoolRestriction extends jspb.Message {
|
|
906
|
+
|
|
907
|
+
hasKey(): boolean;
|
|
908
|
+
clearKey(): void;
|
|
909
|
+
getKey(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
910
|
+
setKey(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolRestriction;
|
|
911
|
+
|
|
912
|
+
hasValue(): boolean;
|
|
913
|
+
clearValue(): void;
|
|
914
|
+
getValue(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
915
|
+
setValue(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolRestriction;
|
|
916
|
+
|
|
917
|
+
serializeBinary(): Uint8Array;
|
|
918
|
+
toObject(includeInstance?: boolean): CitrixPoolRestriction.AsObject;
|
|
919
|
+
static toObject(includeInstance: boolean, msg: CitrixPoolRestriction): CitrixPoolRestriction.AsObject;
|
|
920
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
921
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
922
|
+
static serializeBinaryToWriter(message: CitrixPoolRestriction, writer: jspb.BinaryWriter): void;
|
|
923
|
+
static deserializeBinary(bytes: Uint8Array): CitrixPoolRestriction;
|
|
924
|
+
static deserializeBinaryFromReader(message: CitrixPoolRestriction, reader: jspb.BinaryReader): CitrixPoolRestriction;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
export namespace CitrixPoolRestriction {
|
|
928
|
+
export type AsObject = {
|
|
929
|
+
key?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
930
|
+
value?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
export class CitrixPoolPatch extends jspb.Message {
|
|
935
|
+
|
|
936
|
+
hasName(): boolean;
|
|
937
|
+
clearName(): void;
|
|
938
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
939
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolPatch;
|
|
940
|
+
|
|
941
|
+
hasDescription(): boolean;
|
|
942
|
+
clearDescription(): void;
|
|
943
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
944
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolPatch;
|
|
945
|
+
getSize(): number;
|
|
946
|
+
setSize(value: number): CitrixPoolPatch;
|
|
947
|
+
|
|
948
|
+
hasVersion(): boolean;
|
|
949
|
+
clearVersion(): void;
|
|
950
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
951
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolPatch;
|
|
952
|
+
|
|
953
|
+
hasAfterApplyGuidance(): boolean;
|
|
954
|
+
clearAfterApplyGuidance(): void;
|
|
955
|
+
getAfterApplyGuidance(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
956
|
+
setAfterApplyGuidance(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolPatch;
|
|
957
|
+
|
|
958
|
+
hasApplied(): boolean;
|
|
959
|
+
clearApplied(): void;
|
|
960
|
+
getApplied(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
961
|
+
setApplied(value?: google_protobuf_wrappers_pb.BoolValue): CitrixPoolPatch;
|
|
962
|
+
|
|
963
|
+
serializeBinary(): Uint8Array;
|
|
964
|
+
toObject(includeInstance?: boolean): CitrixPoolPatch.AsObject;
|
|
965
|
+
static toObject(includeInstance: boolean, msg: CitrixPoolPatch): CitrixPoolPatch.AsObject;
|
|
966
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
967
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
968
|
+
static serializeBinaryToWriter(message: CitrixPoolPatch, writer: jspb.BinaryWriter): void;
|
|
969
|
+
static deserializeBinary(bytes: Uint8Array): CitrixPoolPatch;
|
|
970
|
+
static deserializeBinaryFromReader(message: CitrixPoolPatch, reader: jspb.BinaryReader): CitrixPoolPatch;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
export namespace CitrixPoolPatch {
|
|
974
|
+
export type AsObject = {
|
|
975
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
976
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
977
|
+
size: number,
|
|
978
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
979
|
+
afterApplyGuidance?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
980
|
+
applied?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
export class CitrixVirtualInterfaceAddress extends jspb.Message {
|
|
985
|
+
getIpVersion(): number;
|
|
986
|
+
setIpVersion(value: number): CitrixVirtualInterfaceAddress;
|
|
987
|
+
|
|
988
|
+
hasIp(): boolean;
|
|
989
|
+
clearIp(): void;
|
|
990
|
+
getIp(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
991
|
+
setIp(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterfaceAddress;
|
|
992
|
+
|
|
993
|
+
serializeBinary(): Uint8Array;
|
|
994
|
+
toObject(includeInstance?: boolean): CitrixVirtualInterfaceAddress.AsObject;
|
|
995
|
+
static toObject(includeInstance: boolean, msg: CitrixVirtualInterfaceAddress): CitrixVirtualInterfaceAddress.AsObject;
|
|
996
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
997
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
998
|
+
static serializeBinaryToWriter(message: CitrixVirtualInterfaceAddress, writer: jspb.BinaryWriter): void;
|
|
999
|
+
static deserializeBinary(bytes: Uint8Array): CitrixVirtualInterfaceAddress;
|
|
1000
|
+
static deserializeBinaryFromReader(message: CitrixVirtualInterfaceAddress, reader: jspb.BinaryReader): CitrixVirtualInterfaceAddress;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
export namespace CitrixVirtualInterfaceAddress {
|
|
1004
|
+
export type AsObject = {
|
|
1005
|
+
ipVersion: number,
|
|
1006
|
+
ip?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
export class CitrixVirtualInterface extends jspb.Message {
|
|
1011
|
+
|
|
1012
|
+
hasDevice(): boolean;
|
|
1013
|
+
clearDevice(): void;
|
|
1014
|
+
getDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1015
|
+
setDevice(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
|
|
1016
|
+
|
|
1017
|
+
hasMac(): boolean;
|
|
1018
|
+
clearMac(): void;
|
|
1019
|
+
getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1020
|
+
setMac(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
|
|
1021
|
+
getMacAutoGenerated(): boolean;
|
|
1022
|
+
setMacAutoGenerated(value: boolean): CitrixVirtualInterface;
|
|
1023
|
+
getMtu(): number;
|
|
1024
|
+
setMtu(value: number): CitrixVirtualInterface;
|
|
1025
|
+
getStatusCode(): number;
|
|
1026
|
+
setStatusCode(value: number): CitrixVirtualInterface;
|
|
1027
|
+
|
|
1028
|
+
hasStatusDetails(): boolean;
|
|
1029
|
+
clearStatusDetails(): void;
|
|
1030
|
+
getStatusDetails(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1031
|
+
setStatusDetails(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
|
|
1032
|
+
getCurrentlyAttached(): boolean;
|
|
1033
|
+
setCurrentlyAttached(value: boolean): CitrixVirtualInterface;
|
|
1034
|
+
|
|
1035
|
+
hasQosAlgorithmType(): boolean;
|
|
1036
|
+
clearQosAlgorithmType(): void;
|
|
1037
|
+
getQosAlgorithmType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1038
|
+
setQosAlgorithmType(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
|
|
1039
|
+
|
|
1040
|
+
hasQosAlgorithms(): boolean;
|
|
1041
|
+
clearQosAlgorithms(): void;
|
|
1042
|
+
getQosAlgorithms(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1043
|
+
setQosAlgorithms(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
|
|
1044
|
+
|
|
1045
|
+
hasLockingMode(): boolean;
|
|
1046
|
+
clearLockingMode(): void;
|
|
1047
|
+
getLockingMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1048
|
+
setLockingMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
|
|
1049
|
+
|
|
1050
|
+
hasHostUuid(): boolean;
|
|
1051
|
+
clearHostUuid(): void;
|
|
1052
|
+
getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1053
|
+
setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
|
|
1054
|
+
|
|
1055
|
+
hasVmRef(): boolean;
|
|
1056
|
+
clearVmRef(): void;
|
|
1057
|
+
getVmRef(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1058
|
+
setVmRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
|
|
1059
|
+
|
|
1060
|
+
hasInterfaceUuid(): boolean;
|
|
1061
|
+
clearInterfaceUuid(): void;
|
|
1062
|
+
getInterfaceUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1063
|
+
setInterfaceUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
|
|
1064
|
+
clearAddressesList(): void;
|
|
1065
|
+
getAddressesList(): Array<CitrixVirtualInterfaceAddress>;
|
|
1066
|
+
setAddressesList(value: Array<CitrixVirtualInterfaceAddress>): CitrixVirtualInterface;
|
|
1067
|
+
addAddresses(value?: CitrixVirtualInterfaceAddress, index?: number): CitrixVirtualInterfaceAddress;
|
|
1068
|
+
|
|
1069
|
+
serializeBinary(): Uint8Array;
|
|
1070
|
+
toObject(includeInstance?: boolean): CitrixVirtualInterface.AsObject;
|
|
1071
|
+
static toObject(includeInstance: boolean, msg: CitrixVirtualInterface): CitrixVirtualInterface.AsObject;
|
|
1072
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1073
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1074
|
+
static serializeBinaryToWriter(message: CitrixVirtualInterface, writer: jspb.BinaryWriter): void;
|
|
1075
|
+
static deserializeBinary(bytes: Uint8Array): CitrixVirtualInterface;
|
|
1076
|
+
static deserializeBinaryFromReader(message: CitrixVirtualInterface, reader: jspb.BinaryReader): CitrixVirtualInterface;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
export namespace CitrixVirtualInterface {
|
|
1080
|
+
export type AsObject = {
|
|
1081
|
+
device?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1082
|
+
mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1083
|
+
macAutoGenerated: boolean,
|
|
1084
|
+
mtu: number,
|
|
1085
|
+
statusCode: number,
|
|
1086
|
+
statusDetails?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1087
|
+
currentlyAttached: boolean,
|
|
1088
|
+
qosAlgorithmType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1089
|
+
qosAlgorithms?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1090
|
+
lockingMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1091
|
+
hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1092
|
+
vmRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1093
|
+
interfaceUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1094
|
+
addressesList: Array<CitrixVirtualInterfaceAddress.AsObject>,
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export class CitrixHostExtraInfo extends jspb.Message {
|
|
1099
|
+
getInfoTypeId(): number;
|
|
1100
|
+
setInfoTypeId(value: number): CitrixHostExtraInfo;
|
|
1101
|
+
|
|
1102
|
+
hasKey(): boolean;
|
|
1103
|
+
clearKey(): void;
|
|
1104
|
+
getKey(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1105
|
+
setKey(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostExtraInfo;
|
|
1106
|
+
|
|
1107
|
+
hasValue(): boolean;
|
|
1108
|
+
clearValue(): void;
|
|
1109
|
+
getValue(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1110
|
+
setValue(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostExtraInfo;
|
|
1111
|
+
|
|
1112
|
+
serializeBinary(): Uint8Array;
|
|
1113
|
+
toObject(includeInstance?: boolean): CitrixHostExtraInfo.AsObject;
|
|
1114
|
+
static toObject(includeInstance: boolean, msg: CitrixHostExtraInfo): CitrixHostExtraInfo.AsObject;
|
|
1115
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1116
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1117
|
+
static serializeBinaryToWriter(message: CitrixHostExtraInfo, writer: jspb.BinaryWriter): void;
|
|
1118
|
+
static deserializeBinary(bytes: Uint8Array): CitrixHostExtraInfo;
|
|
1119
|
+
static deserializeBinaryFromReader(message: CitrixHostExtraInfo, reader: jspb.BinaryReader): CitrixHostExtraInfo;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
export namespace CitrixHostExtraInfo {
|
|
1123
|
+
export type AsObject = {
|
|
1124
|
+
infoTypeId: number,
|
|
1125
|
+
key?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1126
|
+
value?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
export class CitrixVirtualBlockDevice extends jspb.Message {
|
|
1131
|
+
getBootable(): boolean;
|
|
1132
|
+
setBootable(value: boolean): CitrixVirtualBlockDevice;
|
|
1133
|
+
getCurrentlyAttached(): boolean;
|
|
1134
|
+
setCurrentlyAttached(value: boolean): CitrixVirtualBlockDevice;
|
|
1135
|
+
|
|
1136
|
+
hasDevice(): boolean;
|
|
1137
|
+
clearDevice(): void;
|
|
1138
|
+
getDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1139
|
+
setDevice(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1140
|
+
getEmpty(): boolean;
|
|
1141
|
+
setEmpty(value: boolean): CitrixVirtualBlockDevice;
|
|
1142
|
+
|
|
1143
|
+
hasMode(): boolean;
|
|
1144
|
+
clearMode(): void;
|
|
1145
|
+
getMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1146
|
+
setMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1147
|
+
|
|
1148
|
+
hasQosAlgorithmParameters(): boolean;
|
|
1149
|
+
clearQosAlgorithmParameters(): void;
|
|
1150
|
+
getQosAlgorithmParameters(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1151
|
+
setQosAlgorithmParameters(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1152
|
+
|
|
1153
|
+
hasQosAlgorithmType(): boolean;
|
|
1154
|
+
clearQosAlgorithmType(): void;
|
|
1155
|
+
getQosAlgorithmType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1156
|
+
setQosAlgorithmType(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1157
|
+
|
|
1158
|
+
hasQosSupportedAlgorithms(): boolean;
|
|
1159
|
+
clearQosSupportedAlgorithms(): void;
|
|
1160
|
+
getQosSupportedAlgorithms(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1161
|
+
setQosSupportedAlgorithms(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1162
|
+
|
|
1163
|
+
hasRuntimeProperties(): boolean;
|
|
1164
|
+
clearRuntimeProperties(): void;
|
|
1165
|
+
getRuntimeProperties(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1166
|
+
setRuntimeProperties(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1167
|
+
getStatusCode(): number;
|
|
1168
|
+
setStatusCode(value: number): CitrixVirtualBlockDevice;
|
|
1169
|
+
|
|
1170
|
+
hasStatusDetails(): boolean;
|
|
1171
|
+
clearStatusDetails(): void;
|
|
1172
|
+
getStatusDetails(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1173
|
+
setStatusDetails(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1174
|
+
getStorageLock(): boolean;
|
|
1175
|
+
setStorageLock(value: boolean): CitrixVirtualBlockDevice;
|
|
1176
|
+
|
|
1177
|
+
hasType(): boolean;
|
|
1178
|
+
clearType(): void;
|
|
1179
|
+
getType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1180
|
+
setType(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1181
|
+
getUnpluggable(): boolean;
|
|
1182
|
+
setUnpluggable(value: boolean): CitrixVirtualBlockDevice;
|
|
1183
|
+
|
|
1184
|
+
hasUserDevice(): boolean;
|
|
1185
|
+
clearUserDevice(): void;
|
|
1186
|
+
getUserDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1187
|
+
setUserDevice(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1188
|
+
|
|
1189
|
+
hasVirtualBlockDeviceUuid(): boolean;
|
|
1190
|
+
clearVirtualBlockDeviceUuid(): void;
|
|
1191
|
+
getVirtualBlockDeviceUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1192
|
+
setVirtualBlockDeviceUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
|
|
1193
|
+
|
|
1194
|
+
serializeBinary(): Uint8Array;
|
|
1195
|
+
toObject(includeInstance?: boolean): CitrixVirtualBlockDevice.AsObject;
|
|
1196
|
+
static toObject(includeInstance: boolean, msg: CitrixVirtualBlockDevice): CitrixVirtualBlockDevice.AsObject;
|
|
1197
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1198
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1199
|
+
static serializeBinaryToWriter(message: CitrixVirtualBlockDevice, writer: jspb.BinaryWriter): void;
|
|
1200
|
+
static deserializeBinary(bytes: Uint8Array): CitrixVirtualBlockDevice;
|
|
1201
|
+
static deserializeBinaryFromReader(message: CitrixVirtualBlockDevice, reader: jspb.BinaryReader): CitrixVirtualBlockDevice;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
export namespace CitrixVirtualBlockDevice {
|
|
1205
|
+
export type AsObject = {
|
|
1206
|
+
bootable: boolean,
|
|
1207
|
+
currentlyAttached: boolean,
|
|
1208
|
+
device?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1209
|
+
empty: boolean,
|
|
1210
|
+
mode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1211
|
+
qosAlgorithmParameters?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1212
|
+
qosAlgorithmType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1213
|
+
qosSupportedAlgorithms?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1214
|
+
runtimeProperties?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1215
|
+
statusCode: number,
|
|
1216
|
+
statusDetails?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1217
|
+
storageLock: boolean,
|
|
1218
|
+
type?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1219
|
+
unpluggable: boolean,
|
|
1220
|
+
userDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1221
|
+
virtualBlockDeviceUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
export class CitrixGuest extends jspb.Message {
|
|
1226
|
+
|
|
1227
|
+
hasName(): boolean;
|
|
1228
|
+
clearName(): void;
|
|
1229
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1230
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1231
|
+
|
|
1232
|
+
hasDescription(): boolean;
|
|
1233
|
+
clearDescription(): void;
|
|
1234
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1235
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1236
|
+
getMemory(): number;
|
|
1237
|
+
setMemory(value: number): CitrixGuest;
|
|
1238
|
+
getCpuCount(): number;
|
|
1239
|
+
setCpuCount(value: number): CitrixGuest;
|
|
1240
|
+
|
|
1241
|
+
hasState(): boolean;
|
|
1242
|
+
clearState(): void;
|
|
1243
|
+
getState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1244
|
+
setState(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1245
|
+
getLive(): boolean;
|
|
1246
|
+
setLive(value: boolean): CitrixGuest;
|
|
1247
|
+
|
|
1248
|
+
hasLastUpdated(): boolean;
|
|
1249
|
+
clearLastUpdated(): void;
|
|
1250
|
+
getLastUpdated(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1251
|
+
setLastUpdated(value?: google_protobuf_timestamp_pb.Timestamp): CitrixGuest;
|
|
1252
|
+
|
|
1253
|
+
hasHvmBootPolicy(): boolean;
|
|
1254
|
+
clearHvmBootPolicy(): void;
|
|
1255
|
+
getHvmBootPolicy(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1256
|
+
setHvmBootPolicy(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1257
|
+
getHvmShadowMultiplier(): number;
|
|
1258
|
+
setHvmShadowMultiplier(value: number): CitrixGuest;
|
|
1259
|
+
|
|
1260
|
+
hasPciBus(): boolean;
|
|
1261
|
+
clearPciBus(): void;
|
|
1262
|
+
getPciBus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1263
|
+
setPciBus(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1264
|
+
|
|
1265
|
+
hasPvArguments(): boolean;
|
|
1266
|
+
clearPvArguments(): void;
|
|
1267
|
+
getPvArguments(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1268
|
+
setPvArguments(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1269
|
+
|
|
1270
|
+
hasPvBootloader(): boolean;
|
|
1271
|
+
clearPvBootloader(): void;
|
|
1272
|
+
getPvBootloader(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1273
|
+
setPvBootloader(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1274
|
+
|
|
1275
|
+
hasPvBootloaderArguments(): boolean;
|
|
1276
|
+
clearPvBootloaderArguments(): void;
|
|
1277
|
+
getPvBootloaderArguments(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1278
|
+
setPvBootloaderArguments(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1279
|
+
|
|
1280
|
+
hasPvKernel(): boolean;
|
|
1281
|
+
clearPvKernel(): void;
|
|
1282
|
+
getPvKernel(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1283
|
+
setPvKernel(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1284
|
+
|
|
1285
|
+
hasPvLegacyArguments(): boolean;
|
|
1286
|
+
clearPvLegacyArguments(): void;
|
|
1287
|
+
getPvLegacyArguments(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1288
|
+
setPvLegacyArguments(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1289
|
+
|
|
1290
|
+
hasPvRamdisk(): boolean;
|
|
1291
|
+
clearPvRamdisk(): void;
|
|
1292
|
+
getPvRamdisk(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1293
|
+
setPvRamdisk(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1294
|
+
|
|
1295
|
+
hasActionsAfterCrash(): boolean;
|
|
1296
|
+
clearActionsAfterCrash(): void;
|
|
1297
|
+
getActionsAfterCrash(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1298
|
+
setActionsAfterCrash(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1299
|
+
|
|
1300
|
+
hasActionsAfterReboot(): boolean;
|
|
1301
|
+
clearActionsAfterReboot(): void;
|
|
1302
|
+
getActionsAfterReboot(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1303
|
+
setActionsAfterReboot(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1304
|
+
|
|
1305
|
+
hasActionsAfterShutdown(): boolean;
|
|
1306
|
+
clearActionsAfterShutdown(): void;
|
|
1307
|
+
getActionsAfterShutdown(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1308
|
+
setActionsAfterShutdown(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1309
|
+
getHaAlwaysRun(): boolean;
|
|
1310
|
+
setHaAlwaysRun(value: boolean): CitrixGuest;
|
|
1311
|
+
|
|
1312
|
+
hasHaRestartPriority(): boolean;
|
|
1313
|
+
clearHaRestartPriority(): void;
|
|
1314
|
+
getHaRestartPriority(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1315
|
+
setHaRestartPriority(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1316
|
+
getHardwarePlatformVersion(): number;
|
|
1317
|
+
setHardwarePlatformVersion(value: number): CitrixGuest;
|
|
1318
|
+
|
|
1319
|
+
hasLastBootedRecord(): boolean;
|
|
1320
|
+
clearLastBootedRecord(): void;
|
|
1321
|
+
getLastBootedRecord(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1322
|
+
setLastBootedRecord(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1323
|
+
getMemoryDynamicMax(): number;
|
|
1324
|
+
setMemoryDynamicMax(value: number): CitrixGuest;
|
|
1325
|
+
getMemoryDynamicMin(): number;
|
|
1326
|
+
setMemoryDynamicMin(value: number): CitrixGuest;
|
|
1327
|
+
getMemoryOverhead(): number;
|
|
1328
|
+
setMemoryOverhead(value: number): CitrixGuest;
|
|
1329
|
+
getMemoryStaticMax(): number;
|
|
1330
|
+
setMemoryStaticMax(value: number): CitrixGuest;
|
|
1331
|
+
getMemoryStaticMin(): number;
|
|
1332
|
+
setMemoryStaticMin(value: number): CitrixGuest;
|
|
1333
|
+
getMemoryTarget(): number;
|
|
1334
|
+
setMemoryTarget(value: number): CitrixGuest;
|
|
1335
|
+
getOrder(): number;
|
|
1336
|
+
setOrder(value: number): CitrixGuest;
|
|
1337
|
+
|
|
1338
|
+
hasPowerState(): boolean;
|
|
1339
|
+
clearPowerState(): void;
|
|
1340
|
+
getPowerState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1341
|
+
setPowerState(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1342
|
+
getShutdownDelay(): number;
|
|
1343
|
+
setShutdownDelay(value: number): CitrixGuest;
|
|
1344
|
+
getStartDelay(): number;
|
|
1345
|
+
setStartDelay(value: number): CitrixGuest;
|
|
1346
|
+
|
|
1347
|
+
hasTags(): boolean;
|
|
1348
|
+
clearTags(): void;
|
|
1349
|
+
getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1350
|
+
setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1351
|
+
getUserVersion(): number;
|
|
1352
|
+
setUserVersion(value: number): CitrixGuest;
|
|
1353
|
+
getVersion(): number;
|
|
1354
|
+
setVersion(value: number): CitrixGuest;
|
|
1355
|
+
|
|
1356
|
+
hasInstallTime(): boolean;
|
|
1357
|
+
clearInstallTime(): void;
|
|
1358
|
+
getInstallTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1359
|
+
setInstallTime(value?: google_protobuf_timestamp_pb.Timestamp): CitrixGuest;
|
|
1360
|
+
|
|
1361
|
+
hasStartTime(): boolean;
|
|
1362
|
+
clearStartTime(): void;
|
|
1363
|
+
getStartTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1364
|
+
setStartTime(value?: google_protobuf_timestamp_pb.Timestamp): CitrixGuest;
|
|
1365
|
+
|
|
1366
|
+
hasHostUuid(): boolean;
|
|
1367
|
+
clearHostUuid(): void;
|
|
1368
|
+
getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1369
|
+
setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1370
|
+
|
|
1371
|
+
hasGuestUuid(): boolean;
|
|
1372
|
+
clearGuestUuid(): void;
|
|
1373
|
+
getGuestUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1374
|
+
setGuestUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
|
|
1375
|
+
clearVirtualInterfacesList(): void;
|
|
1376
|
+
getVirtualInterfacesList(): Array<CitrixVirtualInterface>;
|
|
1377
|
+
setVirtualInterfacesList(value: Array<CitrixVirtualInterface>): CitrixGuest;
|
|
1378
|
+
addVirtualInterfaces(value?: CitrixVirtualInterface, index?: number): CitrixVirtualInterface;
|
|
1379
|
+
clearExtraInfosList(): void;
|
|
1380
|
+
getExtraInfosList(): Array<CitrixGuestExtraInfo>;
|
|
1381
|
+
setExtraInfosList(value: Array<CitrixGuestExtraInfo>): CitrixGuest;
|
|
1382
|
+
addExtraInfos(value?: CitrixGuestExtraInfo, index?: number): CitrixGuestExtraInfo;
|
|
1383
|
+
clearVirtualBlockDevicesList(): void;
|
|
1384
|
+
getVirtualBlockDevicesList(): Array<CitrixVirtualBlockDevice>;
|
|
1385
|
+
setVirtualBlockDevicesList(value: Array<CitrixVirtualBlockDevice>): CitrixGuest;
|
|
1386
|
+
addVirtualBlockDevices(value?: CitrixVirtualBlockDevice, index?: number): CitrixVirtualBlockDevice;
|
|
1387
|
+
|
|
1388
|
+
serializeBinary(): Uint8Array;
|
|
1389
|
+
toObject(includeInstance?: boolean): CitrixGuest.AsObject;
|
|
1390
|
+
static toObject(includeInstance: boolean, msg: CitrixGuest): CitrixGuest.AsObject;
|
|
1391
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1392
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1393
|
+
static serializeBinaryToWriter(message: CitrixGuest, writer: jspb.BinaryWriter): void;
|
|
1394
|
+
static deserializeBinary(bytes: Uint8Array): CitrixGuest;
|
|
1395
|
+
static deserializeBinaryFromReader(message: CitrixGuest, reader: jspb.BinaryReader): CitrixGuest;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
export namespace CitrixGuest {
|
|
1399
|
+
export type AsObject = {
|
|
1400
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1401
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1402
|
+
memory: number,
|
|
1403
|
+
cpuCount: number,
|
|
1404
|
+
state?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1405
|
+
live: boolean,
|
|
1406
|
+
lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1407
|
+
hvmBootPolicy?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1408
|
+
hvmShadowMultiplier: number,
|
|
1409
|
+
pciBus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1410
|
+
pvArguments?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1411
|
+
pvBootloader?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1412
|
+
pvBootloaderArguments?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1413
|
+
pvKernel?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1414
|
+
pvLegacyArguments?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1415
|
+
pvRamdisk?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1416
|
+
actionsAfterCrash?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1417
|
+
actionsAfterReboot?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1418
|
+
actionsAfterShutdown?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1419
|
+
haAlwaysRun: boolean,
|
|
1420
|
+
haRestartPriority?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1421
|
+
hardwarePlatformVersion: number,
|
|
1422
|
+
lastBootedRecord?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1423
|
+
memoryDynamicMax: number,
|
|
1424
|
+
memoryDynamicMin: number,
|
|
1425
|
+
memoryOverhead: number,
|
|
1426
|
+
memoryStaticMax: number,
|
|
1427
|
+
memoryStaticMin: number,
|
|
1428
|
+
memoryTarget: number,
|
|
1429
|
+
order: number,
|
|
1430
|
+
powerState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1431
|
+
shutdownDelay: number,
|
|
1432
|
+
startDelay: number,
|
|
1433
|
+
tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1434
|
+
userVersion: number,
|
|
1435
|
+
version: number,
|
|
1436
|
+
installTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1437
|
+
startTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1438
|
+
hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1439
|
+
guestUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1440
|
+
virtualInterfacesList: Array<CitrixVirtualInterface.AsObject>,
|
|
1441
|
+
extraInfosList: Array<CitrixGuestExtraInfo.AsObject>,
|
|
1442
|
+
virtualBlockDevicesList: Array<CitrixVirtualBlockDevice.AsObject>,
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
export class CitrixAppliance extends jspb.Message {
|
|
1447
|
+
|
|
1448
|
+
hasName(): boolean;
|
|
1449
|
+
clearName(): void;
|
|
1450
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1451
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixAppliance;
|
|
1452
|
+
|
|
1453
|
+
hasDescription(): boolean;
|
|
1454
|
+
clearDescription(): void;
|
|
1455
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1456
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixAppliance;
|
|
1457
|
+
clearGuestsList(): void;
|
|
1458
|
+
getGuestsList(): Array<CitrixGuest>;
|
|
1459
|
+
setGuestsList(value: Array<CitrixGuest>): CitrixAppliance;
|
|
1460
|
+
addGuests(value?: CitrixGuest, index?: number): CitrixGuest;
|
|
1461
|
+
|
|
1462
|
+
serializeBinary(): Uint8Array;
|
|
1463
|
+
toObject(includeInstance?: boolean): CitrixAppliance.AsObject;
|
|
1464
|
+
static toObject(includeInstance: boolean, msg: CitrixAppliance): CitrixAppliance.AsObject;
|
|
1465
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1466
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1467
|
+
static serializeBinaryToWriter(message: CitrixAppliance, writer: jspb.BinaryWriter): void;
|
|
1468
|
+
static deserializeBinary(bytes: Uint8Array): CitrixAppliance;
|
|
1469
|
+
static deserializeBinaryFromReader(message: CitrixAppliance, reader: jspb.BinaryReader): CitrixAppliance;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
export namespace CitrixAppliance {
|
|
1473
|
+
export type AsObject = {
|
|
1474
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1475
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1476
|
+
guestsList: Array<CitrixGuest.AsObject>,
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
export class CitrixTemplate extends jspb.Message {
|
|
1481
|
+
|
|
1482
|
+
hasName(): boolean;
|
|
1483
|
+
clearName(): void;
|
|
1484
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1485
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixTemplate;
|
|
1486
|
+
|
|
1487
|
+
serializeBinary(): Uint8Array;
|
|
1488
|
+
toObject(includeInstance?: boolean): CitrixTemplate.AsObject;
|
|
1489
|
+
static toObject(includeInstance: boolean, msg: CitrixTemplate): CitrixTemplate.AsObject;
|
|
1490
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1491
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1492
|
+
static serializeBinaryToWriter(message: CitrixTemplate, writer: jspb.BinaryWriter): void;
|
|
1493
|
+
static deserializeBinary(bytes: Uint8Array): CitrixTemplate;
|
|
1494
|
+
static deserializeBinaryFromReader(message: CitrixTemplate, reader: jspb.BinaryReader): CitrixTemplate;
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
export namespace CitrixTemplate {
|
|
1498
|
+
export type AsObject = {
|
|
1499
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
export class CitrixPool extends jspb.Message {
|
|
1504
|
+
|
|
1505
|
+
hasName(): boolean;
|
|
1506
|
+
clearName(): void;
|
|
1507
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1508
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
|
|
1509
|
+
|
|
1510
|
+
hasDescription(): boolean;
|
|
1511
|
+
clearDescription(): void;
|
|
1512
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1513
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
|
|
1514
|
+
getRedoLog(): boolean;
|
|
1515
|
+
setRedoLog(value: boolean): CitrixPool;
|
|
1516
|
+
|
|
1517
|
+
hasTags(): boolean;
|
|
1518
|
+
clearTags(): void;
|
|
1519
|
+
getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1520
|
+
setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
|
|
1521
|
+
|
|
1522
|
+
hasVSwitchController(): boolean;
|
|
1523
|
+
clearVSwitchController(): void;
|
|
1524
|
+
getVSwitchController(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1525
|
+
setVSwitchController(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
|
|
1526
|
+
getHighAvailability(): boolean;
|
|
1527
|
+
setHighAvailability(value: boolean): CitrixPool;
|
|
1528
|
+
getHighAvailabilityAllowOvercommit(): boolean;
|
|
1529
|
+
setHighAvailabilityAllowOvercommit(value: boolean): CitrixPool;
|
|
1530
|
+
getHighAvailabilityOvercommitted(): boolean;
|
|
1531
|
+
setHighAvailabilityOvercommitted(value: boolean): CitrixPool;
|
|
1532
|
+
getHighAvailabilityHostFailuresToTolerate(): number;
|
|
1533
|
+
setHighAvailabilityHostFailuresToTolerate(value: number): CitrixPool;
|
|
1534
|
+
getHighAvailabilityPlanExistsFor(): number;
|
|
1535
|
+
setHighAvailabilityPlanExistsFor(value: number): CitrixPool;
|
|
1536
|
+
getWorkloadBalancing(): boolean;
|
|
1537
|
+
setWorkloadBalancing(value: boolean): CitrixPool;
|
|
1538
|
+
|
|
1539
|
+
hasWorkloadBalancingUrl(): boolean;
|
|
1540
|
+
clearWorkloadBalancingUrl(): void;
|
|
1541
|
+
getWorkloadBalancingUrl(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1542
|
+
setWorkloadBalancingUrl(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
|
|
1543
|
+
|
|
1544
|
+
hasWorkloadBalancingUsername(): boolean;
|
|
1545
|
+
clearWorkloadBalancingUsername(): void;
|
|
1546
|
+
getWorkloadBalancingUsername(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1547
|
+
setWorkloadBalancingUsername(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
|
|
1548
|
+
getWorkloadBalancingVerifyCert(): boolean;
|
|
1549
|
+
setWorkloadBalancingVerifyCert(value: boolean): CitrixPool;
|
|
1550
|
+
|
|
1551
|
+
hasMasterHostUuid(): boolean;
|
|
1552
|
+
clearMasterHostUuid(): void;
|
|
1553
|
+
getMasterHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1554
|
+
setMasterHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
|
|
1555
|
+
|
|
1556
|
+
hasCrashDumpStorageRef(): boolean;
|
|
1557
|
+
clearCrashDumpStorageRef(): void;
|
|
1558
|
+
getCrashDumpStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1559
|
+
setCrashDumpStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
|
|
1560
|
+
|
|
1561
|
+
hasSuspendImageStorageRef(): boolean;
|
|
1562
|
+
clearSuspendImageStorageRef(): void;
|
|
1563
|
+
getSuspendImageStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1564
|
+
setSuspendImageStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
|
|
1565
|
+
clearHostsList(): void;
|
|
1566
|
+
getHostsList(): Array<CitrixHost>;
|
|
1567
|
+
setHostsList(value: Array<CitrixHost>): CitrixPool;
|
|
1568
|
+
addHosts(value?: CitrixHost, index?: number): CitrixHost;
|
|
1569
|
+
clearNetworksList(): void;
|
|
1570
|
+
getNetworksList(): Array<CitrixNetwork>;
|
|
1571
|
+
setNetworksList(value: Array<CitrixNetwork>): CitrixPool;
|
|
1572
|
+
addNetworks(value?: CitrixNetwork, index?: number): CitrixNetwork;
|
|
1573
|
+
clearPhysicalInterfacesList(): void;
|
|
1574
|
+
getPhysicalInterfacesList(): Array<CitrixPhysicalInterface>;
|
|
1575
|
+
setPhysicalInterfacesList(value: Array<CitrixPhysicalInterface>): CitrixPool;
|
|
1576
|
+
addPhysicalInterfaces(value?: CitrixPhysicalInterface, index?: number): CitrixPhysicalInterface;
|
|
1577
|
+
clearVirtualInterfacesList(): void;
|
|
1578
|
+
getVirtualInterfacesList(): Array<CitrixVirtualInterface>;
|
|
1579
|
+
setVirtualInterfacesList(value: Array<CitrixVirtualInterface>): CitrixPool;
|
|
1580
|
+
addVirtualInterfaces(value?: CitrixVirtualInterface, index?: number): CitrixVirtualInterface;
|
|
1581
|
+
clearOtherConfigurationsList(): void;
|
|
1582
|
+
getOtherConfigurationsList(): Array<CitrixPoolOtherConfiguration>;
|
|
1583
|
+
setOtherConfigurationsList(value: Array<CitrixPoolOtherConfiguration>): CitrixPool;
|
|
1584
|
+
addOtherConfigurations(value?: CitrixPoolOtherConfiguration, index?: number): CitrixPoolOtherConfiguration;
|
|
1585
|
+
clearRestrictionsList(): void;
|
|
1586
|
+
getRestrictionsList(): Array<CitrixPoolRestriction>;
|
|
1587
|
+
setRestrictionsList(value: Array<CitrixPoolRestriction>): CitrixPool;
|
|
1588
|
+
addRestrictions(value?: CitrixPoolRestriction, index?: number): CitrixPoolRestriction;
|
|
1589
|
+
clearPatchesList(): void;
|
|
1590
|
+
getPatchesList(): Array<CitrixPoolPatch>;
|
|
1591
|
+
setPatchesList(value: Array<CitrixPoolPatch>): CitrixPool;
|
|
1592
|
+
addPatches(value?: CitrixPoolPatch, index?: number): CitrixPoolPatch;
|
|
1593
|
+
clearAppliancesList(): void;
|
|
1594
|
+
getAppliancesList(): Array<CitrixAppliance>;
|
|
1595
|
+
setAppliancesList(value: Array<CitrixAppliance>): CitrixPool;
|
|
1596
|
+
addAppliances(value?: CitrixAppliance, index?: number): CitrixAppliance;
|
|
1597
|
+
clearTemplatesList(): void;
|
|
1598
|
+
getTemplatesList(): Array<CitrixTemplate>;
|
|
1599
|
+
setTemplatesList(value: Array<CitrixTemplate>): CitrixPool;
|
|
1600
|
+
addTemplates(value?: CitrixTemplate, index?: number): CitrixTemplate;
|
|
1601
|
+
|
|
1602
|
+
serializeBinary(): Uint8Array;
|
|
1603
|
+
toObject(includeInstance?: boolean): CitrixPool.AsObject;
|
|
1604
|
+
static toObject(includeInstance: boolean, msg: CitrixPool): CitrixPool.AsObject;
|
|
1605
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1606
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1607
|
+
static serializeBinaryToWriter(message: CitrixPool, writer: jspb.BinaryWriter): void;
|
|
1608
|
+
static deserializeBinary(bytes: Uint8Array): CitrixPool;
|
|
1609
|
+
static deserializeBinaryFromReader(message: CitrixPool, reader: jspb.BinaryReader): CitrixPool;
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
export namespace CitrixPool {
|
|
1613
|
+
export type AsObject = {
|
|
1614
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1615
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1616
|
+
redoLog: boolean,
|
|
1617
|
+
tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1618
|
+
vSwitchController?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1619
|
+
highAvailability: boolean,
|
|
1620
|
+
highAvailabilityAllowOvercommit: boolean,
|
|
1621
|
+
highAvailabilityOvercommitted: boolean,
|
|
1622
|
+
highAvailabilityHostFailuresToTolerate: number,
|
|
1623
|
+
highAvailabilityPlanExistsFor: number,
|
|
1624
|
+
workloadBalancing: boolean,
|
|
1625
|
+
workloadBalancingUrl?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1626
|
+
workloadBalancingUsername?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1627
|
+
workloadBalancingVerifyCert: boolean,
|
|
1628
|
+
masterHostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1629
|
+
crashDumpStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1630
|
+
suspendImageStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1631
|
+
hostsList: Array<CitrixHost.AsObject>,
|
|
1632
|
+
networksList: Array<CitrixNetwork.AsObject>,
|
|
1633
|
+
physicalInterfacesList: Array<CitrixPhysicalInterface.AsObject>,
|
|
1634
|
+
virtualInterfacesList: Array<CitrixVirtualInterface.AsObject>,
|
|
1635
|
+
otherConfigurationsList: Array<CitrixPoolOtherConfiguration.AsObject>,
|
|
1636
|
+
restrictionsList: Array<CitrixPoolRestriction.AsObject>,
|
|
1637
|
+
patchesList: Array<CitrixPoolPatch.AsObject>,
|
|
1638
|
+
appliancesList: Array<CitrixAppliance.AsObject>,
|
|
1639
|
+
templatesList: Array<CitrixTemplate.AsObject>,
|
|
1640
|
+
}
|
|
1641
|
+
}
|