Function stop_instances

Source
pub async fn stop_instances(
    client: &TencentCloudClient,
    region: &str,
    instance_ids: Vec<&str>,
    stop_type: Option<&str>,
    stopped_mode: Option<&str>,
) -> Result<Value, Box<dyn Error>>
Expand description

关闭实例 - StopInstances

接口描述

  • 接口请求域名:cvm.tencentcloudapi.com
  • 默认接口请求频率限制:10次/秒

入参说明

参数类型说明
ActionString固定为 "StopInstances"
VersionString固定为 "2017-03-12"
RegionString必填,指定区域(例如:“ap-shanghai”)
InstanceIdsArray必填,实例ID数组(最多支持100个实例ID)
StopTypeString可选,实例关闭模式,默认 "SOFT"
StoppedModeString可选,按量计费实例关机收费模式,默认 "KEEP_CHARGING"
BodyJSON由上述参数构成的 JSON 字符串

出参说明

字段类型说明
RequestIdString唯一请求ID