RosNetworkInterfacePermissionProps
Properties for defining a RosNetworkInterfacePermission
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-networkinterfacepermission
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosNetworkInterfacePermissionProps {
object AccountId,
object NetworkInterfaceId,
object Permission
};
Properties
Name | Type | Description |
---|---|---|
AccountId |
object |
No description. |
NetworkInterfaceId |
object |
No description. |
Permission |
object |
No description. |
AccountId
Required
public object AccountId { get; set; }
- Type: object
NetworkInterfaceId
Required
public object NetworkInterfaceId { get; set; }
- Type: object
Permission
Required
public object Permission { get; set; }
- Type: object