Skip to content

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.

EngineRequired

public object Engine { get; set; }
  • Type: object

CategoryOptional

public object Category { get; set; }
  • Type: object

CommodityCodeOptional

public object CommodityCode { get; set; }
  • Type: object

DispenseModeOptional

public object DispenseMode { get; set; }
  • Type: object

EngineVersionOptional

public object EngineVersion { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

ZoneIdOptional

public object ZoneId { get; set; }
  • Type: object