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. |
NetworkType
Optional
public object NetworkType { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
SecurityGroupIds
Optional
public object SecurityGroupIds { get; set; }
- Type: object
SecurityGroupName
Optional
public object SecurityGroupName { get; set; }
- Type: object
SecurityGroupType
Optional
public object SecurityGroupType { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosSecurityGroups.TagsProperty[]
VpcId
Optional
public object VpcId { get; set; }
- Type: object