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. |
Description
Optional
public object Description { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object