RosSecurityGroupProps
Properties for defining a RosSecurityGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-securitygroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSecurityGroupProps {
object SecurityGroupId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
SecurityGroupId |
object |
No description. |
RefreshOptions |
object |
No description. |
SecurityGroupId
Required
public object SecurityGroupId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object