RosSecurityGroupIngressProps
Properties for defining a RosSecurityGroupIngress.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-securitygroupingress
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSecurityGroupIngressProps {
object IpProtocol,
object PortRange,
object Description = null,
object Ipv6SourceCidrIp = null,
object NicType = null,
object Policy = null,
object Priority = null,
object SecurityGroupId = null,
object SourceCidrIp = null,
object SourceGroupId = null,
object SourceGroupOwnerId = null,
object SourcePortRange = null,
object SourcePrefixListId = null
};
Properties
| Name | Type | Description |
|---|---|---|
IpProtocol |
object |
No description. |
PortRange |
object |
No description. |
Description |
object |
No description. |
Ipv6SourceCidrIp |
object |
No description. |
NicType |
object |
No description. |
Policy |
object |
No description. |
Priority |
object |
No description. |
SecurityGroupId |
object |
No description. |
SourceCidrIp |
object |
No description. |
SourceGroupId |
object |
No description. |
SourceGroupOwnerId |
object |
No description. |
SourcePortRange |
object |
No description. |
SourcePrefixListId |
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
Ipv6SourceCidrIpOptional
public object Ipv6SourceCidrIp { 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
SourceCidrIpOptional
public object SourceCidrIp { get; set; }
- Type: object
SourceGroupIdOptional
public object SourceGroupId { get; set; }
- Type: object
SourceGroupOwnerIdOptional
public object SourceGroupOwnerId { get; set; }
- Type: object
SourcePortRangeOptional
public object SourcePortRange { get; set; }
- Type: object
SourcePrefixListIdOptional
public object SourcePrefixListId { get; set; }
- Type: object