WaitOrderProps
Properties for defining a WaitOrder.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bss-waitorder
Initializer
using AlibabaCloud.SDK.ROS.CDK.Bss;
new WaitOrderProps {
    object OrderIds,
    object CancelOnDelete = null,
    object WaitForOrderProduced = null
};
Properties
| Name | Type | Description | 
|---|---|---|
OrderIds | 
object | 
Property orderIds: A list of order ids. | 
CancelOnDelete | 
object | 
Property cancelOnDelete: Cancel order where delete the resource. | 
WaitForOrderProduced | 
object | 
Property waitForOrderProduced: Wait util all orders related ROS resources are produced. | 
OrderIdsRequired 
public object OrderIds { get; set; }
- Type: object
 
Property orderIds: A list of order ids.
CancelOnDeleteOptional 
public object CancelOnDelete { get; set; }
- Type: object
 
Property cancelOnDelete: Cancel order where delete the resource.
Ignore the paid order. Default true
WaitForOrderProducedOptional 
public object WaitForOrderProduced { get; set; }
- Type: object
 
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.