日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

ACS-ECS-ScheduleToStartAndStopOrStopAndStartInstances

模板名稱

ACS-ECS-ScheduleToStartAndStopOrStopAndStartInstances 定時(shí)開關(guān)機(jī)或者關(guān)開機(jī)

立即執(zhí)行

模板描述

定時(shí)開關(guān)機(jī)或者關(guān)開機(jī)

模板類型

自動(dòng)化

所有者

Alibaba Cloud

輸入?yún)?shù)

參數(shù)名稱

描述

類型

是否必填

默認(rèn)值

約束

targets

目標(biāo)實(shí)例

Json

dailyStartTime

每天開啟實(shí)例的時(shí)間

String

dailyStopTime

每天停止實(shí)例的時(shí)間

String

regionId

地域ID

String

{{ ACS::RegionId }}

startFirstOrStopFirst

開關(guān)機(jī)模式

String

StartFirst

weekdays

任務(wù)執(zhí)行的周期

String

*

triggerEndDate

時(shí)間觸發(fā)器結(jié)束時(shí)間

String

2099-12-01T00:00:00Z

stoppedMode

停止模式

String

KeepCharging

hibernate

實(shí)例是否休眠

Boolean

False

rateControl

任務(wù)執(zhí)行的并發(fā)比率

Json

{‘Mode’: ‘Concurrency’, ‘MaxErrors’: 0, ‘Concurrency’: 10}

OOSAssumeRole

OOS扮演的RAM角色

String

AliyunServiceRoleForOOSInstanceScheduler

輸出參數(shù)

執(zhí)行此模板需要的權(quán)限策略

{
    "Version": "1",
    "Statement": [
        {
            "Action": [
                "ecs:DescribeInstances",
                "ecs:StartInstance",
                "ecs:StopInstance"
            ],
            "Resource": "*",
            "Effect": "Allow"
        }
    ]
}

詳情

ACS-ECS-ScheduleToStartAndStopOrStopAndStartInstances詳情

模板內(nèi)容

FormatVersion: OOS-2019-06-01
Description:
  en: Schedule to start and stop ECS instances
  zh-cn: 定時(shí)開關(guān)機(jī)或者關(guān)開機(jī)
  name-en: ACS-ECS-ScheduleToStartAndStopOrStopAndStartInstances
  name-zh-cn: 定時(shí)開關(guān)機(jī)或者關(guān)開機(jī)
  categories:
    - time_trigger
Parameters:
  regionId:
    Type: String
    Label:
      en: RegionId
      zh-cn: 地域ID
    AssociationProperty: RegionId
    Default: '{{ ACS::RegionId }}'
  targets:
    Type: Json
    Label:
      en: TargetInstance
      zh-cn: 目標(biāo)實(shí)例
    AssociationProperty: Targets
    AssociationPropertyMetadata:
      ResourceType: ALIYUN::ECS::Instance
      RegionId: regionId
  startFirstOrStopFirst:
    Type: String
    Label:
      en: StartFirstOrStopFirst
      zh-cn: 開關(guān)機(jī)模式
    AllowedValues:
      - StartFirst
      - StopFirst
    Default: StartFirst
    AssociationPropertyMetadata:
      LocaleKey: OOSStopInstanceMode
  weekdays:
    Label:
      en: The Cycle of task
      zh-cn: 任務(wù)執(zhí)行的周期
    Type: String
    AssociationProperty: TimeTriggerWeekly
    Default: '*'
  dailyStartTime:
    Label:
      en: DailyStartTime
      zh-cn: 每天開啟實(shí)例的時(shí)間
    Type: String
    AssociationProperty: DateTime
    AssociationPropertyMetadata:
      Format: HH:mm:ssZ
  dailyStopTime:
    Label:
      en: DailyStopTime
      zh-cn: 每天停止實(shí)例的時(shí)間
    Type: String
    AssociationProperty: DateTime
    AssociationPropertyMetadata:
      Format: HH:mm:ssZ
  triggerEndDate:
    Label:
      en: The end date of time trigger
      zh-cn: 時(shí)間觸發(fā)器結(jié)束時(shí)間
    Type: String
    AssociationProperty: DateTime
    AssociationPropertyMetadata:
      Format: YYYY-MM-DDTHH:mm:ssZ
    Default: '2099-12-01T00:00:00Z'
  stoppedMode:
    Label:
      en: StoppedMode
      zh-cn: 停止模式
    Description:
      en: <p class="p">The stop mode that is set when stopping a pay-as-you-go ECS instance. Value:</p> <ul class="ul"> <li class="li"Save downtime mode. For the conditions for <code class="ph codeph">StopCharging</code> to take effect, please refer to <span><a target="_blank" href="http://m.bestwisewords.com/document_detail/63353.html" >Enable Conditions for Pay-As-You-Go Instance Savings Downtime Mode</a></span>. </li> <li class="li">Normal shutdown mode. Charges continue even after the instance is stopped. </li> </ul>
      zh-cn: <p class="p">停止按量付費(fèi)ECS實(shí)例時(shí),設(shè)置的停止模式。取值:</p> <ul class="ul"> <li class="li">節(jié)省停機(jī)模式:有關(guān)<code class="ph codeph">StopCharging</code>生效的條件,請(qǐng)參見<span><a target="_blank" href="http://m.bestwisewords.com/document_detail/63353.html">按量付費(fèi)實(shí)例節(jié)省停機(jī)模式</a></span>的啟用條件章節(jié)。</li> <li class="li">普通停機(jī)模式:實(shí)例停止后仍繼續(xù)收費(fèi)。</li> </ul>
    Type: String
    AllowedValues:
      - StopCharging
      - KeepCharging
    Default: KeepCharging
    AssociationPropertyMetadata:
      LocaleKey: ECSStoppedMode
  hibernate:
    Label:
      en: WhetherToHibernateTheInstance
      zh-cn: 實(shí)例是否休眠
    Type: Boolean
    Default: false
  rateControl:
    Label:
      en: RateControl
      zh-cn: 任務(wù)執(zhí)行的并發(fā)比率
    Type: Json
    AssociationProperty: RateControl
    Default:
      Mode: Concurrency
      MaxErrors: 0
      Concurrency: 10
  OOSAssumeRole:
    Label:
      en: OOSAssumeRole
      zh-cn: OOS扮演的RAM角色
    Type: String
    Default: AliyunServiceRoleForOOSInstanceScheduler
