すべてのプロダクト
Search
ドキュメントセンター

CloudOps Orchestration Service:クラウドデスクトップの一括停止

最終更新日:Jan 17, 2025

テンプレート名

ACS-ECD-BulkyStopDesktops

今すぐ実行

テンプレートの説明

複数のクラウドデスクトップを一度に停止します。

テンプレートタイプ

自動化

所有者

Alibaba Cloud

入力パラメータ

パラメータ

説明

データ型

必須

デフォルト値

制限

regionId

リージョン ID。

String

いいえ

{{ ACS::RegionId }}

desktopIds

クラウドデスクトップの ID。

List

いいえ

[]

rateControl

レート制御設定。

Json

いいえ

{'Mode': 'Concurrency', 'MaxErrors': 0, 'Concurrency': 10}

OOSAssumeRole

CloudOps Orchestration Service ( OOS ) によって引き受けられる RAM ロール。

String

いいえ

""

出力パラメータ

該当なし。

テンプレートを実行するために必要な権限ポリシー

{
    "Version": "1",
    "Statement": [
        {
            "Action": [
                "ecd:DescribeDesktops",
                "ecd:StopDesktops"
            ],
            "Resource": "*",
            "Effect": "Allow"
        }
    ]
}

参照

ACS-ECD-BulkyStopDesktops

テンプレートコンテンツ

FormatVersion: OOS-2019-06-01
Description:
  en: Bulky stop ECD desktops   
  name-en: ACS-ECD-BulkyStopDesktops   
Parameters:
  regionId:
    Label:
      en: RegionId       
    Type: String
    AssociationProperty: RegionId
    Default: '{{ ACS::RegionId }}'
  desktopIds:
    Label:
      en: DesktopIds     
    Type: List
    Default: []
  rateControl:
    Label:
      en: RateControl       
    Type: Json
    AssociationProperty: RateControl
    Default:
      Mode: Concurrency
      MaxErrors: 0
      Concurrency: 10
  OOSAssumeRole:
    Label:
      en: OOSAssumeRole
    Type: String
    Default: ''
RamRole: '{{ OOSAssumeRole }}'
Tasks:
  - Name: stopDesktop
    Action: ACS::ECD::StopDesktop
    Description:
      en: Stop desktops      
    Properties:
      regionId: '{{ regionId }}'
      desktopId: '{{ ACS::TaskLoopItem }}'
    Loop:
      RateControl: '{{ rateControl }}'
      Items: '{{ desktopIds }}'
Metadata:
  ALIYUN::OOS::Interface:
    ParameterGroups:
      - Parameters:
          - regionId
          - desktopIds
        Label:
          default:          
            en: Select ECD Desktops
      - Parameters:
          - rateControl
          - OOSAssumeRole
        Label:
          default:            
            en: Control Options