RosZonesProps
Properties for defining a RosZones
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-zones
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosZonesProps {
object Engine,
object Category = null,
object CommodityCode = null,
object DispenseMode = null,
object EngineVersion = null,
object RefreshOptions = null,
object ZoneId = null
};
Properties
Name | Type | Description |
---|---|---|
Engine |
object |
No description. |
Category |
object |
No description. |
CommodityCode |
object |
No description. |
DispenseMode |
object |
No description. |
EngineVersion |
object |
No description. |
RefreshOptions |
object |
No description. |
ZoneId |
object |
No description. |
Engine
Required
public object Engine { get; set; }
- Type: object
Category
Optional
public object Category { get; set; }
- Type: object
CommodityCode
Optional
public object CommodityCode { get; set; }
- Type: object
DispenseMode
Optional
public object DispenseMode { get; set; }
- Type: object
EngineVersion
Optional
public object EngineVersion { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object