RosSecurityGroupProps
Properties for defining a RosSecurityGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-securitygroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSecurityGroupProps {
object Description = null,
object ResourceGroupId = null,
object SecurityGroupEgress = null,
object SecurityGroupIngress = null,
object SecurityGroupName = null,
object SecurityGroupType = null,
TagsProperty[] Tags = null,
object VpcId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Description |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityGroupEgress |
object |
No description. |
SecurityGroupIngress |
object |
No description. |
SecurityGroupName |
object |
No description. |
SecurityGroupType |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VpcId |
object |
No description. |
DescriptionOptional
public object Description { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupEgressOptional
public object SecurityGroupEgress { get; set; }
- Type: object
SecurityGroupIngressOptional
public object SecurityGroupIngress { get; set; }
- Type: object
SecurityGroupNameOptional
public object SecurityGroupName { get; set; }
- Type: object
SecurityGroupTypeOptional
public object SecurityGroupType { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VpcIdOptional
public object VpcId { get; set; }
- Type: object