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