Skip to content

NetworkInterfacePermissionProps

Properties for defining a NetworkInterfacePermission.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-networkinterfacepermission

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new NetworkInterfacePermissionProps {
    object AccountId,
    object NetworkInterfaceId,
    object Permission
};

Properties

Name Type Description
AccountId object Property accountId: the account id.
NetworkInterfaceId object Property networkInterfaceId: Network interface id.
Permission object Property permission: the permission.

AccountIdRequired

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

Property accountId: the account id.


NetworkInterfaceIdRequired

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

Property networkInterfaceId: Network interface id.


PermissionRequired

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

Property permission: the permission.