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. |
SecurityGroupId
Required
public object SecurityGroupId { get; set; }
- Type: object
NetworkType
Optional
public object NetworkType { get; set; }
- Type: object
RegionId
Optional
public object RegionId { get; set; }
- Type: object