Skip to content

RosDatabasesProps

Properties for defining a RosDatabases.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-databases

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosDatabasesProps {
    object DbInstanceId,
    object DbName = null,
    object DbStatus = null,
    object RefreshOptions = null
};

Properties

Name Type Description
DbInstanceId object No description.
DbName object No description.
DbStatus object No description.
RefreshOptions object No description.

DbInstanceIdRequired

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

DbNameOptional

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

DbStatusOptional

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

RefreshOptionsOptional

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