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. |
AccountId
Required
AccountId interface{}
- Type: interface{}
Property accountId: the account id.
NetworkInterfaceId
Required
NetworkInterfaceId interface{}
- Type: interface{}
Property networkInterfaceId: Network interface id.
Permission
Required
Permission interface{}
- Type: interface{}
Property permission: the permission.