Skip to content

NetworkInterfacePermissionProps

Properties for defining a NetworkInterfacePermission.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.NetworkInterfacePermissionProps {
    AccountId: interface{},
    NetworkInterfaceId: interface{},
    Permission: interface{},
}

Properties

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

AccountIdRequired

AccountId interface{}
  • Type: interface{}

Property accountId: the account id.


NetworkInterfaceIdRequired

NetworkInterfaceId interface{}
  • Type: interface{}

Property networkInterfaceId: Network interface id.


PermissionRequired

Permission interface{}
  • Type: interface{}

Property permission: the permission.