RosInstanceProps
Properties for defining a RosInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dts-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dts;
new RosInstanceProps {
object InstanceClass,
object PayType,
object Type,
object AutoPay = null,
object AutoStart = null,
object ComputeUnit = null,
object DatabaseCount = null,
object DestinationEndpointEngineName = null,
object DestinationRegion = null,
object Du = null,
object FeeType = null,
object JobId = null,
object Period = null,
object ResourceGroupId = null,
object SourceEndpointEngineName = null,
object SourceRegion = null,
object SyncArchitecture = null,
object UsedTime = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceClass |
object |
No description. |
PayType |
object |
No description. |
Type |
object |
No description. |
AutoPay |
object |
No description. |
AutoStart |
object |
No description. |
ComputeUnit |
object |
No description. |
DatabaseCount |
object |
No description. |
DestinationEndpointEngineName |
object |
No description. |
DestinationRegion |
object |
No description. |
Du |
object |
No description. |
FeeType |
object |
No description. |
JobId |
object |
No description. |
Period |
object |
No description. |
ResourceGroupId |
object |
No description. |
SourceEndpointEngineName |
object |
No description. |
SourceRegion |
object |
No description. |
SyncArchitecture |
object |
No description. |
UsedTime |
object |
No description. |
InstanceClassRequired
public object InstanceClass { get; set; }
- Type: object
PayTypeRequired
public object PayType { get; set; }
- Type: object
TypeRequired
public object Type { get; set; }
- Type: object
AutoPayOptional
public object AutoPay { get; set; }
- Type: object
AutoStartOptional
public object AutoStart { get; set; }
- Type: object
ComputeUnitOptional
public object ComputeUnit { get; set; }
- Type: object
DatabaseCountOptional
public object DatabaseCount { get; set; }
- Type: object
DestinationEndpointEngineNameOptional
public object DestinationEndpointEngineName { get; set; }
- Type: object
DestinationRegionOptional
public object DestinationRegion { get; set; }
- Type: object
DuOptional
public object Du { get; set; }
- Type: object
FeeTypeOptional
public object FeeType { get; set; }
- Type: object
JobIdOptional
public object JobId { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SourceEndpointEngineNameOptional
public object SourceEndpointEngineName { get; set; }
- Type: object
SourceRegionOptional
public object SourceRegion { get; set; }
- Type: object
SyncArchitectureOptional
public object SyncArchitecture { get; set; }
- Type: object
UsedTimeOptional
public object UsedTime { get; set; }
- Type: object