Skip to content

RosDbInstancesProps

Properties for defining a RosDbInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-graphdatabase-dbinstances

Initializer

using AlibabaCloud.SDK.ROS.CDK.Graphdatabase;
new RosDbInstancesProps {
    object DbInstanceDescription = null,
    object DbInstanceId = null,
    object RefreshOptions = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
DbInstanceDescription object No description.
DbInstanceId object No description.
RefreshOptions object No description.
ResourceGroupId object No description.

DbInstanceDescriptionOptional

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

DbInstanceIdOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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