Skip to content

Commit

Permalink
sdk: rolling update for 0.21.58 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucloud-bot authored Mar 23, 2023
1 parent f6853d0 commit 6e11dec
Show file tree
Hide file tree
Showing 18 changed files with 470 additions and 449 deletions.
8 changes: 4 additions & 4 deletions services/iam/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ type AccessKey struct {
CreatedAt int

// 密钥删除时间
DeletedAt string
DeletedAt int

// 密钥备注
Description string

// 密钥过期时间
ExpiredAt string
ExpiredAt int

// 密钥状态
Status string

// 密钥更新时间
UpdatedAt string
UpdatedAt int

// 用户ID
UserID int
UserId int
}

/*
Expand Down
60 changes: 30 additions & 30 deletions services/ipsecvpn/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,36 +80,6 @@ type VPNGatewayDataSet struct {
VPNGatewayName string
}

/*
IPSecData - IPSec参数
*/
type IPSecData struct {

// IPSec通道中使用的认证算法
IPSecAuthenticationAlgorithm string

// IPSec通道中使用的加密算法
IPSecEncryptionAlgorithm string

// 指定VPN连接的本地子网,用逗号分隔
IPSecLocalSubnetIds []string

// 是否开启PFS功能,Disable表示关闭,数字表示DH组
IPSecPFSDhGroup string

// 使用的安全协议,ESP或AH
IPSecProtocol string

// 指定VPN连接的客户网段,用逗号分隔
IPSecRemoteSubnets []string

// IPSec中SA的生存时间
IPSecSALifetime string

// IPSec中SA的生存时间(以字节计)
IPSecSALifetimeBytes string
}

/*
IKEData - IKE信息
*/
Expand Down Expand Up @@ -143,6 +113,36 @@ type IKEData struct {
IKEVersion string
}

/*
IPSecData - IPSec参数
*/
type IPSecData struct {

// IPSec通道中使用的认证算法
IPSecAuthenticationAlgorithm string

// IPSec通道中使用的加密算法
IPSecEncryptionAlgorithm string

// 指定VPN连接的本地子网,用逗号分隔
IPSecLocalSubnetIds []string

// 是否开启PFS功能,Disable表示关闭,数字表示DH组
IPSecPFSDhGroup string

// 使用的安全协议,ESP或AH
IPSecProtocol string

// 指定VPN连接的客户网段,用逗号分隔
IPSecRemoteSubnets []string

// IPSec中SA的生存时间
IPSecSALifetime string

// IPSec中SA的生存时间(以字节计)
IPSecSALifetimeBytes string
}