RamRole: '{{ OOSAssumeRole }}'
Tasks:
  - Name: timerTrigger
    Action: ACS::TimerTrigger
    Description:
      en: Triggers a task as scheduled by specifying Cron expression
      zh-cn: 通過指定Cron表達(dá)式按計(jì)劃觸發(fā)任務(wù)
    Properties:
      Type: cron
      EndDate: '{{ triggerEndDate }}'
      Expression:
        Fn::Join:
          - ' '
          - - '0'
            - Fn::Select:
                - 1
                - Fn::Split:
                    - ':'
                    - Fn::If:
                        - Fn::Equals:
                            - StartFirst
                            - '{{startFirstOrStopFirst}}'
                        - '{{ dailyStartTime }}'
                        - '{{ dailyStopTime }}'
            - Fn::Select:
                - 0
                - Fn::Split:
                    - ':'
                    - Fn::If:
                        - Fn::Equals:
                            - StartFirst
                            - '{{startFirstOrStopFirst}}'
                        - '{{ dailyStartTime }}'
                        - '{{ dailyStopTime }}'
            - '?'
            - '*'
            - '{{ weekdays }}'
  - Name: getInstance
    Description:
      en: Views the ECS instances
      zh-cn: 獲取ECS實(shí)例
    Action: ACS::SelectTargets
    Properties:
      ResourceType: ALIYUN::ECS::Instance
      RegionId: '{{regionId}}'
      Filters:
        - '{{ targets }}'
    Outputs:
      instanceIds:
        Type: List
        ValueSelector: Instances.Instance[].InstanceId
  - Name: startInstanceFirst
    Action: ACS::ECS::StartInstance
    Description:
      en: Starts the ECS instances
      zh-cn: 首先開啟實(shí)例
    When:
      Fn::Equals:
        - StartFirst
        - '{{startFirstOrStopFirst}}'
    Properties:
      regionId: '{{ regionId }}'
      instanceId: '{{ ACS::TaskLoopItem }}'
    Loop:
      RateControl: '{{ rateControl }}'
      Items: '{{ getInstance.instanceIds }}'
  - Name: sleepToStopTime
    Action: ACS::Sleep
    Description:
      en: Sleep to instance stop time
      zh-cn: 睡眠到實(shí)例停止時(shí)間
    When:
      Fn::Equals:
        - StartFirst
        - '{{startFirstOrStopFirst}}'
    Properties:
      Duration:
        Fn::DurationBetween:
          - '{{ dailyStartTime }}'
          - '{{ dailyStopTime }}'
  - Name: stopInstanceSecond
    Action: ACS::ECS::StopInstance
    Description:
      en: Stops the ECS instances
      zh-cn: 停止實(shí)例
    When:
      Fn::Equals:
        - StartFirst
        - '{{startFirstOrStopFirst}}'
    Properties:
      regionId: '{{ regionId }}'
      instanceId: '{{ ACS::TaskLoopItem }}'
      stoppedMode: '{{ stoppedMode }}'
      hibernate: '{{ hibernate }}'
    Loop:
      RateControl: '{{ rateControl }}'
      Items: '{{ getInstance.instanceIds }}'
  - Name: stopInstanceFirst
    Action: ACS::ECS::StopInstance
    Description:
      en: Stop the ECS instances first
      zh-cn: 首先停止實(shí)例
    When:
      Fn::Equals:
        - StopFirst
        - '{{startFirstOrStopFirst}}'
    Properties:
      regionId: '{{ regionId }}'
      instanceId: '{{ ACS::TaskLoopItem }}'
      stoppedMode: '{{ stoppedMode }}'
      hibernate: '{{ hibernate }}'
    Loop:
      RateControl: '{{ rateControl }}'
      Items: '{{ getInstance.instanceIds }}'
  - Name: sleepToStartTime
    Action: ACS::Sleep
    Description:
      en: Sleep to instance stop time
      zh-cn: 睡眠到實(shí)例開啟時(shí)間
    When:
      Fn::Equals:
        - StopFirst
        - '{{startFirstOrStopFirst}}'
    Properties:
      Duration:
        Fn::DurationBetween:
          - '{{ dailyStopTime }}'
          - '{{ dailyStartTime }}'
  - Name: startInstance
    Action: ACS::ECS::StartInstance
    Description:
      en: Starts the ECS instances
      zh-cn: 開啟實(shí)例
    When:
      Fn::Equals:
        - StopFirst
        - '{{startFirstOrStopFirst}}'
    Properties:
      regionId: '{{ regionId }}'
      instanceId: '{{ ACS::TaskLoopItem }}'
    Loop:
      RateControl: '{{ rateControl }}'
      Items: '{{ getInstance.instanceIds }}'