Skip to content

RosSecurityGroupEgressProps

Properties for defining a RosSecurityGroupEgress.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSecurityGroupEgressProps {
    object IpProtocol,
    object PortRange,
    object Description = null,
    object DestCidrIp = null,
    object DestGroupId = null,
    object DestGroupOwnerId = null,
    object DestPrefixListId = null,
    object Ipv6DestCidrIp = null,
    object NicType = null,
    object Policy = null,
    object Priority = null,
    object SecurityGroupId = null
};

Properties

Name Type Description
IpProtocol object No description.
PortRange object No description.
Description object No description.
DestCidrIp object No description.
DestGroupId object No description.
DestGroupOwnerId object No description.
DestPrefixListId object No description.
Ipv6DestCidrIp object No description.
NicType object No description.
Policy object No description.
Priority object No description.
SecurityGroupId object No description.

IpProtocolRequired

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

PortRangeRequired

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

DescriptionOptional

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

DestCidrIpOptional

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

DestGroupIdOptional

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

DestGroupOwnerIdOptional

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

DestPrefixListIdOptional

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

Ipv6DestCidrIpOptional

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

NicTypeOptional

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

PolicyOptional

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

PriorityOptional

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

SecurityGroupIdOptional

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