Skip to content

Commit 3141d28

Browse files
authored
Add support for source_workstation in workstations_workstation resource. (#12549)
1 parent 24ac835 commit 3141d28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mmv1/products/workstations/Workstation.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,9 @@ properties:
153153
- 'STATE_RUNNING'
154154
- 'STATE_STOPPING'
155155
- 'STATE_STOPPED'
156+
- name: 'source_workstation'
157+
type: String
158+
description: |
159+
Full resource name of the source workstation from which the workstation's persistent
160+
directories will be cloned from during creation.
161+
immutable: true

0 commit comments

Comments
 (0)