@lansweeper/discovery-sensor-proto 2.73.2 → 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.
@@ -4167,1638 +4167,6 @@ export namespace Office365User {
4167
4167
  }
4168
4168
  }
4169
4169
 
4170
- export class CitrixScanResult extends jspb.Message {
4171
- getCitrixConnectionResult(): number;
4172
- setCitrixConnectionResult(value: number): CitrixScanResult;
4173
-
4174
- hasCitrixPool(): boolean;
4175
- clearCitrixPool(): void;
4176
- getCitrixPool(): CitrixPool | undefined;
4177
- setCitrixPool(value?: CitrixPool): CitrixScanResult;
4178
-
4179
- serializeBinary(): Uint8Array;
4180
- toObject(includeInstance?: boolean): CitrixScanResult.AsObject;
4181
- static toObject(includeInstance: boolean, msg: CitrixScanResult): CitrixScanResult.AsObject;
4182
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4183
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4184
- static serializeBinaryToWriter(message: CitrixScanResult, writer: jspb.BinaryWriter): void;
4185
- static deserializeBinary(bytes: Uint8Array): CitrixScanResult;
4186
- static deserializeBinaryFromReader(message: CitrixScanResult, reader: jspb.BinaryReader): CitrixScanResult;
4187
- }
4188
-
4189
- export namespace CitrixScanResult {
4190
- export type AsObject = {
4191
- citrixConnectionResult: number,
4192
- citrixPool?: CitrixPool.AsObject,
4193
- }
4194
- }
4195
-
4196
- export class CitrixPhysicalBlockDevice extends jspb.Message {
4197
- getCurrentlyAttached(): boolean;
4198
- setCurrentlyAttached(value: boolean): CitrixPhysicalBlockDevice;
4199
-
4200
- hasLocation(): boolean;
4201
- clearLocation(): void;
4202
- getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
4203
- setLocation(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalBlockDevice;
4204
-
4205
- hasUsername(): boolean;
4206
- clearUsername(): void;
4207
- getUsername(): google_protobuf_wrappers_pb.StringValue | undefined;
4208
- setUsername(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalBlockDevice;
4209
-
4210
- hasType(): boolean;
4211
- clearType(): void;
4212
- getType(): google_protobuf_wrappers_pb.StringValue | undefined;
4213
- setType(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalBlockDevice;
4214
-
4215
- hasVersion(): boolean;
4216
- clearVersion(): void;
4217
- getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
4218
- setVersion(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalBlockDevice;
4219
-
4220
- serializeBinary(): Uint8Array;
4221
- toObject(includeInstance?: boolean): CitrixPhysicalBlockDevice.AsObject;
4222
- static toObject(includeInstance: boolean, msg: CitrixPhysicalBlockDevice): CitrixPhysicalBlockDevice.AsObject;
4223
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4224
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4225
- static serializeBinaryToWriter(message: CitrixPhysicalBlockDevice, writer: jspb.BinaryWriter): void;
4226
- static deserializeBinary(bytes: Uint8Array): CitrixPhysicalBlockDevice;
4227
- static deserializeBinaryFromReader(message: CitrixPhysicalBlockDevice, reader: jspb.BinaryReader): CitrixPhysicalBlockDevice;
4228
- }
4229
-
4230
- export namespace CitrixPhysicalBlockDevice {
4231
- export type AsObject = {
4232
- currentlyAttached: boolean,
4233
- location?: google_protobuf_wrappers_pb.StringValue.AsObject,
4234
- username?: google_protobuf_wrappers_pb.StringValue.AsObject,
4235
- type?: google_protobuf_wrappers_pb.StringValue.AsObject,
4236
- version?: google_protobuf_wrappers_pb.StringValue.AsObject,
4237
- }
4238
- }
4239
-
4240
- export class CitrixVirtualDiskImage extends jspb.Message {
4241
-
4242
- hasName(): boolean;
4243
- clearName(): void;
4244
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
4245
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
4246
-
4247
- hasDescription(): boolean;
4248
- clearDescription(): void;
4249
- getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
4250
- setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
4251
- getAllowCaching(): boolean;
4252
- setAllowCaching(value: boolean): CitrixVirtualDiskImage;
4253
- getIsASnapshot(): boolean;
4254
- setIsASnapshot(value: boolean): CitrixVirtualDiskImage;
4255
-
4256
- hasLocation(): boolean;
4257
- clearLocation(): void;
4258
- getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
4259
- setLocation(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
4260
- getManaged(): boolean;
4261
- setManaged(value: boolean): CitrixVirtualDiskImage;
4262
- getMetadataLatest(): boolean;
4263
- setMetadataLatest(value: boolean): CitrixVirtualDiskImage;
4264
- getMissing(): boolean;
4265
- setMissing(value: boolean): CitrixVirtualDiskImage;
4266
-
4267
- hasOnBoot(): boolean;
4268
- clearOnBoot(): void;
4269
- getOnBoot(): google_protobuf_wrappers_pb.StringValue | undefined;
4270
- setOnBoot(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
4271
- getPhysicalUtilisation(): number;
4272
- setPhysicalUtilisation(value: number): CitrixVirtualDiskImage;
4273
- getReadOnly(): boolean;
4274
- setReadOnly(value: boolean): CitrixVirtualDiskImage;
4275
- getSharable(): boolean;
4276
- setSharable(value: boolean): CitrixVirtualDiskImage;
4277
- getStorageLock(): boolean;
4278
- setStorageLock(value: boolean): CitrixVirtualDiskImage;
4279
-
4280
- hasTags(): boolean;
4281
- clearTags(): void;
4282
- getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
4283
- setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
4284
-
4285
- hasType(): boolean;
4286
- clearType(): void;
4287
- getType(): google_protobuf_wrappers_pb.StringValue | undefined;
4288
- setType(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
4289
- getVirtualSize(): number;
4290
- setVirtualSize(value: number): CitrixVirtualDiskImage;
4291
-
4292
- hasHostUuid(): boolean;
4293
- clearHostUuid(): void;
4294
- getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
4295
- setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualDiskImage;
4296
- clearVirtualBlockDeviceUuidsList(): void;
4297
- getVirtualBlockDeviceUuidsList(): Array<string>;
4298
- setVirtualBlockDeviceUuidsList(value: Array<string>): CitrixVirtualDiskImage;
4299
- addVirtualBlockDeviceUuids(value: string, index?: number): string;
4300
-
4301
- serializeBinary(): Uint8Array;
4302
- toObject(includeInstance?: boolean): CitrixVirtualDiskImage.AsObject;
4303
- static toObject(includeInstance: boolean, msg: CitrixVirtualDiskImage): CitrixVirtualDiskImage.AsObject;
4304
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4305
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4306
- static serializeBinaryToWriter(message: CitrixVirtualDiskImage, writer: jspb.BinaryWriter): void;
4307
- static deserializeBinary(bytes: Uint8Array): CitrixVirtualDiskImage;
4308
- static deserializeBinaryFromReader(message: CitrixVirtualDiskImage, reader: jspb.BinaryReader): CitrixVirtualDiskImage;
4309
- }
4310
-
4311
- export namespace CitrixVirtualDiskImage {
4312
- export type AsObject = {
4313
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4314
- description?: google_protobuf_wrappers_pb.StringValue.AsObject,
4315
- allowCaching: boolean,
4316
- isASnapshot: boolean,
4317
- location?: google_protobuf_wrappers_pb.StringValue.AsObject,
4318
- managed: boolean,
4319
- metadataLatest: boolean,
4320
- missing: boolean,
4321
- onBoot?: google_protobuf_wrappers_pb.StringValue.AsObject,
4322
- physicalUtilisation: number,
4323
- readOnly: boolean,
4324
- sharable: boolean,
4325
- storageLock: boolean,
4326
- tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
4327
- type?: google_protobuf_wrappers_pb.StringValue.AsObject,
4328
- virtualSize: number,
4329
- hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
4330
- virtualBlockDeviceUuidsList: Array<string>,
4331
- }
4332
- }
4333
-
4334
- export class CitrixStorage extends jspb.Message {
4335
-
4336
- hasName(): boolean;
4337
- clearName(): void;
4338
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
4339
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
4340
-
4341
- hasDescription(): boolean;
4342
- clearDescription(): void;
4343
- getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
4344
- setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
4345
- getPhysicalSize(): number;
4346
- setPhysicalSize(value: number): CitrixStorage;
4347
- getPhysicalUtilization(): number;
4348
- setPhysicalUtilization(value: number): CitrixStorage;
4349
-
4350
- hasType(): boolean;
4351
- clearType(): void;
4352
- getType(): google_protobuf_wrappers_pb.StringValue | undefined;
4353
- setType(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
4354
-
4355
- hasContentType(): boolean;
4356
- clearContentType(): void;
4357
- getContentType(): google_protobuf_wrappers_pb.StringValue | undefined;
4358
- setContentType(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
4359
- getClustered(): boolean;
4360
- setClustered(value: boolean): CitrixStorage;
4361
- getIsToolsStorage(): boolean;
4362
- setIsToolsStorage(value: boolean): CitrixStorage;
4363
- getLocalCache(): boolean;
4364
- setLocalCache(value: boolean): CitrixStorage;
4365
- getShared(): boolean;
4366
- setShared(value: boolean): CitrixStorage;
4367
-
4368
- hasTags(): boolean;
4369
- clearTags(): void;
4370
- getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
4371
- setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
4372
- getVirtualAllocation(): number;
4373
- setVirtualAllocation(value: number): CitrixStorage;
4374
- clearHostUuidsList(): void;
4375
- getHostUuidsList(): Array<string>;
4376
- setHostUuidsList(value: Array<string>): CitrixStorage;
4377
- addHostUuids(value: string, index?: number): string;
4378
-
4379
- hasStorageRef(): boolean;
4380
- clearStorageRef(): void;
4381
- getStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
4382
- setStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixStorage;
4383
- clearPhysicalBlockDevicesList(): void;
4384
- getPhysicalBlockDevicesList(): Array<CitrixPhysicalBlockDevice>;
4385
- setPhysicalBlockDevicesList(value: Array<CitrixPhysicalBlockDevice>): CitrixStorage;
4386
- addPhysicalBlockDevices(value?: CitrixPhysicalBlockDevice, index?: number): CitrixPhysicalBlockDevice;
4387
- clearVirtualDiskImagesList(): void;
4388
- getVirtualDiskImagesList(): Array<CitrixVirtualDiskImage>;
4389
- setVirtualDiskImagesList(value: Array<CitrixVirtualDiskImage>): CitrixStorage;
4390
- addVirtualDiskImages(value?: CitrixVirtualDiskImage, index?: number): CitrixVirtualDiskImage;
4391
-
4392
- serializeBinary(): Uint8Array;
4393
- toObject(includeInstance?: boolean): CitrixStorage.AsObject;
4394
- static toObject(includeInstance: boolean, msg: CitrixStorage): CitrixStorage.AsObject;
4395
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4396
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4397
- static serializeBinaryToWriter(message: CitrixStorage, writer: jspb.BinaryWriter): void;
4398
- static deserializeBinary(bytes: Uint8Array): CitrixStorage;
4399
- static deserializeBinaryFromReader(message: CitrixStorage, reader: jspb.BinaryReader): CitrixStorage;
4400
- }
4401
-
4402
- export namespace CitrixStorage {
4403
- export type AsObject = {
4404
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4405
- description?: google_protobuf_wrappers_pb.StringValue.AsObject,
4406
- physicalSize: number,
4407
- physicalUtilization: number,
4408
- type?: google_protobuf_wrappers_pb.StringValue.AsObject,
4409
- contentType?: google_protobuf_wrappers_pb.StringValue.AsObject,
4410
- clustered: boolean,
4411
- isToolsStorage: boolean,
4412
- localCache: boolean,
4413
- shared: boolean,
4414
- tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
4415
- virtualAllocation: number,
4416
- hostUuidsList: Array<string>,
4417
- storageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
4418
- physicalBlockDevicesList: Array<CitrixPhysicalBlockDevice.AsObject>,
4419
- virtualDiskImagesList: Array<CitrixVirtualDiskImage.AsObject>,
4420
- }
4421
- }
4422
-
4423
- export class CitrixPci extends jspb.Message {
4424
-
4425
- hasClassName(): boolean;
4426
- clearClassName(): void;
4427
- getClassName(): google_protobuf_wrappers_pb.StringValue | undefined;
4428
- setClassName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
4429
-
4430
- hasDeviceName(): boolean;
4431
- clearDeviceName(): void;
4432
- getDeviceName(): google_protobuf_wrappers_pb.StringValue | undefined;
4433
- setDeviceName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
4434
-
4435
- hasSubsystemDeviceName(): boolean;
4436
- clearSubsystemDeviceName(): void;
4437
- getSubsystemDeviceName(): google_protobuf_wrappers_pb.StringValue | undefined;
4438
- setSubsystemDeviceName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
4439
-
4440
- hasSubsystemVendorName(): boolean;
4441
- clearSubsystemVendorName(): void;
4442
- getSubsystemVendorName(): google_protobuf_wrappers_pb.StringValue | undefined;
4443
- setSubsystemVendorName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
4444
-
4445
- hasVendorName(): boolean;
4446
- clearVendorName(): void;
4447
- getVendorName(): google_protobuf_wrappers_pb.StringValue | undefined;
4448
- setVendorName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPci;
4449
-
4450
- serializeBinary(): Uint8Array;
4451
- toObject(includeInstance?: boolean): CitrixPci.AsObject;
4452
- static toObject(includeInstance: boolean, msg: CitrixPci): CitrixPci.AsObject;
4453
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4454
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4455
- static serializeBinaryToWriter(message: CitrixPci, writer: jspb.BinaryWriter): void;
4456
- static deserializeBinary(bytes: Uint8Array): CitrixPci;
4457
- static deserializeBinaryFromReader(message: CitrixPci, reader: jspb.BinaryReader): CitrixPci;
4458
- }
4459
-
4460
- export namespace CitrixPci {
4461
- export type AsObject = {
4462
- className?: google_protobuf_wrappers_pb.StringValue.AsObject,
4463
- deviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
4464
- subsystemDeviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
4465
- subsystemVendorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
4466
- vendorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
4467
- }
4468
- }
4469
-
4470
- export class CitrixGuestExtraInfo extends jspb.Message {
4471
- getInfoTypeId(): number;
4472
- setInfoTypeId(value: number): CitrixGuestExtraInfo;
4473
-
4474
- hasKey(): boolean;
4475
- clearKey(): void;
4476
- getKey(): google_protobuf_wrappers_pb.StringValue | undefined;
4477
- setKey(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuestExtraInfo;
4478
-
4479
- hasValue(): boolean;
4480
- clearValue(): void;
4481
- getValue(): google_protobuf_wrappers_pb.StringValue | undefined;
4482
- setValue(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuestExtraInfo;
4483
-
4484
- serializeBinary(): Uint8Array;
4485
- toObject(includeInstance?: boolean): CitrixGuestExtraInfo.AsObject;
4486
- static toObject(includeInstance: boolean, msg: CitrixGuestExtraInfo): CitrixGuestExtraInfo.AsObject;
4487
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4488
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4489
- static serializeBinaryToWriter(message: CitrixGuestExtraInfo, writer: jspb.BinaryWriter): void;
4490
- static deserializeBinary(bytes: Uint8Array): CitrixGuestExtraInfo;
4491
- static deserializeBinaryFromReader(message: CitrixGuestExtraInfo, reader: jspb.BinaryReader): CitrixGuestExtraInfo;
4492
- }
4493
-
4494
- export namespace CitrixGuestExtraInfo {
4495
- export type AsObject = {
4496
- infoTypeId: number,
4497
- key?: google_protobuf_wrappers_pb.StringValue.AsObject,
4498
- value?: google_protobuf_wrappers_pb.StringValue.AsObject,
4499
- }
4500
- }
4501
-
4502
- export class CitrixHostPatch extends jspb.Message {
4503
-
4504
- hasName(): boolean;
4505
- clearName(): void;
4506
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
4507
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPatch;
4508
-
4509
- hasDescription(): boolean;
4510
- clearDescription(): void;
4511
- getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
4512
- setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPatch;
4513
- getSize(): number;
4514
- setSize(value: number): CitrixHostPatch;
4515
-
4516
- hasApplied(): boolean;
4517
- clearApplied(): void;
4518
- getApplied(): google_protobuf_timestamp_pb.Timestamp | undefined;
4519
- setApplied(value?: google_protobuf_timestamp_pb.Timestamp): CitrixHostPatch;
4520
-
4521
- hasVersion(): boolean;
4522
- clearVersion(): void;
4523
- getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
4524
- setVersion(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPatch;
4525
-
4526
- serializeBinary(): Uint8Array;
4527
- toObject(includeInstance?: boolean): CitrixHostPatch.AsObject;
4528
- static toObject(includeInstance: boolean, msg: CitrixHostPatch): CitrixHostPatch.AsObject;
4529
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4530
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4531
- static serializeBinaryToWriter(message: CitrixHostPatch, writer: jspb.BinaryWriter): void;
4532
- static deserializeBinary(bytes: Uint8Array): CitrixHostPatch;
4533
- static deserializeBinaryFromReader(message: CitrixHostPatch, reader: jspb.BinaryReader): CitrixHostPatch;
4534
- }
4535
-
4536
- export namespace CitrixHostPatch {
4537
- export type AsObject = {
4538
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4539
- description?: google_protobuf_wrappers_pb.StringValue.AsObject,
4540
- size: number,
4541
- applied?: google_protobuf_timestamp_pb.Timestamp.AsObject,
4542
- version?: google_protobuf_wrappers_pb.StringValue.AsObject,
4543
- }
4544
- }
4545
-
4546
- export class CitrixHostPhysicalCpu extends jspb.Message {
4547
- getFamily(): number;
4548
- setFamily(value: number): CitrixHostPhysicalCpu;
4549
-
4550
- hasFeatures(): boolean;
4551
- clearFeatures(): void;
4552
- getFeatures(): google_protobuf_wrappers_pb.StringValue | undefined;
4553
- setFeatures(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
4554
-
4555
- hasFlags(): boolean;
4556
- clearFlags(): void;
4557
- getFlags(): google_protobuf_wrappers_pb.StringValue | undefined;
4558
- setFlags(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
4559
- getModel(): number;
4560
- setModel(value: number): CitrixHostPhysicalCpu;
4561
-
4562
- hasModelName(): boolean;
4563
- clearModelName(): void;
4564
- getModelName(): google_protobuf_wrappers_pb.StringValue | undefined;
4565
- setModelName(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
4566
- getNumberOfCpus(): number;
4567
- setNumberOfCpus(value: number): CitrixHostPhysicalCpu;
4568
- getSpeed(): number;
4569
- setSpeed(value: number): CitrixHostPhysicalCpu;
4570
-
4571
- hasStepping(): boolean;
4572
- clearStepping(): void;
4573
- getStepping(): google_protobuf_wrappers_pb.StringValue | undefined;
4574
- setStepping(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
4575
-
4576
- hasVendor(): boolean;
4577
- clearVendor(): void;
4578
- getVendor(): google_protobuf_wrappers_pb.StringValue | undefined;
4579
- setVendor(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostPhysicalCpu;
4580
-
4581
- serializeBinary(): Uint8Array;
4582
- toObject(includeInstance?: boolean): CitrixHostPhysicalCpu.AsObject;
4583
- static toObject(includeInstance: boolean, msg: CitrixHostPhysicalCpu): CitrixHostPhysicalCpu.AsObject;
4584
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4585
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4586
- static serializeBinaryToWriter(message: CitrixHostPhysicalCpu, writer: jspb.BinaryWriter): void;
4587
- static deserializeBinary(bytes: Uint8Array): CitrixHostPhysicalCpu;
4588
- static deserializeBinaryFromReader(message: CitrixHostPhysicalCpu, reader: jspb.BinaryReader): CitrixHostPhysicalCpu;
4589
- }
4590
-
4591
- export namespace CitrixHostPhysicalCpu {
4592
- export type AsObject = {
4593
- family: number,
4594
- features?: google_protobuf_wrappers_pb.StringValue.AsObject,
4595
- flags?: google_protobuf_wrappers_pb.StringValue.AsObject,
4596
- model: number,
4597
- modelName?: google_protobuf_wrappers_pb.StringValue.AsObject,
4598
- numberOfCpus: number,
4599
- speed: number,
4600
- stepping?: google_protobuf_wrappers_pb.StringValue.AsObject,
4601
- vendor?: google_protobuf_wrappers_pb.StringValue.AsObject,
4602
- }
4603
- }
4604
-
4605
- export class CitrixHostCrashDump extends jspb.Message {
4606
- getSize(): number;
4607
- setSize(value: number): CitrixHostCrashDump;
4608
-
4609
- hasTimestamp(): boolean;
4610
- clearTimestamp(): void;
4611
- getTimestamp(): google_protobuf_timestamp_pb.Timestamp | undefined;
4612
- setTimestamp(value?: google_protobuf_timestamp_pb.Timestamp): CitrixHostCrashDump;
4613
-
4614
- serializeBinary(): Uint8Array;
4615
- toObject(includeInstance?: boolean): CitrixHostCrashDump.AsObject;
4616
- static toObject(includeInstance: boolean, msg: CitrixHostCrashDump): CitrixHostCrashDump.AsObject;
4617
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4618
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4619
- static serializeBinaryToWriter(message: CitrixHostCrashDump, writer: jspb.BinaryWriter): void;
4620
- static deserializeBinary(bytes: Uint8Array): CitrixHostCrashDump;
4621
- static deserializeBinaryFromReader(message: CitrixHostCrashDump, reader: jspb.BinaryReader): CitrixHostCrashDump;
4622
- }
4623
-
4624
- export namespace CitrixHostCrashDump {
4625
- export type AsObject = {
4626
- size: number,
4627
- timestamp?: google_protobuf_timestamp_pb.Timestamp.AsObject,
4628
- }
4629
- }
4630
-
4631
- export class CitrixHost extends jspb.Message {
4632
-
4633
- hasHostname(): boolean;
4634
- clearHostname(): void;
4635
- getHostname(): google_protobuf_wrappers_pb.StringValue | undefined;
4636
- setHostname(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4637
-
4638
- hasName(): boolean;
4639
- clearName(): void;
4640
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
4641
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4642
-
4643
- hasDescription(): boolean;
4644
- clearDescription(): void;
4645
- getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
4646
- setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4647
- getIsMaster(): boolean;
4648
- setIsMaster(value: boolean): CitrixHost;
4649
-
4650
- hasAddress(): boolean;
4651
- clearAddress(): void;
4652
- getAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
4653
- setAddress(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4654
-
4655
- hasEdition(): boolean;
4656
- clearEdition(): void;
4657
- getEdition(): google_protobuf_wrappers_pb.StringValue | undefined;
4658
- setEdition(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4659
- getEnabled(): boolean;
4660
- setEnabled(value: boolean): CitrixHost;
4661
-
4662
- hasExternalAuthenticationServiceName(): boolean;
4663
- clearExternalAuthenticationServiceName(): void;
4664
- getExternalAuthenticationServiceName(): google_protobuf_wrappers_pb.StringValue | undefined;
4665
- setExternalAuthenticationServiceName(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4666
-
4667
- hasExternalAuthenticationType(): boolean;
4668
- clearExternalAuthenticationType(): void;
4669
- getExternalAuthenticationType(): google_protobuf_wrappers_pb.StringValue | undefined;
4670
- setExternalAuthenticationType(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4671
-
4672
- hasMemoryOverhead(): boolean;
4673
- clearMemoryOverhead(): void;
4674
- getMemoryOverhead(): google_protobuf_wrappers_pb.Int64Value | undefined;
4675
- setMemoryOverhead(value?: google_protobuf_wrappers_pb.Int64Value): CitrixHost;
4676
-
4677
- hasPowerOnMode(): boolean;
4678
- clearPowerOnMode(): void;
4679
- getPowerOnMode(): google_protobuf_wrappers_pb.StringValue | undefined;
4680
- setPowerOnMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4681
-
4682
- hasSchedulerPolicy(): boolean;
4683
- clearSchedulerPolicy(): void;
4684
- getSchedulerPolicy(): google_protobuf_wrappers_pb.StringValue | undefined;
4685
- setSchedulerPolicy(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4686
-
4687
- hasTags(): boolean;
4688
- clearTags(): void;
4689
- getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
4690
- setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4691
-
4692
- hasDisplay(): boolean;
4693
- clearDisplay(): void;
4694
- getDisplay(): google_protobuf_wrappers_pb.StringValue | undefined;
4695
- setDisplay(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4696
-
4697
- hasLastUpdated(): boolean;
4698
- clearLastUpdated(): void;
4699
- getLastUpdated(): google_protobuf_timestamp_pb.Timestamp | undefined;
4700
- setLastUpdated(value?: google_protobuf_timestamp_pb.Timestamp): CitrixHost;
4701
-
4702
- hasLive(): boolean;
4703
- clearLive(): void;
4704
- getLive(): google_protobuf_wrappers_pb.BoolValue | undefined;
4705
- setLive(value?: google_protobuf_wrappers_pb.BoolValue): CitrixHost;
4706
-
4707
- hasMemoryFree(): boolean;
4708
- clearMemoryFree(): void;
4709
- getMemoryFree(): google_protobuf_wrappers_pb.Int64Value | undefined;
4710
- setMemoryFree(value?: google_protobuf_wrappers_pb.Int64Value): CitrixHost;
4711
-
4712
- hasMemoryTotal(): boolean;
4713
- clearMemoryTotal(): void;
4714
- getMemoryTotal(): google_protobuf_wrappers_pb.Int64Value | undefined;
4715
- setMemoryTotal(value?: google_protobuf_wrappers_pb.Int64Value): CitrixHost;
4716
-
4717
- hasHostUuid(): boolean;
4718
- clearHostUuid(): void;
4719
- getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
4720
- setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4721
-
4722
- hasCrashDumpStorageRef(): boolean;
4723
- clearCrashDumpStorageRef(): void;
4724
- getCrashDumpStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
4725
- setCrashDumpStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4726
-
4727
- hasLocalCacheStorageRef(): boolean;
4728
- clearLocalCacheStorageRef(): void;
4729
- getLocalCacheStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
4730
- setLocalCacheStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4731
-
4732
- hasSuspendImageStorageRef(): boolean;
4733
- clearSuspendImageStorageRef(): void;
4734
- getSuspendImageStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
4735
- setSuspendImageStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixHost;
4736
- clearStoragesList(): void;
4737
- getStoragesList(): Array<CitrixStorage>;
4738
- setStoragesList(value: Array<CitrixStorage>): CitrixHost;
4739
- addStorages(value?: CitrixStorage, index?: number): CitrixStorage;
4740
- clearPhysicalInterfacesList(): void;
4741
- getPhysicalInterfacesList(): Array<CitrixPhysicalInterface>;
4742
- setPhysicalInterfacesList(value: Array<CitrixPhysicalInterface>): CitrixHost;
4743
- addPhysicalInterfaces(value?: CitrixPhysicalInterface, index?: number): CitrixPhysicalInterface;
4744
- clearGuestsList(): void;
4745
- getGuestsList(): Array<CitrixGuest>;
4746
- setGuestsList(value: Array<CitrixGuest>): CitrixHost;
4747
- addGuests(value?: CitrixGuest, index?: number): CitrixGuest;
4748
- clearPcisList(): void;
4749
- getPcisList(): Array<CitrixPci>;
4750
- setPcisList(value: Array<CitrixPci>): CitrixHost;
4751
- addPcis(value?: CitrixPci, index?: number): CitrixPci;
4752
- clearExtraInfosList(): void;
4753
- getExtraInfosList(): Array<CitrixHostExtraInfo>;
4754
- setExtraInfosList(value: Array<CitrixHostExtraInfo>): CitrixHost;
4755
- addExtraInfos(value?: CitrixHostExtraInfo, index?: number): CitrixHostExtraInfo;
4756
- clearPatchesList(): void;
4757
- getPatchesList(): Array<CitrixHostPatch>;
4758
- setPatchesList(value: Array<CitrixHostPatch>): CitrixHost;
4759
- addPatches(value?: CitrixHostPatch, index?: number): CitrixHostPatch;
4760
- clearPhysicalCpusList(): void;
4761
- getPhysicalCpusList(): Array<CitrixHostPhysicalCpu>;
4762
- setPhysicalCpusList(value: Array<CitrixHostPhysicalCpu>): CitrixHost;
4763
- addPhysicalCpus(value?: CitrixHostPhysicalCpu, index?: number): CitrixHostPhysicalCpu;
4764
- clearCrashDumpsList(): void;
4765
- getCrashDumpsList(): Array<CitrixHostCrashDump>;
4766
- setCrashDumpsList(value: Array<CitrixHostCrashDump>): CitrixHost;
4767
- addCrashDumps(value?: CitrixHostCrashDump, index?: number): CitrixHostCrashDump;
4768
-
4769
- serializeBinary(): Uint8Array;
4770
- toObject(includeInstance?: boolean): CitrixHost.AsObject;
4771
- static toObject(includeInstance: boolean, msg: CitrixHost): CitrixHost.AsObject;
4772
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4773
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4774
- static serializeBinaryToWriter(message: CitrixHost, writer: jspb.BinaryWriter): void;
4775
- static deserializeBinary(bytes: Uint8Array): CitrixHost;
4776
- static deserializeBinaryFromReader(message: CitrixHost, reader: jspb.BinaryReader): CitrixHost;
4777
- }
4778
-
4779
- export namespace CitrixHost {
4780
- export type AsObject = {
4781
- hostname?: google_protobuf_wrappers_pb.StringValue.AsObject,
4782
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4783
- description?: google_protobuf_wrappers_pb.StringValue.AsObject,
4784
- isMaster: boolean,
4785
- address?: google_protobuf_wrappers_pb.StringValue.AsObject,
4786
- edition?: google_protobuf_wrappers_pb.StringValue.AsObject,
4787
- enabled: boolean,
4788
- externalAuthenticationServiceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
4789
- externalAuthenticationType?: google_protobuf_wrappers_pb.StringValue.AsObject,
4790
- memoryOverhead?: google_protobuf_wrappers_pb.Int64Value.AsObject,
4791
- powerOnMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
4792
- schedulerPolicy?: google_protobuf_wrappers_pb.StringValue.AsObject,
4793
- tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
4794
- display?: google_protobuf_wrappers_pb.StringValue.AsObject,
4795
- lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject,
4796
- live?: google_protobuf_wrappers_pb.BoolValue.AsObject,
4797
- memoryFree?: google_protobuf_wrappers_pb.Int64Value.AsObject,
4798
- memoryTotal?: google_protobuf_wrappers_pb.Int64Value.AsObject,
4799
- hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
4800
- crashDumpStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
4801
- localCacheStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
4802
- suspendImageStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
4803
- storagesList: Array<CitrixStorage.AsObject>,
4804
- physicalInterfacesList: Array<CitrixPhysicalInterface.AsObject>,
4805
- guestsList: Array<CitrixGuest.AsObject>,
4806
- pcisList: Array<CitrixPci.AsObject>,
4807
- extraInfosList: Array<CitrixHostExtraInfo.AsObject>,
4808
- patchesList: Array<CitrixHostPatch.AsObject>,
4809
- physicalCpusList: Array<CitrixHostPhysicalCpu.AsObject>,
4810
- crashDumpsList: Array<CitrixHostCrashDump.AsObject>,
4811
- }
4812
- }
4813
-
4814
- export class CitrixNetwork extends jspb.Message {
4815
-
4816
- hasName(): boolean;
4817
- clearName(): void;
4818
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
4819
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixNetwork;
4820
-
4821
- hasDescription(): boolean;
4822
- clearDescription(): void;
4823
- getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
4824
- setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixNetwork;
4825
-
4826
- hasBridge(): boolean;
4827
- clearBridge(): void;
4828
- getBridge(): google_protobuf_wrappers_pb.StringValue | undefined;
4829
- setBridge(value?: google_protobuf_wrappers_pb.StringValue): CitrixNetwork;
4830
- getMtu(): number;
4831
- setMtu(value: number): CitrixNetwork;
4832
-
4833
- hasTags(): boolean;
4834
- clearTags(): void;
4835
- getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
4836
- setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixNetwork;
4837
- clearPhysicalInterfacesList(): void;
4838
- getPhysicalInterfacesList(): Array<CitrixPhysicalInterface>;
4839
- setPhysicalInterfacesList(value: Array<CitrixPhysicalInterface>): CitrixNetwork;
4840
- addPhysicalInterfaces(value?: CitrixPhysicalInterface, index?: number): CitrixPhysicalInterface;
4841
- clearVirtualInterfacesList(): void;
4842
- getVirtualInterfacesList(): Array<CitrixVirtualInterface>;
4843
- setVirtualInterfacesList(value: Array<CitrixVirtualInterface>): CitrixNetwork;
4844
- addVirtualInterfaces(value?: CitrixVirtualInterface, index?: number): CitrixVirtualInterface;
4845
-
4846
- serializeBinary(): Uint8Array;
4847
- toObject(includeInstance?: boolean): CitrixNetwork.AsObject;
4848
- static toObject(includeInstance: boolean, msg: CitrixNetwork): CitrixNetwork.AsObject;
4849
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4850
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4851
- static serializeBinaryToWriter(message: CitrixNetwork, writer: jspb.BinaryWriter): void;
4852
- static deserializeBinary(bytes: Uint8Array): CitrixNetwork;
4853
- static deserializeBinaryFromReader(message: CitrixNetwork, reader: jspb.BinaryReader): CitrixNetwork;
4854
- }
4855
-
4856
- export namespace CitrixNetwork {
4857
- export type AsObject = {
4858
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4859
- description?: google_protobuf_wrappers_pb.StringValue.AsObject,
4860
- bridge?: google_protobuf_wrappers_pb.StringValue.AsObject,
4861
- mtu: number,
4862
- tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
4863
- physicalInterfacesList: Array<CitrixPhysicalInterface.AsObject>,
4864
- virtualInterfacesList: Array<CitrixVirtualInterface.AsObject>,
4865
- }
4866
- }
4867
-
4868
- export class CitrixPhysicalInterface extends jspb.Message {
4869
-
4870
- hasDeviceName(): boolean;
4871
- clearDeviceName(): void;
4872
- getDeviceName(): google_protobuf_wrappers_pb.StringValue | undefined;
4873
- setDeviceName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4874
-
4875
- hasMac(): boolean;
4876
- clearMac(): void;
4877
- getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
4878
- setMac(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4879
- getMtu(): number;
4880
- setMtu(value: number): CitrixPhysicalInterface;
4881
-
4882
- hasDns(): boolean;
4883
- clearDns(): void;
4884
- getDns(): google_protobuf_wrappers_pb.StringValue | undefined;
4885
- setDns(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4886
-
4887
- hasIp(): boolean;
4888
- clearIp(): void;
4889
- getIp(): google_protobuf_wrappers_pb.StringValue | undefined;
4890
- setIp(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4891
-
4892
- hasNetmask(): boolean;
4893
- clearNetmask(): void;
4894
- getNetmask(): google_protobuf_wrappers_pb.StringValue | undefined;
4895
- setNetmask(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4896
-
4897
- hasGateway(): boolean;
4898
- clearGateway(): void;
4899
- getGateway(): google_protobuf_wrappers_pb.StringValue | undefined;
4900
- setGateway(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4901
-
4902
- hasVendor(): boolean;
4903
- clearVendor(): void;
4904
- getVendor(): google_protobuf_wrappers_pb.StringValue | undefined;
4905
- setVendor(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4906
- getSpeed(): number;
4907
- setSpeed(value: number): CitrixPhysicalInterface;
4908
-
4909
- hasLastUpdated(): boolean;
4910
- clearLastUpdated(): void;
4911
- getLastUpdated(): google_protobuf_timestamp_pb.Timestamp | undefined;
4912
- setLastUpdated(value?: google_protobuf_timestamp_pb.Timestamp): CitrixPhysicalInterface;
4913
- getCurrentlyAttached(): boolean;
4914
- setCurrentlyAttached(value: boolean): CitrixPhysicalInterface;
4915
- getDisallowUnplug(): boolean;
4916
- setDisallowUnplug(value: boolean): CitrixPhysicalInterface;
4917
-
4918
- hasIpV6(): boolean;
4919
- clearIpV6(): void;
4920
- getIpV6(): google_protobuf_wrappers_pb.StringValue | undefined;
4921
- setIpV6(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4922
-
4923
- hasDevice(): boolean;
4924
- clearDevice(): void;
4925
- getDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
4926
- setDevice(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4927
-
4928
- hasIpConfigurationMode(): boolean;
4929
- clearIpConfigurationMode(): void;
4930
- getIpConfigurationMode(): google_protobuf_wrappers_pb.StringValue | undefined;
4931
- setIpConfigurationMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4932
-
4933
- hasIpV6ConfigurationMode(): boolean;
4934
- clearIpV6ConfigurationMode(): void;
4935
- getIpV6ConfigurationMode(): google_protobuf_wrappers_pb.StringValue | undefined;
4936
- setIpV6ConfigurationMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4937
-
4938
- hasIpV6Gateway(): boolean;
4939
- clearIpV6Gateway(): void;
4940
- getIpV6Gateway(): google_protobuf_wrappers_pb.StringValue | undefined;
4941
- setIpV6Gateway(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4942
- getManaged(): boolean;
4943
- setManaged(value: boolean): CitrixPhysicalInterface;
4944
- getManagement(): boolean;
4945
- setManagement(value: boolean): CitrixPhysicalInterface;
4946
- getPhysical(): boolean;
4947
- setPhysical(value: boolean): CitrixPhysicalInterface;
4948
-
4949
- hasPrimaryAddressType(): boolean;
4950
- clearPrimaryAddressType(): void;
4951
- getPrimaryAddressType(): google_protobuf_wrappers_pb.StringValue | undefined;
4952
- setPrimaryAddressType(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4953
- getCarier(): boolean;
4954
- setCarier(value: boolean): CitrixPhysicalInterface;
4955
- getDuplex(): boolean;
4956
- setDuplex(value: boolean): CitrixPhysicalInterface;
4957
-
4958
- hasDeviceId(): boolean;
4959
- clearDeviceId(): void;
4960
- getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
4961
- setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4962
-
4963
- hasPciBusPath(): boolean;
4964
- clearPciBusPath(): void;
4965
- getPciBusPath(): google_protobuf_wrappers_pb.StringValue | undefined;
4966
- setPciBusPath(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4967
-
4968
- hasVendorId(): boolean;
4969
- clearVendorId(): void;
4970
- getVendorId(): google_protobuf_wrappers_pb.StringValue | undefined;
4971
- setVendorId(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4972
-
4973
- hasVendorName(): boolean;
4974
- clearVendorName(): void;
4975
- getVendorName(): google_protobuf_wrappers_pb.StringValue | undefined;
4976
- setVendorName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4977
-
4978
- hasHostUuid(): boolean;
4979
- clearHostUuid(): void;
4980
- getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
4981
- setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4982
-
4983
- hasInterfaceUuid(): boolean;
4984
- clearInterfaceUuid(): void;
4985
- getInterfaceUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
4986
- setInterfaceUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixPhysicalInterface;
4987
-
4988
- serializeBinary(): Uint8Array;
4989
- toObject(includeInstance?: boolean): CitrixPhysicalInterface.AsObject;
4990
- static toObject(includeInstance: boolean, msg: CitrixPhysicalInterface): CitrixPhysicalInterface.AsObject;
4991
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
4992
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
4993
- static serializeBinaryToWriter(message: CitrixPhysicalInterface, writer: jspb.BinaryWriter): void;
4994
- static deserializeBinary(bytes: Uint8Array): CitrixPhysicalInterface;
4995
- static deserializeBinaryFromReader(message: CitrixPhysicalInterface, reader: jspb.BinaryReader): CitrixPhysicalInterface;
4996
- }
4997
-
4998
- export namespace CitrixPhysicalInterface {
4999
- export type AsObject = {
5000
- deviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
5001
- mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
5002
- mtu: number,
5003
- dns?: google_protobuf_wrappers_pb.StringValue.AsObject,
5004
- ip?: google_protobuf_wrappers_pb.StringValue.AsObject,
5005
- netmask?: google_protobuf_wrappers_pb.StringValue.AsObject,
5006
- gateway?: google_protobuf_wrappers_pb.StringValue.AsObject,
5007
- vendor?: google_protobuf_wrappers_pb.StringValue.AsObject,
5008
- speed: number,
5009
- lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject,
5010
- currentlyAttached: boolean,
5011
- disallowUnplug: boolean,
5012
- ipV6?: google_protobuf_wrappers_pb.StringValue.AsObject,
5013
- device?: google_protobuf_wrappers_pb.StringValue.AsObject,
5014
- ipConfigurationMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
5015
- ipV6ConfigurationMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
5016
- ipV6Gateway?: google_protobuf_wrappers_pb.StringValue.AsObject,
5017
- managed: boolean,
5018
- management: boolean,
5019
- physical: boolean,
5020
- primaryAddressType?: google_protobuf_wrappers_pb.StringValue.AsObject,
5021
- carier: boolean,
5022
- duplex: boolean,
5023
- deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
5024
- pciBusPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
5025
- vendorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
5026
- vendorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
5027
- hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
5028
- interfaceUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
5029
- }
5030
- }
5031
-
5032
- export class CitrixPoolOtherConfiguration extends jspb.Message {
5033
-
5034
- hasKey(): boolean;
5035
- clearKey(): void;
5036
- getKey(): google_protobuf_wrappers_pb.StringValue | undefined;
5037
- setKey(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolOtherConfiguration;
5038
-
5039
- hasValue(): boolean;
5040
- clearValue(): void;
5041
- getValue(): google_protobuf_wrappers_pb.StringValue | undefined;
5042
- setValue(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolOtherConfiguration;
5043
- getIsCustomField(): boolean;
5044
- setIsCustomField(value: boolean): CitrixPoolOtherConfiguration;
5045
-
5046
- serializeBinary(): Uint8Array;
5047
- toObject(includeInstance?: boolean): CitrixPoolOtherConfiguration.AsObject;
5048
- static toObject(includeInstance: boolean, msg: CitrixPoolOtherConfiguration): CitrixPoolOtherConfiguration.AsObject;
5049
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5050
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5051
- static serializeBinaryToWriter(message: CitrixPoolOtherConfiguration, writer: jspb.BinaryWriter): void;
5052
- static deserializeBinary(bytes: Uint8Array): CitrixPoolOtherConfiguration;
5053
- static deserializeBinaryFromReader(message: CitrixPoolOtherConfiguration, reader: jspb.BinaryReader): CitrixPoolOtherConfiguration;
5054
- }
5055
-
5056
- export namespace CitrixPoolOtherConfiguration {
5057
- export type AsObject = {
5058
- key?: google_protobuf_wrappers_pb.StringValue.AsObject,
5059
- value?: google_protobuf_wrappers_pb.StringValue.AsObject,
5060
- isCustomField: boolean,
5061
- }
5062
- }
5063
-
5064
- export class CitrixPoolRestriction extends jspb.Message {
5065
-
5066
- hasKey(): boolean;
5067
- clearKey(): void;
5068
- getKey(): google_protobuf_wrappers_pb.StringValue | undefined;
5069
- setKey(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolRestriction;
5070
-
5071
- hasValue(): boolean;
5072
- clearValue(): void;
5073
- getValue(): google_protobuf_wrappers_pb.StringValue | undefined;
5074
- setValue(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolRestriction;
5075
-
5076
- serializeBinary(): Uint8Array;
5077
- toObject(includeInstance?: boolean): CitrixPoolRestriction.AsObject;
5078
- static toObject(includeInstance: boolean, msg: CitrixPoolRestriction): CitrixPoolRestriction.AsObject;
5079
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5080
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5081
- static serializeBinaryToWriter(message: CitrixPoolRestriction, writer: jspb.BinaryWriter): void;
5082
- static deserializeBinary(bytes: Uint8Array): CitrixPoolRestriction;
5083
- static deserializeBinaryFromReader(message: CitrixPoolRestriction, reader: jspb.BinaryReader): CitrixPoolRestriction;
5084
- }
5085
-
5086
- export namespace CitrixPoolRestriction {
5087
- export type AsObject = {
5088
- key?: google_protobuf_wrappers_pb.StringValue.AsObject,
5089
- value?: google_protobuf_wrappers_pb.StringValue.AsObject,
5090
- }
5091
- }
5092
-
5093
- export class CitrixPoolPatch extends jspb.Message {
5094
-
5095
- hasName(): boolean;
5096
- clearName(): void;
5097
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
5098
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolPatch;
5099
-
5100
- hasDescription(): boolean;
5101
- clearDescription(): void;
5102
- getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
5103
- setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolPatch;
5104
- getSize(): number;
5105
- setSize(value: number): CitrixPoolPatch;
5106
-
5107
- hasVersion(): boolean;
5108
- clearVersion(): void;
5109
- getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
5110
- setVersion(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolPatch;
5111
-
5112
- hasAfterApplyGuidance(): boolean;
5113
- clearAfterApplyGuidance(): void;
5114
- getAfterApplyGuidance(): google_protobuf_wrappers_pb.StringValue | undefined;
5115
- setAfterApplyGuidance(value?: google_protobuf_wrappers_pb.StringValue): CitrixPoolPatch;
5116
-
5117
- hasApplied(): boolean;
5118
- clearApplied(): void;
5119
- getApplied(): google_protobuf_wrappers_pb.BoolValue | undefined;
5120
- setApplied(value?: google_protobuf_wrappers_pb.BoolValue): CitrixPoolPatch;
5121
-
5122
- serializeBinary(): Uint8Array;
5123
- toObject(includeInstance?: boolean): CitrixPoolPatch.AsObject;
5124
- static toObject(includeInstance: boolean, msg: CitrixPoolPatch): CitrixPoolPatch.AsObject;
5125
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5126
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5127
- static serializeBinaryToWriter(message: CitrixPoolPatch, writer: jspb.BinaryWriter): void;
5128
- static deserializeBinary(bytes: Uint8Array): CitrixPoolPatch;
5129
- static deserializeBinaryFromReader(message: CitrixPoolPatch, reader: jspb.BinaryReader): CitrixPoolPatch;
5130
- }
5131
-
5132
- export namespace CitrixPoolPatch {
5133
- export type AsObject = {
5134
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
5135
- description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5136
- size: number,
5137
- version?: google_protobuf_wrappers_pb.StringValue.AsObject,
5138
- afterApplyGuidance?: google_protobuf_wrappers_pb.StringValue.AsObject,
5139
- applied?: google_protobuf_wrappers_pb.BoolValue.AsObject,
5140
- }
5141
- }
5142
-
5143
- export class CitrixVirtualInterfaceAddress extends jspb.Message {
5144
- getIpVersion(): number;
5145
- setIpVersion(value: number): CitrixVirtualInterfaceAddress;
5146
-
5147
- hasIp(): boolean;
5148
- clearIp(): void;
5149
- getIp(): google_protobuf_wrappers_pb.StringValue | undefined;
5150
- setIp(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterfaceAddress;
5151
-
5152
- serializeBinary(): Uint8Array;
5153
- toObject(includeInstance?: boolean): CitrixVirtualInterfaceAddress.AsObject;
5154
- static toObject(includeInstance: boolean, msg: CitrixVirtualInterfaceAddress): CitrixVirtualInterfaceAddress.AsObject;
5155
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5156
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5157
- static serializeBinaryToWriter(message: CitrixVirtualInterfaceAddress, writer: jspb.BinaryWriter): void;
5158
- static deserializeBinary(bytes: Uint8Array): CitrixVirtualInterfaceAddress;
5159
- static deserializeBinaryFromReader(message: CitrixVirtualInterfaceAddress, reader: jspb.BinaryReader): CitrixVirtualInterfaceAddress;
5160
- }
5161
-
5162
- export namespace CitrixVirtualInterfaceAddress {
5163
- export type AsObject = {
5164
- ipVersion: number,
5165
- ip?: google_protobuf_wrappers_pb.StringValue.AsObject,
5166
- }
5167
- }
5168
-
5169
- export class CitrixVirtualInterface extends jspb.Message {
5170
-
5171
- hasDevice(): boolean;
5172
- clearDevice(): void;
5173
- getDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
5174
- setDevice(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
5175
-
5176
- hasMac(): boolean;
5177
- clearMac(): void;
5178
- getMac(): google_protobuf_wrappers_pb.StringValue | undefined;
5179
- setMac(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
5180
- getMacAutoGenerated(): boolean;
5181
- setMacAutoGenerated(value: boolean): CitrixVirtualInterface;
5182
- getMtu(): number;
5183
- setMtu(value: number): CitrixVirtualInterface;
5184
- getStatusCode(): number;
5185
- setStatusCode(value: number): CitrixVirtualInterface;
5186
-
5187
- hasStatusDetails(): boolean;
5188
- clearStatusDetails(): void;
5189
- getStatusDetails(): google_protobuf_wrappers_pb.StringValue | undefined;
5190
- setStatusDetails(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
5191
- getCurrentlyAttached(): boolean;
5192
- setCurrentlyAttached(value: boolean): CitrixVirtualInterface;
5193
-
5194
- hasQosAlgorithmType(): boolean;
5195
- clearQosAlgorithmType(): void;
5196
- getQosAlgorithmType(): google_protobuf_wrappers_pb.StringValue | undefined;
5197
- setQosAlgorithmType(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
5198
-
5199
- hasQosAlgorithms(): boolean;
5200
- clearQosAlgorithms(): void;
5201
- getQosAlgorithms(): google_protobuf_wrappers_pb.StringValue | undefined;
5202
- setQosAlgorithms(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
5203
-
5204
- hasLockingMode(): boolean;
5205
- clearLockingMode(): void;
5206
- getLockingMode(): google_protobuf_wrappers_pb.StringValue | undefined;
5207
- setLockingMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
5208
-
5209
- hasHostUuid(): boolean;
5210
- clearHostUuid(): void;
5211
- getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
5212
- setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
5213
-
5214
- hasVmRef(): boolean;
5215
- clearVmRef(): void;
5216
- getVmRef(): google_protobuf_wrappers_pb.StringValue | undefined;
5217
- setVmRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
5218
-
5219
- hasInterfaceUuid(): boolean;
5220
- clearInterfaceUuid(): void;
5221
- getInterfaceUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
5222
- setInterfaceUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualInterface;
5223
- clearAddressesList(): void;
5224
- getAddressesList(): Array<CitrixVirtualInterfaceAddress>;
5225
- setAddressesList(value: Array<CitrixVirtualInterfaceAddress>): CitrixVirtualInterface;
5226
- addAddresses(value?: CitrixVirtualInterfaceAddress, index?: number): CitrixVirtualInterfaceAddress;
5227
-
5228
- serializeBinary(): Uint8Array;
5229
- toObject(includeInstance?: boolean): CitrixVirtualInterface.AsObject;
5230
- static toObject(includeInstance: boolean, msg: CitrixVirtualInterface): CitrixVirtualInterface.AsObject;
5231
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5232
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5233
- static serializeBinaryToWriter(message: CitrixVirtualInterface, writer: jspb.BinaryWriter): void;
5234
- static deserializeBinary(bytes: Uint8Array): CitrixVirtualInterface;
5235
- static deserializeBinaryFromReader(message: CitrixVirtualInterface, reader: jspb.BinaryReader): CitrixVirtualInterface;
5236
- }
5237
-
5238
- export namespace CitrixVirtualInterface {
5239
- export type AsObject = {
5240
- device?: google_protobuf_wrappers_pb.StringValue.AsObject,
5241
- mac?: google_protobuf_wrappers_pb.StringValue.AsObject,
5242
- macAutoGenerated: boolean,
5243
- mtu: number,
5244
- statusCode: number,
5245
- statusDetails?: google_protobuf_wrappers_pb.StringValue.AsObject,
5246
- currentlyAttached: boolean,
5247
- qosAlgorithmType?: google_protobuf_wrappers_pb.StringValue.AsObject,
5248
- qosAlgorithms?: google_protobuf_wrappers_pb.StringValue.AsObject,
5249
- lockingMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
5250
- hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
5251
- vmRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
5252
- interfaceUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
5253
- addressesList: Array<CitrixVirtualInterfaceAddress.AsObject>,
5254
- }
5255
- }
5256
-
5257
- export class CitrixHostExtraInfo extends jspb.Message {
5258
- getInfoTypeId(): number;
5259
- setInfoTypeId(value: number): CitrixHostExtraInfo;
5260
-
5261
- hasKey(): boolean;
5262
- clearKey(): void;
5263
- getKey(): google_protobuf_wrappers_pb.StringValue | undefined;
5264
- setKey(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostExtraInfo;
5265
-
5266
- hasValue(): boolean;
5267
- clearValue(): void;
5268
- getValue(): google_protobuf_wrappers_pb.StringValue | undefined;
5269
- setValue(value?: google_protobuf_wrappers_pb.StringValue): CitrixHostExtraInfo;
5270
-
5271
- serializeBinary(): Uint8Array;
5272
- toObject(includeInstance?: boolean): CitrixHostExtraInfo.AsObject;
5273
- static toObject(includeInstance: boolean, msg: CitrixHostExtraInfo): CitrixHostExtraInfo.AsObject;
5274
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5275
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5276
- static serializeBinaryToWriter(message: CitrixHostExtraInfo, writer: jspb.BinaryWriter): void;
5277
- static deserializeBinary(bytes: Uint8Array): CitrixHostExtraInfo;
5278
- static deserializeBinaryFromReader(message: CitrixHostExtraInfo, reader: jspb.BinaryReader): CitrixHostExtraInfo;
5279
- }
5280
-
5281
- export namespace CitrixHostExtraInfo {
5282
- export type AsObject = {
5283
- infoTypeId: number,
5284
- key?: google_protobuf_wrappers_pb.StringValue.AsObject,
5285
- value?: google_protobuf_wrappers_pb.StringValue.AsObject,
5286
- }
5287
- }
5288
-
5289
- export class CitrixVirtualBlockDevice extends jspb.Message {
5290
- getBootable(): boolean;
5291
- setBootable(value: boolean): CitrixVirtualBlockDevice;
5292
- getCurrentlyAttached(): boolean;
5293
- setCurrentlyAttached(value: boolean): CitrixVirtualBlockDevice;
5294
-
5295
- hasDevice(): boolean;
5296
- clearDevice(): void;
5297
- getDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
5298
- setDevice(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5299
- getEmpty(): boolean;
5300
- setEmpty(value: boolean): CitrixVirtualBlockDevice;
5301
-
5302
- hasMode(): boolean;
5303
- clearMode(): void;
5304
- getMode(): google_protobuf_wrappers_pb.StringValue | undefined;
5305
- setMode(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5306
-
5307
- hasQosAlgorithmParameters(): boolean;
5308
- clearQosAlgorithmParameters(): void;
5309
- getQosAlgorithmParameters(): google_protobuf_wrappers_pb.StringValue | undefined;
5310
- setQosAlgorithmParameters(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5311
-
5312
- hasQosAlgorithmType(): boolean;
5313
- clearQosAlgorithmType(): void;
5314
- getQosAlgorithmType(): google_protobuf_wrappers_pb.StringValue | undefined;
5315
- setQosAlgorithmType(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5316
-
5317
- hasQosSupportedAlgorithms(): boolean;
5318
- clearQosSupportedAlgorithms(): void;
5319
- getQosSupportedAlgorithms(): google_protobuf_wrappers_pb.StringValue | undefined;
5320
- setQosSupportedAlgorithms(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5321
-
5322
- hasRuntimeProperties(): boolean;
5323
- clearRuntimeProperties(): void;
5324
- getRuntimeProperties(): google_protobuf_wrappers_pb.StringValue | undefined;
5325
- setRuntimeProperties(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5326
- getStatusCode(): number;
5327
- setStatusCode(value: number): CitrixVirtualBlockDevice;
5328
-
5329
- hasStatusDetails(): boolean;
5330
- clearStatusDetails(): void;
5331
- getStatusDetails(): google_protobuf_wrappers_pb.StringValue | undefined;
5332
- setStatusDetails(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5333
- getStorageLock(): boolean;
5334
- setStorageLock(value: boolean): CitrixVirtualBlockDevice;
5335
-
5336
- hasType(): boolean;
5337
- clearType(): void;
5338
- getType(): google_protobuf_wrappers_pb.StringValue | undefined;
5339
- setType(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5340
- getUnpluggable(): boolean;
5341
- setUnpluggable(value: boolean): CitrixVirtualBlockDevice;
5342
-
5343
- hasUserDevice(): boolean;
5344
- clearUserDevice(): void;
5345
- getUserDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
5346
- setUserDevice(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5347
-
5348
- hasVirtualBlockDeviceUuid(): boolean;
5349
- clearVirtualBlockDeviceUuid(): void;
5350
- getVirtualBlockDeviceUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
5351
- setVirtualBlockDeviceUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixVirtualBlockDevice;
5352
-
5353
- serializeBinary(): Uint8Array;
5354
- toObject(includeInstance?: boolean): CitrixVirtualBlockDevice.AsObject;
5355
- static toObject(includeInstance: boolean, msg: CitrixVirtualBlockDevice): CitrixVirtualBlockDevice.AsObject;
5356
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5357
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5358
- static serializeBinaryToWriter(message: CitrixVirtualBlockDevice, writer: jspb.BinaryWriter): void;
5359
- static deserializeBinary(bytes: Uint8Array): CitrixVirtualBlockDevice;
5360
- static deserializeBinaryFromReader(message: CitrixVirtualBlockDevice, reader: jspb.BinaryReader): CitrixVirtualBlockDevice;
5361
- }
5362
-
5363
- export namespace CitrixVirtualBlockDevice {
5364
- export type AsObject = {
5365
- bootable: boolean,
5366
- currentlyAttached: boolean,
5367
- device?: google_protobuf_wrappers_pb.StringValue.AsObject,
5368
- empty: boolean,
5369
- mode?: google_protobuf_wrappers_pb.StringValue.AsObject,
5370
- qosAlgorithmParameters?: google_protobuf_wrappers_pb.StringValue.AsObject,
5371
- qosAlgorithmType?: google_protobuf_wrappers_pb.StringValue.AsObject,
5372
- qosSupportedAlgorithms?: google_protobuf_wrappers_pb.StringValue.AsObject,
5373
- runtimeProperties?: google_protobuf_wrappers_pb.StringValue.AsObject,
5374
- statusCode: number,
5375
- statusDetails?: google_protobuf_wrappers_pb.StringValue.AsObject,
5376
- storageLock: boolean,
5377
- type?: google_protobuf_wrappers_pb.StringValue.AsObject,
5378
- unpluggable: boolean,
5379
- userDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
5380
- virtualBlockDeviceUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
5381
- }
5382
- }
5383
-
5384
- export class CitrixGuest extends jspb.Message {
5385
-
5386
- hasName(): boolean;
5387
- clearName(): void;
5388
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
5389
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5390
-
5391
- hasDescription(): boolean;
5392
- clearDescription(): void;
5393
- getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
5394
- setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5395
- getMemory(): number;
5396
- setMemory(value: number): CitrixGuest;
5397
- getCpuCount(): number;
5398
- setCpuCount(value: number): CitrixGuest;
5399
-
5400
- hasState(): boolean;
5401
- clearState(): void;
5402
- getState(): google_protobuf_wrappers_pb.StringValue | undefined;
5403
- setState(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5404
- getLive(): boolean;
5405
- setLive(value: boolean): CitrixGuest;
5406
-
5407
- hasLastUpdated(): boolean;
5408
- clearLastUpdated(): void;
5409
- getLastUpdated(): google_protobuf_timestamp_pb.Timestamp | undefined;
5410
- setLastUpdated(value?: google_protobuf_timestamp_pb.Timestamp): CitrixGuest;
5411
-
5412
- hasHvmBootPolicy(): boolean;
5413
- clearHvmBootPolicy(): void;
5414
- getHvmBootPolicy(): google_protobuf_wrappers_pb.StringValue | undefined;
5415
- setHvmBootPolicy(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5416
- getHvmShadowMultiplier(): number;
5417
- setHvmShadowMultiplier(value: number): CitrixGuest;
5418
-
5419
- hasPciBus(): boolean;
5420
- clearPciBus(): void;
5421
- getPciBus(): google_protobuf_wrappers_pb.StringValue | undefined;
5422
- setPciBus(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5423
-
5424
- hasPvArguments(): boolean;
5425
- clearPvArguments(): void;
5426
- getPvArguments(): google_protobuf_wrappers_pb.StringValue | undefined;
5427
- setPvArguments(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5428
-
5429
- hasPvBootloader(): boolean;
5430
- clearPvBootloader(): void;
5431
- getPvBootloader(): google_protobuf_wrappers_pb.StringValue | undefined;
5432
- setPvBootloader(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5433
-
5434
- hasPvBootloaderArguments(): boolean;
5435
- clearPvBootloaderArguments(): void;
5436
- getPvBootloaderArguments(): google_protobuf_wrappers_pb.StringValue | undefined;
5437
- setPvBootloaderArguments(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5438
-
5439
- hasPvKernel(): boolean;
5440
- clearPvKernel(): void;
5441
- getPvKernel(): google_protobuf_wrappers_pb.StringValue | undefined;
5442
- setPvKernel(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5443
-
5444
- hasPvLegacyArguments(): boolean;
5445
- clearPvLegacyArguments(): void;
5446
- getPvLegacyArguments(): google_protobuf_wrappers_pb.StringValue | undefined;
5447
- setPvLegacyArguments(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5448
-
5449
- hasPvRamdisk(): boolean;
5450
- clearPvRamdisk(): void;
5451
- getPvRamdisk(): google_protobuf_wrappers_pb.StringValue | undefined;
5452
- setPvRamdisk(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5453
-
5454
- hasActionsAfterCrash(): boolean;
5455
- clearActionsAfterCrash(): void;
5456
- getActionsAfterCrash(): google_protobuf_wrappers_pb.StringValue | undefined;
5457
- setActionsAfterCrash(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5458
-
5459
- hasActionsAfterReboot(): boolean;
5460
- clearActionsAfterReboot(): void;
5461
- getActionsAfterReboot(): google_protobuf_wrappers_pb.StringValue | undefined;
5462
- setActionsAfterReboot(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5463
-
5464
- hasActionsAfterShutdown(): boolean;
5465
- clearActionsAfterShutdown(): void;
5466
- getActionsAfterShutdown(): google_protobuf_wrappers_pb.StringValue | undefined;
5467
- setActionsAfterShutdown(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5468
- getHaAlwaysRun(): boolean;
5469
- setHaAlwaysRun(value: boolean): CitrixGuest;
5470
-
5471
- hasHaRestartPriority(): boolean;
5472
- clearHaRestartPriority(): void;
5473
- getHaRestartPriority(): google_protobuf_wrappers_pb.StringValue | undefined;
5474
- setHaRestartPriority(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5475
- getHardwarePlatformVersion(): number;
5476
- setHardwarePlatformVersion(value: number): CitrixGuest;
5477
-
5478
- hasLastBootedRecord(): boolean;
5479
- clearLastBootedRecord(): void;
5480
- getLastBootedRecord(): google_protobuf_wrappers_pb.StringValue | undefined;
5481
- setLastBootedRecord(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5482
- getMemoryDynamicMax(): number;
5483
- setMemoryDynamicMax(value: number): CitrixGuest;
5484
- getMemoryDynamicMin(): number;
5485
- setMemoryDynamicMin(value: number): CitrixGuest;
5486
- getMemoryOverhead(): number;
5487
- setMemoryOverhead(value: number): CitrixGuest;
5488
- getMemoryStaticMax(): number;
5489
- setMemoryStaticMax(value: number): CitrixGuest;
5490
- getMemoryStaticMin(): number;
5491
- setMemoryStaticMin(value: number): CitrixGuest;
5492
- getMemoryTarget(): number;
5493
- setMemoryTarget(value: number): CitrixGuest;
5494
- getOrder(): number;
5495
- setOrder(value: number): CitrixGuest;
5496
-
5497
- hasPowerState(): boolean;
5498
- clearPowerState(): void;
5499
- getPowerState(): google_protobuf_wrappers_pb.StringValue | undefined;
5500
- setPowerState(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5501
- getShutdownDelay(): number;
5502
- setShutdownDelay(value: number): CitrixGuest;
5503
- getStartDelay(): number;
5504
- setStartDelay(value: number): CitrixGuest;
5505
-
5506
- hasTags(): boolean;
5507
- clearTags(): void;
5508
- getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
5509
- setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5510
- getUserVersion(): number;
5511
- setUserVersion(value: number): CitrixGuest;
5512
- getVersion(): number;
5513
- setVersion(value: number): CitrixGuest;
5514
-
5515
- hasInstallTime(): boolean;
5516
- clearInstallTime(): void;
5517
- getInstallTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
5518
- setInstallTime(value?: google_protobuf_timestamp_pb.Timestamp): CitrixGuest;
5519
-
5520
- hasStartTime(): boolean;
5521
- clearStartTime(): void;
5522
- getStartTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
5523
- setStartTime(value?: google_protobuf_timestamp_pb.Timestamp): CitrixGuest;
5524
-
5525
- hasHostUuid(): boolean;
5526
- clearHostUuid(): void;
5527
- getHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
5528
- setHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5529
-
5530
- hasGuestUuid(): boolean;
5531
- clearGuestUuid(): void;
5532
- getGuestUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
5533
- setGuestUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixGuest;
5534
- clearVirtualInterfacesList(): void;
5535
- getVirtualInterfacesList(): Array<CitrixVirtualInterface>;
5536
- setVirtualInterfacesList(value: Array<CitrixVirtualInterface>): CitrixGuest;
5537
- addVirtualInterfaces(value?: CitrixVirtualInterface, index?: number): CitrixVirtualInterface;
5538
- clearExtraInfosList(): void;
5539
- getExtraInfosList(): Array<CitrixGuestExtraInfo>;
5540
- setExtraInfosList(value: Array<CitrixGuestExtraInfo>): CitrixGuest;
5541
- addExtraInfos(value?: CitrixGuestExtraInfo, index?: number): CitrixGuestExtraInfo;
5542
- clearVirtualBlockDevicesList(): void;
5543
- getVirtualBlockDevicesList(): Array<CitrixVirtualBlockDevice>;
5544
- setVirtualBlockDevicesList(value: Array<CitrixVirtualBlockDevice>): CitrixGuest;
5545
- addVirtualBlockDevices(value?: CitrixVirtualBlockDevice, index?: number): CitrixVirtualBlockDevice;
5546
-
5547
- serializeBinary(): Uint8Array;
5548
- toObject(includeInstance?: boolean): CitrixGuest.AsObject;
5549
- static toObject(includeInstance: boolean, msg: CitrixGuest): CitrixGuest.AsObject;
5550
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5551
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5552
- static serializeBinaryToWriter(message: CitrixGuest, writer: jspb.BinaryWriter): void;
5553
- static deserializeBinary(bytes: Uint8Array): CitrixGuest;
5554
- static deserializeBinaryFromReader(message: CitrixGuest, reader: jspb.BinaryReader): CitrixGuest;
5555
- }
5556
-
5557
- export namespace CitrixGuest {
5558
- export type AsObject = {
5559
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
5560
- description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5561
- memory: number,
5562
- cpuCount: number,
5563
- state?: google_protobuf_wrappers_pb.StringValue.AsObject,
5564
- live: boolean,
5565
- lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject,
5566
- hvmBootPolicy?: google_protobuf_wrappers_pb.StringValue.AsObject,
5567
- hvmShadowMultiplier: number,
5568
- pciBus?: google_protobuf_wrappers_pb.StringValue.AsObject,
5569
- pvArguments?: google_protobuf_wrappers_pb.StringValue.AsObject,
5570
- pvBootloader?: google_protobuf_wrappers_pb.StringValue.AsObject,
5571
- pvBootloaderArguments?: google_protobuf_wrappers_pb.StringValue.AsObject,
5572
- pvKernel?: google_protobuf_wrappers_pb.StringValue.AsObject,
5573
- pvLegacyArguments?: google_protobuf_wrappers_pb.StringValue.AsObject,
5574
- pvRamdisk?: google_protobuf_wrappers_pb.StringValue.AsObject,
5575
- actionsAfterCrash?: google_protobuf_wrappers_pb.StringValue.AsObject,
5576
- actionsAfterReboot?: google_protobuf_wrappers_pb.StringValue.AsObject,
5577
- actionsAfterShutdown?: google_protobuf_wrappers_pb.StringValue.AsObject,
5578
- haAlwaysRun: boolean,
5579
- haRestartPriority?: google_protobuf_wrappers_pb.StringValue.AsObject,
5580
- hardwarePlatformVersion: number,
5581
- lastBootedRecord?: google_protobuf_wrappers_pb.StringValue.AsObject,
5582
- memoryDynamicMax: number,
5583
- memoryDynamicMin: number,
5584
- memoryOverhead: number,
5585
- memoryStaticMax: number,
5586
- memoryStaticMin: number,
5587
- memoryTarget: number,
5588
- order: number,
5589
- powerState?: google_protobuf_wrappers_pb.StringValue.AsObject,
5590
- shutdownDelay: number,
5591
- startDelay: number,
5592
- tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
5593
- userVersion: number,
5594
- version: number,
5595
- installTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
5596
- startTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
5597
- hostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
5598
- guestUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
5599
- virtualInterfacesList: Array<CitrixVirtualInterface.AsObject>,
5600
- extraInfosList: Array<CitrixGuestExtraInfo.AsObject>,
5601
- virtualBlockDevicesList: Array<CitrixVirtualBlockDevice.AsObject>,
5602
- }
5603
- }
5604
-
5605
- export class CitrixAppliance extends jspb.Message {
5606
-
5607
- hasName(): boolean;
5608
- clearName(): void;
5609
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
5610
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixAppliance;
5611
-
5612
- hasDescription(): boolean;
5613
- clearDescription(): void;
5614
- getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
5615
- setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixAppliance;
5616
- clearGuestsList(): void;
5617
- getGuestsList(): Array<CitrixGuest>;
5618
- setGuestsList(value: Array<CitrixGuest>): CitrixAppliance;
5619
- addGuests(value?: CitrixGuest, index?: number): CitrixGuest;
5620
-
5621
- serializeBinary(): Uint8Array;
5622
- toObject(includeInstance?: boolean): CitrixAppliance.AsObject;
5623
- static toObject(includeInstance: boolean, msg: CitrixAppliance): CitrixAppliance.AsObject;
5624
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5625
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5626
- static serializeBinaryToWriter(message: CitrixAppliance, writer: jspb.BinaryWriter): void;
5627
- static deserializeBinary(bytes: Uint8Array): CitrixAppliance;
5628
- static deserializeBinaryFromReader(message: CitrixAppliance, reader: jspb.BinaryReader): CitrixAppliance;
5629
- }
5630
-
5631
- export namespace CitrixAppliance {
5632
- export type AsObject = {
5633
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
5634
- description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5635
- guestsList: Array<CitrixGuest.AsObject>,
5636
- }
5637
- }
5638
-
5639
- export class CitrixTemplate extends jspb.Message {
5640
-
5641
- hasName(): boolean;
5642
- clearName(): void;
5643
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
5644
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixTemplate;
5645
-
5646
- serializeBinary(): Uint8Array;
5647
- toObject(includeInstance?: boolean): CitrixTemplate.AsObject;
5648
- static toObject(includeInstance: boolean, msg: CitrixTemplate): CitrixTemplate.AsObject;
5649
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5650
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5651
- static serializeBinaryToWriter(message: CitrixTemplate, writer: jspb.BinaryWriter): void;
5652
- static deserializeBinary(bytes: Uint8Array): CitrixTemplate;
5653
- static deserializeBinaryFromReader(message: CitrixTemplate, reader: jspb.BinaryReader): CitrixTemplate;
5654
- }
5655
-
5656
- export namespace CitrixTemplate {
5657
- export type AsObject = {
5658
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
5659
- }
5660
- }
5661
-
5662
- export class CitrixPool extends jspb.Message {
5663
-
5664
- hasName(): boolean;
5665
- clearName(): void;
5666
- getName(): google_protobuf_wrappers_pb.StringValue | undefined;
5667
- setName(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
5668
-
5669
- hasDescription(): boolean;
5670
- clearDescription(): void;
5671
- getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
5672
- setDescription(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
5673
- getRedoLog(): boolean;
5674
- setRedoLog(value: boolean): CitrixPool;
5675
-
5676
- hasTags(): boolean;
5677
- clearTags(): void;
5678
- getTags(): google_protobuf_wrappers_pb.StringValue | undefined;
5679
- setTags(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
5680
-
5681
- hasVSwitchController(): boolean;
5682
- clearVSwitchController(): void;
5683
- getVSwitchController(): google_protobuf_wrappers_pb.StringValue | undefined;
5684
- setVSwitchController(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
5685
- getHighAvailability(): boolean;
5686
- setHighAvailability(value: boolean): CitrixPool;
5687
- getHighAvailabilityAllowOvercommit(): boolean;
5688
- setHighAvailabilityAllowOvercommit(value: boolean): CitrixPool;
5689
- getHighAvailabilityOvercommitted(): boolean;
5690
- setHighAvailabilityOvercommitted(value: boolean): CitrixPool;
5691
- getHighAvailabilityHostFailuresToTolerate(): number;
5692
- setHighAvailabilityHostFailuresToTolerate(value: number): CitrixPool;
5693
- getHighAvailabilityPlanExistsFor(): number;
5694
- setHighAvailabilityPlanExistsFor(value: number): CitrixPool;
5695
- getWorkloadBalancing(): boolean;
5696
- setWorkloadBalancing(value: boolean): CitrixPool;
5697
-
5698
- hasWorkloadBalancingUrl(): boolean;
5699
- clearWorkloadBalancingUrl(): void;
5700
- getWorkloadBalancingUrl(): google_protobuf_wrappers_pb.StringValue | undefined;
5701
- setWorkloadBalancingUrl(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
5702
-
5703
- hasWorkloadBalancingUsername(): boolean;
5704
- clearWorkloadBalancingUsername(): void;
5705
- getWorkloadBalancingUsername(): google_protobuf_wrappers_pb.StringValue | undefined;
5706
- setWorkloadBalancingUsername(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
5707
- getWorkloadBalancingVerifyCert(): boolean;
5708
- setWorkloadBalancingVerifyCert(value: boolean): CitrixPool;
5709
-
5710
- hasMasterHostUuid(): boolean;
5711
- clearMasterHostUuid(): void;
5712
- getMasterHostUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
5713
- setMasterHostUuid(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
5714
-
5715
- hasCrashDumpStorageRef(): boolean;
5716
- clearCrashDumpStorageRef(): void;
5717
- getCrashDumpStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
5718
- setCrashDumpStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
5719
-
5720
- hasSuspendImageStorageRef(): boolean;
5721
- clearSuspendImageStorageRef(): void;
5722
- getSuspendImageStorageRef(): google_protobuf_wrappers_pb.StringValue | undefined;
5723
- setSuspendImageStorageRef(value?: google_protobuf_wrappers_pb.StringValue): CitrixPool;
5724
- clearHostsList(): void;
5725
- getHostsList(): Array<CitrixHost>;
5726
- setHostsList(value: Array<CitrixHost>): CitrixPool;
5727
- addHosts(value?: CitrixHost, index?: number): CitrixHost;
5728
- clearNetworksList(): void;
5729
- getNetworksList(): Array<CitrixNetwork>;
5730
- setNetworksList(value: Array<CitrixNetwork>): CitrixPool;
5731
- addNetworks(value?: CitrixNetwork, index?: number): CitrixNetwork;
5732
- clearPhysicalInterfacesList(): void;
5733
- getPhysicalInterfacesList(): Array<CitrixPhysicalInterface>;
5734
- setPhysicalInterfacesList(value: Array<CitrixPhysicalInterface>): CitrixPool;
5735
- addPhysicalInterfaces(value?: CitrixPhysicalInterface, index?: number): CitrixPhysicalInterface;
5736
- clearVirtualInterfacesList(): void;
5737
- getVirtualInterfacesList(): Array<CitrixVirtualInterface>;
5738
- setVirtualInterfacesList(value: Array<CitrixVirtualInterface>): CitrixPool;
5739
- addVirtualInterfaces(value?: CitrixVirtualInterface, index?: number): CitrixVirtualInterface;
5740
- clearOtherConfigurationsList(): void;
5741
- getOtherConfigurationsList(): Array<CitrixPoolOtherConfiguration>;
5742
- setOtherConfigurationsList(value: Array<CitrixPoolOtherConfiguration>): CitrixPool;
5743
- addOtherConfigurations(value?: CitrixPoolOtherConfiguration, index?: number): CitrixPoolOtherConfiguration;
5744
- clearRestrictionsList(): void;
5745
- getRestrictionsList(): Array<CitrixPoolRestriction>;
5746
- setRestrictionsList(value: Array<CitrixPoolRestriction>): CitrixPool;
5747
- addRestrictions(value?: CitrixPoolRestriction, index?: number): CitrixPoolRestriction;
5748
- clearPatchesList(): void;
5749
- getPatchesList(): Array<CitrixPoolPatch>;
5750
- setPatchesList(value: Array<CitrixPoolPatch>): CitrixPool;
5751
- addPatches(value?: CitrixPoolPatch, index?: number): CitrixPoolPatch;
5752
- clearAppliancesList(): void;
5753
- getAppliancesList(): Array<CitrixAppliance>;
5754
- setAppliancesList(value: Array<CitrixAppliance>): CitrixPool;
5755
- addAppliances(value?: CitrixAppliance, index?: number): CitrixAppliance;
5756
- clearTemplatesList(): void;
5757
- getTemplatesList(): Array<CitrixTemplate>;
5758
- setTemplatesList(value: Array<CitrixTemplate>): CitrixPool;
5759
- addTemplates(value?: CitrixTemplate, index?: number): CitrixTemplate;
5760
-
5761
- serializeBinary(): Uint8Array;
5762
- toObject(includeInstance?: boolean): CitrixPool.AsObject;
5763
- static toObject(includeInstance: boolean, msg: CitrixPool): CitrixPool.AsObject;
5764
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
5765
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
5766
- static serializeBinaryToWriter(message: CitrixPool, writer: jspb.BinaryWriter): void;
5767
- static deserializeBinary(bytes: Uint8Array): CitrixPool;
5768
- static deserializeBinaryFromReader(message: CitrixPool, reader: jspb.BinaryReader): CitrixPool;
5769
- }
5770
-
5771
- export namespace CitrixPool {
5772
- export type AsObject = {
5773
- name?: google_protobuf_wrappers_pb.StringValue.AsObject,
5774
- description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5775
- redoLog: boolean,
5776
- tags?: google_protobuf_wrappers_pb.StringValue.AsObject,
5777
- vSwitchController?: google_protobuf_wrappers_pb.StringValue.AsObject,
5778
- highAvailability: boolean,
5779
- highAvailabilityAllowOvercommit: boolean,
5780
- highAvailabilityOvercommitted: boolean,
5781
- highAvailabilityHostFailuresToTolerate: number,
5782
- highAvailabilityPlanExistsFor: number,
5783
- workloadBalancing: boolean,
5784
- workloadBalancingUrl?: google_protobuf_wrappers_pb.StringValue.AsObject,
5785
- workloadBalancingUsername?: google_protobuf_wrappers_pb.StringValue.AsObject,
5786
- workloadBalancingVerifyCert: boolean,
5787
- masterHostUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
5788
- crashDumpStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
5789
- suspendImageStorageRef?: google_protobuf_wrappers_pb.StringValue.AsObject,
5790
- hostsList: Array<CitrixHost.AsObject>,
5791
- networksList: Array<CitrixNetwork.AsObject>,
5792
- physicalInterfacesList: Array<CitrixPhysicalInterface.AsObject>,
5793
- virtualInterfacesList: Array<CitrixVirtualInterface.AsObject>,
5794
- otherConfigurationsList: Array<CitrixPoolOtherConfiguration.AsObject>,
5795
- restrictionsList: Array<CitrixPoolRestriction.AsObject>,
5796
- patchesList: Array<CitrixPoolPatch.AsObject>,
5797
- appliancesList: Array<CitrixAppliance.AsObject>,
5798
- templatesList: Array<CitrixTemplate.AsObject>,
5799
- }
5800
- }
5801
-
5802
4170
  export enum AzureAdObjectType {
5803
4171
  UNKNOWN_OBJECT_TYPE = 0,
5804
4172
  AZURE_AD_DEVICE = 1,