Skip to content

DrdsInstancesProps

Properties for defining a DrdsInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-drds-drdsinstances

Initializer

using AlibabaCloud.SDK.ROS.CDK.Drds;
new DrdsInstancesProps {
    object Description = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object Type = null
};

Properties

Name Type Description
Description object Property description: Example description.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.
Type object Property type: Instance type.

DescriptionOptional

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

Property description: Example description.


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: The ID of the resource group.


TypeOptional

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

Property type: Instance type.

Enumeration Value: 1: PRIVATE 0: PUBLIC