Skip to content

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.

AccountIdRequired

public object AccountId { get; set; }
  • Type: object

NetworkInterfaceIdRequired

public object NetworkInterfaceId { get; set; }
  • Type: object

PermissionRequired

public object Permission { get; set; }
  • Type: object