Skip to content

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.

SecurityGroupIdRequired

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

RefreshOptionsOptional

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