Skip to content

DbInstancesProps

Properties for defining a DbInstances.

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

Initializer

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

Properties

Name Type Description
DbInstanceDescription object Property dbInstanceDescription: According to the practical example or notes.
DbInstanceId object Property dbInstanceId: The first ID of the resource.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId object Property resourceGroupId: Resource Group ID.

DbInstanceDescriptionOptional

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

Property dbInstanceDescription: According to the practical example or notes.


DbInstanceIdOptional

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

Property dbInstanceId: The first ID of the resource.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ResourceGroupIdOptional

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

Property resourceGroupId: Resource Group ID.