Skip to content

SecurityGroupEgressesProps

Properties for defining a SecurityGroupEgresses.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new SecurityGroupEgressesProps {
    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.