查看 EIP 实例详情
查看 EIP 实例详情
Path Parameters
订阅
资源组
可用区
eip名
- 200
- default
OK
Schema
- Array [
- ]
EIP id
EIP名
Possible values: <= 63 characters
EIP前端展示名
EIP说明
EIP uuid
EIP资源类型
创建该EIP的用户id
拥有该EIP资源的用户id
租户id
可用区
Possible values: [CREATING
, UPDATING
, ACTIVE
, DELETING
, DELETED
, FAILED
, SUSPENDING
, SUSPENDED
, RESUMING
, EXPIRESTOPPING
, EXPIRESTOPPED
, RENEWSTARTING
]
当前EIP资源的状态
最小库存单元id
tags object
EIP资源标签
properties object
资源实际属性
VPC的uuid
关联的设备或组件 name, like vpc nat gateway id
Possible values: [NATGW
, POD
, SLB
, BM
, NATGW_AND_BM
]
关联的设备或组件类型,NATGW,POD,SLB,BM
resources object
资源规格属性
billing_items object
计费项
EIP 带宽限制,单位: M/s
limit_rate_items object
限速项
EIP 上行带宽限制,单位: M/s
EIP 下行带宽限制,单位: M/s
EIP 类型
是否作为默认 vpc 流量出口
是否启用黑白名单
acls object[]
EIP黑白名单规则列表
ACL名称
acl_properties object
资源实际属性
Possible values: [DENY
, ALLOW
]
ACL动作
ACL源地址
ACL目的地址
ACL目的端口,目前保留
对外暴露的协议,目前保留
ACL规则优先级,目前保留
ACL状态
order_info object
订单信息
购买时长
自动续费
货币代码
Possible values: [PC_UNSPECIFIED
, PC_BALANCE
, PC_CREDIT
, PC_FROZENACCOUNT
, PC_REMIT_OFFLINE
, PC_ALIPAY
, PC_UNIONPAY
, PC_REMIT_ONLINE
, PC_CONTRACT
]
支付方式
订单备注
Possible values: [OT_UNSPECIFIED
, OT_ORIGINAL
, OT_RENEW
, OT_UPGRADED
, OT_DOWNGRADED
, OT_CONTRACT
, OT_UNSUBSCRIBE
, OT_RESIZE
]
订单类型
订单id
订单生效日期
Possible values: [PM_UNSPECIFIED
, PM_PREPAID
, PM_POSTPAID
]
付费类型
Possible values: [BM_UNSPECIFIED
, BM_USAGE
, BM_MONTHLY
, BM_YEARLY
]
计费类型
合同包ID
订单结束时间
预付费自动转后付费
EIP是否已删除
EIP资源的创建时间
EIP资源的更新时间
{
"id": "string",
"name": "string",
"display_name": "string",
"description": "string",
"uid": "string",
"resource_type": "string",
"creator_id": "string",
"owner_id": "string",
"tenant_id": "string",
"zone": "string",
"state": "CREATING",
"sku_id": "string",
"tags": {},
"properties": {
"vpc_id": "string",
"association_id": "string",
"association_type": "NATGW",
"resources": {
"billing_items": {
"bw": 0
},
"limit_rate_items": {
"up_stream_bw": 0,
"down_stream_bw": 0
}
},
"sku": "string",
"default_snat": true,
"acl_enabled": true,
"acls": [
{
"acl_name": "string",
"acl_properties": {
"action": "DENY",
"src": "string",
"dest": "string",
"dest_port": "string",
"protocol": "string",
"priority": 0
},
"acl_state": "string"
}
]
},
"order_info": {
"billing_cycle_number": 0,
"auto_renew": true,
"currency_code": "string",
"payment_channel": "PC_UNSPECIFIED",
"note": "string",
"order_type": "OT_UNSPECIFIED",
"order_id": "string",
"start_time": "2024-11-04T06:28:48.747Z",
"payment_model": "PM_UNSPECIFIED",
"billing_model": "BM_UNSPECIFIED",
"original_id": "string",
"end_time": "2024-11-04T06:28:48.747Z",
"auto_convert_postpaid": true
},
"deleted": true,
"create_time": "2024-11-04T06:28:48.747Z",
"update_time": "2024-11-04T06:28:48.747Z"
}
Default error response
Schema
- Array [
- ]
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}