Files
cloudpods/docs/parameters/elasticip.yaml
2019-07-24 16:10:06 +08:00

63 lines
1.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
elasticipId:
name: elasticipId
required: true
in: path
type: string
description: 弹性IP名称或者ID
usable_eip_for_associate_type:
name: usable_eip_for_associate_type
required: false
in: query
type: string
enum: [server]
example: server
description: 关联资源类型,和usable_eip_for_associate_id配合使用过滤可关联的eip列表
usable_eip_for_associate_id:
name: usable_eip_for_associate_id
required: false
in: query
type: string
example: 6c7d1cc2-1877-458c-8109-b7528a81c2d6
description: 关联资源id,和usable_eip_for_associate_type配合使用过滤可关联的eip列表
usable:
name: usable
required: false
in: query
type: boolean
example: true
description: 过滤状态为ready并且未被绑定的eip列表
instance_id:
name: instance_id
required: true
in: body
type: string
example: 6c7d1cc2-1877-458c-8109-b7528a81c2d6
description: 实例名称或ID
instance_type:
name: instance_type
required: true
in: body
type: string
enum: [server]
example: server
description: 实例类型目前仅支持server
bandwidth:
name: bandwidth
in: body
type: integer
example: 10
description: 修改的带宽大小,单位(Mbps),目前腾讯云和微软云不支持修改带宽
auto_delete:
name: auto_delete
in: body
type: boolean
default: false
example: false
description: 解绑弹性EIP后自动删除弹性EIP