From 3141d28edde5caf84cd1fc574408e608c33e03dc Mon Sep 17 00:00:00 2001 From: esu Date: Tue, 17 Dec 2024 13:04:27 -0800 Subject: [PATCH] Add support for source_workstation in workstations_workstation resource. (#12549) --- mmv1/products/workstations/Workstation.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mmv1/products/workstations/Workstation.yaml b/mmv1/products/workstations/Workstation.yaml index 6480c9ffdd0d..d309b0b95b5f 100644 --- a/mmv1/products/workstations/Workstation.yaml +++ b/mmv1/products/workstations/Workstation.yaml @@ -153,3 +153,9 @@ properties: - 'STATE_RUNNING' - 'STATE_STOPPING' - 'STATE_STOPPED' + - name: 'source_workstation' + type: String + description: | + Full resource name of the source workstation from which the workstation's persistent + directories will be cloned from during creation. + immutable: true