Skip to content

DedicatedHostGroupsProps

Properties for defining a DedicatedHostGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cddc-dedicatedhostgroups

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cddc;
new DedicatedHostGroupsProps {
    object DedicatedHostGroupId = null,
    object Engine = null,
    object RefreshOptions = null
};

Properties

Name Type Description
DedicatedHostGroupId object Property dedicatedHostGroupId: Dedicated Host Group ID.
Engine object Property engine: Database Engine Type.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

DedicatedHostGroupIdOptional

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

Property dedicatedHostGroupId: Dedicated Host Group ID.


EngineOptional

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

Property engine: Database Engine Type.


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.