Skip to content

WaitOrderProps

Properties for defining a WaitOrder.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bss-waitorder

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkbss"
&alicloudroscdkbss.WaitOrderProps {
    OrderIds: interface{},
    CancelOnDelete: interface{},
    WaitForOrderProduced: interface{},
}

Properties

Name Type Description
OrderIds interface{} Property orderIds: A list of order ids.
CancelOnDelete interface{} Property cancelOnDelete: Cancel order where delete the resource.
WaitForOrderProduced interface{} Property waitForOrderProduced: Wait util all orders related ROS resources are produced.

OrderIdsRequired

OrderIds interface{}
  • Type: interface{}

Property orderIds: A list of order ids.


CancelOnDeleteOptional

CancelOnDelete interface{}
  • Type: interface{}

Property cancelOnDelete: Cancel order where delete the resource.

Ignore the paid order. Default true


WaitForOrderProducedOptional

WaitForOrderProduced interface{}
  • Type: interface{}

Property waitForOrderProduced: Wait util all orders related ROS resources are produced.

Support ALIYUN::ECS::PrepayInstance, ALIYUN::RDS::PrepayDBInstance, ALIYUN::REDIS::PrepayInstance, ALIYUN::SLB::LoadBalancer, ALIYUN::VPC::EIP, ALIYUN::VPC::VpnGateway.