RosDrdsInstancesProps
Properties for defining a RosDrdsInstances.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-drds-drdsinstances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Drds;
new RosDrdsInstancesProps {
object Description = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object Type = null
};
Properties
| Name | Type | Description |
|---|---|---|
Description |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
Type |
object |
No description. |
DescriptionOptional
public object Description { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TypeOptional
public object Type { get; set; }
- Type: object