File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11name : build
22on :
33 push :
4- branches : [main]
4+ branches : [main, link-test ]
55 pull_request :
66 branches : [main]
77 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -3428,11 +3428,12 @@ def add(
34283428 **kwargs
34293429 ):
34303430 """
3431+ TEST STRING MARKER
34313432 Adds or registers a disk.
34323433 IMPORTANT: Since version 4.2 of the engine this operation is deprecated, and preserved only for backwards
3433- compatibility. It will be removed in the future. To add a new disk use the xref:services/disks/methods/ add[add]
3434+ compatibility. It will be removed in the future. To add a new disk use the `DisksService. add`
34343435 operation of the service that manages the disks of the system. To register an unregistered disk use the
3435- xref:services/attached_storage_domain_disk/methods/ register[register] operation of the service that manages
3436+ py:meth:`AttachedStorageDomainDiskService. register` operation of the service that manages
34363437 that disk.
34373438
34383439
@@ -28988,7 +28989,7 @@ def __str__(self):
2898828989class TemplateDiskAttachmentsService(Service):
2898928990 """
2899028991 This service manages the set of disks attached to a template. Each attached disk is represented by a
28991- xref: types/disk_attachment[ DiskAttachment] .
28992+ `ovirtsdk4. types. DiskAttachment` .
2899228993
2899328994 """
2899428995
You can’t perform that action at this time.
0 commit comments