Skip to content

RosDedicatedHostClusterProps

Properties for defining a RosDedicatedHostCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-dedicatedhostcluster

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDedicatedHostClusterProps {
    object DedicatedHostClusterId,
    object RefreshOptions = null
};

Properties

Name Type Description
DedicatedHostClusterId object No description.
RefreshOptions object No description.

DedicatedHostClusterIdRequired

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

RefreshOptionsOptional

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