Skip to content

Commit

Permalink
auto code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ucloud-bot committed Jun 20, 2022
1 parent 6885b25 commit 29287bd
Show file tree
Hide file tree
Showing 14 changed files with 1,965 additions and 106 deletions.
2 changes: 1 addition & 1 deletion lib/services/uhost/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ export interface DescribeAvailableInstanceTypesResponse {
* 返回Arm的CPU平台信息,例如:Ampere: ['Ampere/Altra']
*/
Ampere?: string[];
}[];
};
/**
* 磁盘信息。磁盘主要分类如下:云盘|cloudDisk、普通本地盘|normalLocalDisk和SSD本地盘|ssdLocalDisk。其中云盘主要包含普通云盘|CLOUD_NORMAL、SSD云盘|CLOUD_SSD和RSSD云盘|CLOUD_RSSD。普通本地盘只包含普通本地盘|LOCAL_NORMAL一种。SSD本地盘只包含SSD本地盘|LOCAL_SSD一种。MinimalSize为磁盘最小值,如果没有该字段,最小值取基础镜像Size值即可(linux为20G,windows为40G)。MaximalSize为磁盘最大值。InstantResize表示系统盘是否允许扩容,如果是本地盘,则不允许扩容,InstantResize为false。Features为磁盘可支持的服务:数据方舟|DATAARK,快照服务|SNAPSHOT,加密盘|Encrypted。
*/
Expand Down
8 changes: 6 additions & 2 deletions lib/services/unet/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export interface AllocateEIPResponse {
*/
EIPAddr?: {
/**
* 运营商信息如: 国际: International, BGP: BGP
* 运营商信息如: 电信: Telecom, 联通: Unicom, 国际: International, Duplet: 双线IP(电信+联通), BGP: Bgp
*/
OperatorName?: string;
/**
Expand Down Expand Up @@ -356,6 +356,10 @@ export interface BindEIPRequest {
* 弹性IP请求绑定的资源ID
*/
ResourceId: string;
/**
* EIP与内网IP进行绑定时需要传入UNI下未绑定过EIP的内网IP
*/
PrivateIP?: string;
}
/**
* BindEIP - 将尚未使用的弹性IP绑定到指定的资源
Expand Down Expand Up @@ -668,7 +672,7 @@ export interface DescribeEIPResponse {
*/
EIPAddr?: {
/**
* 运营商信息如: 国际: International, BGP: BGP
* 运营商信息如: 电信: Telecom, 联通: Unicom, 国际: International, Duplet: 双线IP(电信+联通), BGP: Bgp
*/
OperatorName?: string;
/**
Expand Down
Loading

0 comments on commit 29287bd

Please sign in to comment.