RosSecurityGroupsProps
Properties for defining a RosSecurityGroups.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-securitygroups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSecurityGroupsProps {
object NetworkType = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object SecurityGroupId = null,
object SecurityGroupIds = null,
object SecurityGroupName = null,
object SecurityGroupType = null,
TagsProperty[] Tags = null,
object VpcId = null
};
Properties
| Name | Type | Description |
|---|---|---|
NetworkType |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityGroupId |
object |
No description. |
SecurityGroupIds |
object |
No description. |
SecurityGroupName |
object |
No description. |
SecurityGroupType |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosSecurityGroups.TagsProperty[] |
No description. |
VpcId |
object |
No description. |
NetworkTypeOptional
public object NetworkType { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupIdOptional
public object SecurityGroupId { get; set; }
- Type: object
SecurityGroupIdsOptional
public object SecurityGroupIds { 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: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosSecurityGroups.TagsProperty[]
VpcIdOptional
public object VpcId { get; set; }
- Type: object