Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
762fdd6
add model folder
yufeiminds Sep 23, 2019
bdd5712
add model folder
yufeiminds Sep 23, 2019
5a146a2
Merge pull request #4 from yufeiminds/faeture/auto-release
ucloud-bot Sep 23, 2019
7f234ab
update template
yufeiminds Sep 23, 2019
457e9ec
auto release by sdk team
ucloud-bot Sep 24, 2019
ce82fec
auto release by sdk team
ucloud-bot Sep 24, 2019
058ca31
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 24, 2019
c37c0ad
auto release by sdk team
ucloud-bot Sep 24, 2019
e83bf54
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 24, 2019
b2ad8c0
auto release by sdk team
ucloud-bot Sep 24, 2019
2730289
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 24, 2019
68ea031
auto release by sdk team
ucloud-bot Sep 24, 2019
be29814
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 24, 2019
402ef4f
auto release by sdk team
ucloud-bot Sep 24, 2019
21dae2c
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 24, 2019
7f07db6
auto release by sdk team
ucloud-bot Sep 24, 2019
2190021
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 24, 2019
7c722f4
auto release by sdk team
ucloud-bot Sep 24, 2019
3a243f5
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 24, 2019
901bc4b
auto release by sdk team
ucloud-bot Sep 24, 2019
6181982
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 24, 2019
511d797
fix version
ucloud-bot Sep 24, 2019
e80af02
auto release by sdk team
ucloud-bot Sep 25, 2019
f734b70
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 25, 2019
59b2ff7
auto release by sdk team
ucloud-bot Sep 25, 2019
bd1be88
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 25, 2019
f1a6e1f
auto release by sdk team
ucloud-bot Sep 25, 2019
2ff0433
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 25, 2019
f09fea2
auto release by sdk team
ucloud-bot Sep 25, 2019
0e66412
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 25, 2019
847b6b0
auto release by sdk team
ucloud-bot Sep 26, 2019
96785ca
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 26, 2019
703b1f2
fix version
ucloud-bot Sep 26, 2019
df6456e
auto release by sdk team
ucloud-bot Sep 26, 2019
247bfa2
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 26, 2019
641b23e
auto release by sdk team
ucloud-bot Sep 26, 2019
109cd4d
Merge branch 'auto-release' of https://github.com/ucloud-bot/ucloud-s…
ucloud-bot Sep 26, 2019
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
auto release by sdk team
  • Loading branch information
