Skip to content

SecurityGroupIngressesProps

Properties for defining a SecurityGroupIngresses.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-securitygroupingresses

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new SecurityGroupIngressesProps {
    object Permissions,
    object SecurityGroupId
};

Properties

Name Type Description
Permissions object Property permissions: A list of security group rules.
SecurityGroupId object Property securityGroupId: Id of the security group.

PermissionsRequired

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

Property permissions: A list of security group rules.

A hundred at most.


SecurityGroupIdRequired

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

Property securityGroupId: Id of the security group.