EcsSecurityGroupRelationsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Graphdatabase;
new EcsSecurityGroupRelationsProperty {
object SecurityGroupId,
object NetworkType = null,
object RegionId = null
};
Properties
| Name | Type | Description |
|---|---|---|
SecurityGroupId |
object |
No description. |
NetworkType |
object |
No description. |
RegionId |
object |
No description. |
SecurityGroupIdRequired
public object SecurityGroupId { get; set; }
- Type: object
NetworkTypeOptional
public object NetworkType { get; set; }
- Type: object
RegionIdOptional
public object RegionId { get; set; }
- Type: object