ucloud-bot committed Sep 25, 2019
commit f09fea25596fdfc864f6bc91a17dd84715a61369
378 changes: 189 additions & 189 deletions changelog.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion model/artifact.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ucloud/services/uhost/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def create_uhost_instance(

**CreateUHostInstanceParamNetworkInterfaceIP**

- **IPV6Adress** (str) - 创建云主机时指定ipv6地址
- **IPv6Adress** (str) - 创建云主机时指定ipv6地址(默认分配则填写auto)

**CreateUHostInstanceParamNetworkInterfaceEIP**

Expand Down
2 changes: 1 addition & 1 deletion ucloud/services/uhost/schemas/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class CreateUHostInstanceParamNetworkInterfaceIPSchema(schema.RequestSchema):
""" CreateUHostInstanceParamNetworkInterfaceIP -
"""

fields = {"IPV6Adress": fields.Str(required=False, dump_to="IPV6Adress")}
fields = {"IPv6Adress": fields.Str(required=False, dump_to="IPv6Adress")}


class CreateUHostInstanceParamNetworkInterfaceEIPSchema(schema.RequestSchema):
Expand Down
56 changes: 28 additions & 28 deletions ucloud/services/ulb/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,6 @@ def describe_ulb(self, req: typing.Optional[dict] = None, **kwargs) -> dict:
- **Type** (str) - 内容转发匹配字段的类型,枚举值:Domain -> 域名;Path -> 路径; 默认内容转发类型下为空
- **VServerId** (str) - 所属VServerId

**ULBSSLSet**

- **HashValue** (str) -
- **SSLId** (str) - SSL证书的Id
- **SSLName** (str) - SSL证书的名字

**ULBBackendSet**

- **BackendId** (str) - 后端资源实例的Id
Expand All @@ -425,13 +419,11 @@ def describe_ulb(self, req: typing.Optional[dict] = None, **kwargs) -> dict:
- **SubnetId** (str) - 后端提供服务的资源所在的子网的ID
- **Weight** (int) -

**ULBIPSet**
**ULBSSLSet**

- **Bandwidth** (int) - 弹性IP的带宽值(暂未对外开放)
- **BandwidthType** (int) - 弹性IP的带宽类型,枚举值:1 表示是共享带宽,0 普通带宽类型(暂未对外开放)
- **EIP** (str) - 弹性IP地址
- **EIPId** (str) - 弹性IP的ID
- **OperatorName** (str) - 弹性IP的运营商信息,枚举值为: Bgp:BGP IP International:国际IP
- **HashValue** (str) -
- **SSLId** (str) - SSL证书的Id
- **SSLName** (str) - SSL证书的名字

**ULBVServerSet**

Expand All @@ -452,6 +444,14 @@ def describe_ulb(self, req: typing.Optional[dict] = None, **kwargs) -> dict:
- **VServerId** (str) - VServer实例的Id
- **VServerName** (str) - VServer实例的名字

**ULBIPSet**

- **Bandwidth** (int) - 弹性IP的带宽值(暂未对外开放)
- **BandwidthType** (int) - 弹性IP的带宽类型,枚举值:1 表示是共享带宽,0 普通带宽类型(暂未对外开放)
- **EIP** (str) - 弹性IP地址
- **EIPId** (str) - 弹性IP的ID
- **OperatorName** (str) - 弹性IP的运营商信息,枚举值为: Bgp:BGP IP International:国际IP

**ULBSet**

- **Bandwidth** (int) - 带宽
Expand Down Expand Up @@ -510,6 +510,22 @@ def describe_vserver(
- **PrivateIP** (str) - 后端资源的内网IP
- **ResourceName** (str) - 后端资源的实例名称

**ULBBackendSet**

- **BackendId** (str) - 后端资源实例的Id
- **Enabled** (int) - 后端提供服务的实例启用与否,枚举值:0 禁用 1 启用
- **Port** (int) - 后端提供服务的端口
- **PrivateIP** (str) - 后端提供服务的内网IP
- **ResourceId** (str) - 资源实例的资源Id
- **ResourceName** (str) - 资源实例的资源名称
- **ResourceType** (str) - 资源实例的类型
- **Status** (int) - 后端提供服务的实例运行状态,枚举值:0健康检查健康状态 1 健康检查异常
- **SubResourceId** (str) - 资源绑定的虚拟网卡实例的资源Id
- **SubResourceName** (str) - 资源绑定的虚拟网卡实例的资源名称
- **SubResourceType** (str) - 资源绑定的虚拟网卡实例的类型
- **SubnetId** (str) - 后端提供服务的资源所在的子网的ID
- **Weight** (int) -

**ULBPolicySet**

- **BackendSet** (list) - 见 **PolicyBackendSet** 模型定义
Expand All @@ -527,22 +543,6 @@ def describe_vserver(
- **SSLId** (str) - SSL证书的Id
- **SSLName** (str) - SSL证书的名字

**ULBBackendSet**

- **BackendId** (str) - 后端资源实例的Id
- **Enabled** (int) - 后端提供服务的实例启用与否,枚举值:0 禁用 1 启用
- **Port** (int) - 后端提供服务的端口
- **PrivateIP** (str) - 后端提供服务的内网IP
- **ResourceId** (str) - 资源实例的资源Id
- **ResourceName** (str) - 资源实例的资源名称
- **ResourceType** (str) - 资源实例的类型
- **Status** (int) - 后端提供服务的实例运行状态,枚举值:0健康检查健康状态 1 健康检查异常
- **SubResourceId** (str) - 资源绑定的虚拟网卡实例的资源Id
- **SubResourceName** (str) - 资源绑定的虚拟网卡实例的资源名称
- **SubResourceType** (str) - 资源绑定的虚拟网卡实例的类型
- **SubnetId** (str) - 后端提供服务的资源所在的子网的ID
- **Weight** (int) -

**ULBVServerSet**

- **BackendSet** (list) - 见 **ULBBackendSet** 模型定义
Expand Down
2 changes: 1 addition & 1 deletion ucloud/services/unet/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def describe_firewall(

- **CreateTime** (int) - 防火墙组创建时间,格式为Unix Timestamp
- **FWId** (str) - 防火墙ID
- **GroupId** (str) - 安全组ID(即将废弃)
- **GroupId** (int) - 安全组ID(即将废弃)
- **Name** (str) - 防火墙名称
- **Remark** (str) - 防火墙备注
- **ResourceCount** (int) - 防火墙绑定资源数量
Expand Down
2 changes: 1 addition & 1 deletion ucloud/services/unet/schemas/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class FirewallDataSetSchema(schema.ResponseSchema):
fields = {
"CreateTime": fields.Int(required=False, load_from="CreateTime"),
"FWId": fields.Str(required=True, load_from="FWId"),
"GroupId": fields.Str(required=True, load_from="GroupId"),
"GroupId": fields.Int(required=True, load_from="GroupId"),
"Name": fields.Str(required=False, load_from="Name"),
"Remark": fields.Str(required=False, load_from="Remark"),
"ResourceCount": fields.Int(required=False, load_from="ResourceCount"),
Expand Down
28 changes: 14 additions & 14 deletions ucloud/services/uphost/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,13 @@ def describe_phost(

**Response Model**

**PHostIPSet**
**PHostDiskSet**

- **Bandwidth** (int) - IP对应带宽,单位Mb,内网IP不显示带宽信息
- **IPAddr** (str) - IP地址,
- **IPId** (str) - IP资源ID(内网IP无资源ID)(待废弃)
- **MACAddr** (str) - MAC地址
- **OperatorName** (str) - 国际: Internation, BGP: BGP, 内网: Private
- **SubnetId** (str) - 子网ID
- **VPCId** (str) - VPC ID
- **Count** (int) - 磁盘数量
- **IOCap** (int) - 磁盘IO性能,单位MB/s(待废弃)
- **Name** (str) - 磁盘名称,sys/data
- **Space** (int) - 单盘大小,单位GB
- **Type** (str) - 磁盘属性

**PHostCPUSet**

Expand All @@ -90,13 +88,15 @@ def describe_phost(
- **Frequence** (float) - CPU主频
- **Model** (str) - CPU型号

**PHostDiskSet**
**PHostIPSet**

- **Count** (int) - 磁盘数量
- **IOCap** (int) - 磁盘IO性能,单位MB/s(待废弃)
- **Name** (str) - 磁盘名称,sys/data
- **Space** (int) - 单盘大小,单位GB
- **Type** (str) - 磁盘属性
- **Bandwidth** (int) - IP对应带宽,单位Mb,内网IP不显示带宽信息
- **IPAddr** (str) - IP地址,
- **IPId** (str) - IP资源ID(内网IP无资源ID)(待废弃)
- **MACAddr** (str) - MAC地址
- **OperatorName** (str) - 国际: Internation, BGP: BGP, 内网: Private
- **SubnetId** (str) - 子网ID
- **VPCId** (str) - VPC ID

**PHostSet**

Expand Down
2 changes: 1 addition & 1 deletion ucloud/services/vpc/schemas/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class CreateVPCRequestSchema(schema.RequestSchema):
fields = {
"Name": fields.Str(required=True, dump_to="Name"),
"Network": fields.List(fields.Str()),
"ProjectId": fields.Str(required=True, dump_to="ProjectId"),
"ProjectId": fields.Str(required=False, dump_to="ProjectId"),
"Region": fields.Str(required=True, dump_to="Region"),
"Remark": fields.Str(required=False, dump_to="Remark"),
"Tag": fields.Str(required=False, dump_to="Tag"),
Expand Down