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. |
IpProtocol
Required
public object IpProtocol { get; set; }
- Type: object
PortRange
Required
public object PortRange { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DestCidrIp
Optional
public object DestCidrIp { get; set; }
- Type: object
DestGroupId
Optional
public object DestGroupId { get; set; }
- Type: object
DestGroupOwnerId
Optional
public object DestGroupOwnerId { get; set; }
- Type: object
DestPrefixListId
Optional
public object DestPrefixListId { get; set; }
- Type: object
Ipv6DestCidrIp
Optional
public object Ipv6DestCidrIp { get; set; }
- Type: object
NicType
Optional
public object NicType { get; set; }
- Type: object
Policy
Optional
public object Policy { get; set; }
- Type: object
Priority
Optional
public object Priority { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object