弹性公网IP EIP
Organizations服务中的服务控制策略(Service Control Policy,以下简称SCP)可以使用以下授权项元素设置访问控制策略。
SCP不直接进行授权,只划定权限边界。将SCP绑定到组织单元或者成员账号时,并没有直接对组织单元或成员账号授予操作权限,而是规定了成员账号或组织单元包含的成员账号的授权范围。
本章节介绍组织服务中SCP使用的元素,这些元素包含了操作(Action)、资源(Resource)和条件(Condition)。
如何使用这些元素编辑SCP自定义策略,请参考创建SCP。
操作(Action)
操作(Action)即为SCP中支持的授权项。
- “访问级别”列描述如何对操作进行分类(list、read和write等)。此分类可帮助您了解在SCP中相应操作对应的访问级别。
- “资源类型”列指每个操作是否支持资源级权限。
- 资源类型支持通配符号*表示所有。如果此列没有值(-),则必须在SCP语句的Resource元素中指定所有资源类型(“*”)。
- 如果该列包含资源类型,则必须在具有该操作的语句中指定该资源的URN。
- 资源类型列中必需资源在表中用星号(*)标识,表示使用此操作必须指定该资源类型。
关于EIP定义的资源类型的详细信息请参见资源类型(Resource)。
- “条件键”列包括了可以在SCP语句的Condition元素中支持指定的键值。
- 如果该授权项资源类型列存在值,则表示条件键仅对列举的资源类型生效。
- 如果该授权项资源类型列没有值(-),则表示条件键对整个授权项生效。
- 如果此列条件键没有值(-),表示此操作不支持指定条件键。
关于EIP定义的条件键的详细信息请参见条件(Condition)。
您可以在SCP语句的Action元素中指定以下EIP的相关操作。
授权项 |
描述 |
访问级别 |
资源类型(*为必须) |
条件键 |
---|---|---|---|---|
eip:publicIps:create |
授予申请弹性公网IP的权限。 |
write |
publicip * |
- |
- |
g:EnterpriseProjectId |
|||
eip:publicIps:batchCreate |
授予批量创建弹性公网IP的权限。 |
write |
publicip * |
- |
- |
|
|||
eip:publicIps:list |
授予查询弹性公网IP列表的权限。 |
list |
publicip * |
- |
- |
g:EnterpriseProjectId |
|||
eip:publicIps:count |
授予查询弹性公网IP数量的权限。 |
list |
publicip * |
- |
eip:publicIps:get |
授予查询指定弹性公网IP的权限。 |
read |
publicip * |
|
eip:publicIps:update |
授予更新弹性公网IP的权限。 |
write |
publicip * |
|
eip:publicIps:enableNat64 |
授予使能弹性公网IP NAT64的权限。 |
write |
publicip * |
|
eip:publicIps:disableNat64 |
授予使能弹性公网IP NAT64的权限。 |
write |
publicip * |
|
eip:publicIps:associateInstance |
授予将弹性公网IP绑定网卡的权限。 |
write |
publicip * |
|
eip:publicIps:disassociateInstance |
授予将弹性公网IP解绑网卡的权限。 |
write |
publicip * |
|
eip:publicIps:attachBandwidth |
授予将弹性公网IP绑定带宽的权限。 |
write |
publicip * |
|
bandwidth * |
|
|||
eip:publicIps:detachBandwidth |
授予将弹性公网IP从共享带宽中解绑的权限。 |
write |
publicip * |
|
bandwidth * |
|
|||
eip:publicIps:delete |
授予删除弹性公网IP的权限。 |
write |
publicip * |
|
eip:publicIps:createTags |
授予创建弹性IP资源标签权限。 |
tagging |
publicip * |
|
- |
|
|||
eip:publicIps:listTags |
授予查询弹性IP资源标签权限。 |
list |
publicip * |
- |
eip:publicIps:deleteTags |
授予删除弹性公网IP资源标签权限。 |
tagging |
publicip * |
|
- |
g:TagKeys |
|||
eip:bandwidths:insertPublicIps |
授予共享带宽插入弹性公网IP的权限。 |
write |
bandwidth * |
|
eip:bandwidths:removePublicIps |
授予共享带宽移除弹性公网IP的权限。 |
write |
bandwidth * |
|
eip:bandwidths:create |
授予创建共享带宽的权限。 |
write |
bandwidth * |
- |
- |
g:EnterpriseProjectId |
|||
eip:bandwidths:batchCreate |
授予批量创建共享带宽的权限。 |
write |
bandwidth * |
- |
eip:bandwidths:list |
授予查询带宽列表的权限。 |
list |
bandwidth * |
- |
- |
g:EnterpriseProjectId |
|||
eip:bandwidths:update |
授予更新带宽的权限。 |
write |
bandwidth * |
|
eip:bandwidths:get |
授予查询带宽的权限。 |
read |
bandwidth * |
|
eip:bandwidths:delete |
授予删除共享带宽的权限。 |
write |
bandwidth * |
|
eip:bandwidthPkgs:list |
授予查询带宽加油包列表的权限。 |
list |
bandwidthPkg * |
- |
eip:publicipPools:get |
授予查询公网IP池的权限。 |
read |
publicipPool * |
- |
EIP的API通常对应着一个或多个授权项。表2展示了API与授权项的关系,以及该API需要依赖的授权项。
API |
对应的授权项 |
依赖的授权项 |
---|---|---|
POST /v2.0/{project_id}/publicips |
eip:publicIps:create |
- |
POST /v1/{project_id}/publicips |
eip:publicIps:create |
- |
POST /v2/{project_id}/batchpublicips |
eip:publicIps:batchCreate |
- |
GET /v1/{project_id}/publicips |
eip:publicIps:list |
- |
GET /v2/{project_id}/elasticips |
eip:publicIps:count |
- |
GET /v2/{project_id}/publicip/instances |
eip:publicIps:count |
- |
GET /v1/{project_id}/publicips/{publicip_id} |
eip:publicIps:get |
- |
PUT /v1/{project_id}/publicips/{publicip_id} |
eip:publicIps:update |
- |
POST /v2.0/{project_id}/publicips/change-to-period |
eip:publicIps:update |
bss:renewal:update |
PATCH /v2/{project_id}/batchpublicips |
eip:publicIps:disassociateInstance |
- |
POST /v3/{project_id}/eip/publicips/{publicip_id}/associate-instance |
eip:publicIps:associateInstance |
- |
POST /v3/{project_id}/eip/publicips/{publicip_id}/disassociate-instance |
eip:publicIps:disassociateInstance |
- |
POST /v3/{project_id}/eip/publicips/attach-share-bandwidth |
eip:publicIps:attachBandwidth |
- |
POST /v3/{project_id}/eip/publicips/{publicip_id}/attach-share-bandwidth |
eip:publicIps:attachBandwidth |
- |
POST /v3/{project_id}/eip/publicips/detach-share-bandwidth |
eip:publicIps:detachBandwidth |
- |
POST /v3/{project_id}/eip/publicips/{publicip_id}/detach-share-bandwidth |
eip:publicIps:detachBandwidth |
- |
DELETE /v1/{project_id}/publicips/{publicip_id} |
eip:publicIps:delete |
- |
DELETE /v2/{project_id}/batchpublicips |
eip:publicIps:delete |
- |
POST /v2.0/{project_id}/publicips/{publicip_id}/tags/action |
eip:publicIps:createTags |
- |
POST 01 /v2.0/{project_id}/publicips/{publicip_id}/tags/action |
eip:publicIps:deleteTags |
- |
POST /v2.0/{project_id}/publicips/{publicip_id}/tags |
eip:publicIps:createTags |
- |
DELETE /v2.0/{project_id}/publicips/{publicip_id}/tags/{key} |
eip:publicIps:deleteTags |
- |
POST /v2.0/{project_id}/publicips/resource_instances/action |
eip:publicIps:listTags |
- |
GET /v2.0/{project_id}/publicips/tags |
eip:publicIps:listTags |
- |
GET /v2.0/{project_id}/publicips/{publicip_id}/tags |
eip:publicIps:listTags |
- |
POST /v2.0/{project_id}/bandwidths/{bandwidth_id}/insert |
eip:bandwidths:insertPublicIps |
- |
POST /v2.0/{project_id}/bandwidths/{bandwidth_id}/remove |
eip:bandwidths:removePublicIps |
- |
POST /v2.0/{project_id}/bandwidths |
eip:bandwidths:create |
- |
POST /v2.0/{project_id}/batch-bandwidths |
eip:bandwidths:batchCreate |
- |
GET /v1/{project_id}/bandwidths |
eip:bandwidths:list |
- |
DELETE /v2.0/{project_id}/bandwidths/{bandwidth_id} |
eip:bandwidths:delete |
- |
GET /v1/{project_id}/bandwidths/{bandwidth_id} |
eip:bandwidths:get |
- |
PUT /v1/{project_id}/bandwidths/{bandwidth_id} |
eip:bandwidths:update |
- |
PUT /v2.0/{project_id}/bandwidths/{bandwidth_id} |
eip:bandwidths:update |
- |
POST /v2.0/{project_id}/bandwidths/change-to-period |
eip:bandwidths:update |
bss:renewal:update |
GET /v2/{project_id}/bandwidthpkgs |
eip:bandwidthPkgs:list |
- |
PUT /v2/{project_id}/bandwidthpkgs/{id} |
eip:bandwidthPkgs:update |
- |
GET /v3/{project_id}/eip/publicip-pools/{publicip_pool_id} |
eip:publicipPools:get |
- |
POST /v3/{project_id}/eip/publicips/{publicip_id}/enable-nat64 |
eip:publicIps:enableNat64 |
- |
POST /v3/{project_id}/eip/publicips/{publicip_id}/disable-nat64 |
eip:publicIps:disableNat64 |
- |
资源类型(Resource)
资源类型(Resource)表示SCP所作用的资源。如表3中的某些操作指定了可以在该操作指定的资源类型,则必须在具有该操作的SCP语句中指定该资源的URN,SCP仅作用于此资源;如未指定,Resource默认为“*”,则SCP将应用到所有资源。您也可以在SCP中设置条件,从而指定资源类型。
EIP定义了以下可以在自定义SCP的Resource元素中使用的资源类型。