/*
VPNTunnelDataSet - DescribeVPNTunnel信息
*/
Expand Down
4 changes: 2 additions & 2 deletions services/pathx/apis.go
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,8 @@ func (c *PathXClient) DescribeGlobalSSHInstance(req *DescribeGlobalSSHInstanceRe
type DescribePathXLineConfigRequest struct {
request.CommonBase

// [公共参数] 项目ID,如org-xxxx。请参考[GetProjectList接口](../summary/get_project_list.html)
// ProjectId *string `required:"true"`
// [公共参数] 项目ID,如org-xxxx。不填为默认项目。请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
// ProjectId *string `required:"false"`

}

Expand Down
67 changes: 44 additions & 23 deletions services/pathx/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,20 @@ type LineDetail struct {
}

/*
UGAALine - UGAA加速线路
UGAALine - PathX线路参数
*/
type UGAALine struct {

// 子线路信息
// 加速国家区域国旗代码
FlagUnicodeFrom string

// 源站所在国家区域国旗代码
FlagUnicodeTo string

// 后付费线路上限带宽与保底带宽的固定比例,正整数
GuaranteedBandwidthProportion int

// 线路接入点信息
LineDetail []LineDetail

// 线路源
Expand All @@ -109,7 +118,7 @@ type UGAALine struct {
// 线路源中文名称
LineFromName string

// 线路计费Id
// 线路ID,可用于创建加速线路资源
LineId string

// 线路目的
Expand All @@ -118,8 +127,20 @@ type UGAALine struct {
// 线路目的中文名称
LineToName string

// 线路可售最大带宽
// 预付费线路可售最大带宽
MaxBandwidth int

// 后付费线路最大可售带宽
PostPaidMaxBandwidth int

// 加速国家区域所属地区代码
RegionCategoryFrom string

// 源站所在国家区域所属地区代码
RegionCategoryTo string

// true:支持SD-WAN线路;false:不支持SD-WAN线路
SupportPublicNetwork bool
}

/*
Expand Down Expand Up @@ -209,18 +230,6 @@ type SrcAreaInfo struct {
FlagUnicode string
}

/*
OutPublicIpInfo - 线路回源IP信息
*/
type OutPublicIpInfo struct {

// 线路回源节点机房代号
Area string

// 线路回源节点EIP
IP string
}

/*
AccelerationAreaInfos - 加速大区信息
*/
Expand All @@ -233,6 +242,18 @@ type AccelerationAreaInfos struct {
AccelerationNodes []SrcAreaInfo
}

/*
OutPublicIpInfo - 线路回源IP信息
*/
type OutPublicIpInfo struct {

// 线路回源节点机房代号
Area string

// 线路回源节点EIP
IP string
}

/*
ForwardTask - 全球统一接入转发端口任务信息
*/
Expand Down Expand Up @@ -411,30 +432,30 @@ type UGAL7Forwarder struct {
}

/*
UGAATask - 用户在UGAA实例下配置的多端口任务
UGAL4Forwarder - UGA实例 4层转发器信息
*/
type UGAATask struct {
type UGAL4Forwarder struct {

// 接入端口
Port int

// 转发协议,枚举值["TCP","UDP","HTTPHTTP","HTTPSHTTP","HTTPSHTTPS"]。TCP和UDP代表四层转发,其余为七层转发
Protocol string

// RSPort,源站监听端口
RSPort int
}

/*
UGAL4Forwarder - UGA实例 4层转发器信息
UGAATask - 用户在UGAA实例下配置的多端口任务
*/
type UGAL4Forwarder struct {
type UGAATask struct {

// 接入端口
Port int

// 转发协议,枚举值["TCP","UDP","HTTPHTTP","HTTPSHTTP","HTTPSHTTPS"]。TCP和UDP代表四层转发,其余为七层转发
Protocol string

// RSPort,源站监听端口
RSPort int
}

/*
Expand Down
54 changes: 27 additions & 27 deletions services/uads/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,21 @@ type ServiceInfo struct {
Vendor int
}

/*
EIPAddrSet - EIP地址信息
*/
type EIPAddrSet struct {

// IP类型:gaofang
EIPType string

// 弹性IP地址
IP string

// 运营商信息, 枚举值为: BGP: BGP; International: 国际.
OperatorName string
}

/*
Resouce - 资源信息
*/
Expand All @@ -173,21 +188,6 @@ type Resouce struct {
Zone string
}

/*
EIPAddrSet - EIP地址信息
*/
type EIPAddrSet struct {

// IP类型:gaofang
EIPType string

// 弹性IP地址
IP string

// 运营商信息, 枚举值为: BGP: BGP; International: 国际.
OperatorName string
}

/*
IPInfo - 高防IP信息
*/
Expand Down Expand Up @@ -233,18 +233,6 @@ type FwdSourceInfoConf struct {
Toa int
}

/*
FwdSourceInfo - 转发规则,回源配置信息
*/
type FwdSourceInfo struct {

// 回源配置列表
Conf []FwdSourceInfoConf

// 回源类型,分 IP 和 Domain
Type string
}

/*
FwdClientProxyInfo - 转发规则,回源代理配置列表
*/
Expand All @@ -257,6 +245,18 @@ type FwdClientProxyInfo struct {
IPList []string
}

/*
FwdSourceInfo - 转发规则,回源配置信息
*/
type FwdSourceInfo struct {

// 回源配置列表
Conf []FwdSourceInfoConf

// 回源类型,分 IP 和 Domain
Type string
}

/*
BGPFwdRule - BGP高防的转发规则信息
*/
Expand Down
32 changes: 16 additions & 16 deletions services/ubill/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
package ubill

/*
ResourceTag -
OrderDetail -
*/
type ResourceTag struct {
type OrderDetail struct {

//
KeyId string
ProductName string

//
Value string
}

/*
OrderDetail -
ResourceTag -
*/
type OrderDetail struct {
type ResourceTag struct {

//
ProductName string
KeyId string

//
Value string
Expand Down Expand Up @@ -120,26 +120,26 @@ type AccountInfo struct {
}

/*
ItemDetail - 产品配置
ResourceExtendInfo - 资源标识
*/
type ItemDetail struct {
type ResourceExtendInfo struct {

// 产品小类名称
ProductName string
// 资源标识健
KeyId string

// 产品小类规格
// 资源标识值
Value string
}

/*
ResourceExtendInfo - 资源标识
ItemDetail - 产品配置
*/
type ResourceExtendInfo struct {
type ItemDetail struct {

// 资源标识健
KeyId string
// 产品小类名称
ProductName string

// 资源标识值
// 产品小类规格
Value string
}

Expand Down
Loading

0 comments on commit 6e11dec

Please sign in to comment.