Skip to content

1.0.1

Latest

Choose a tag to compare

@volc-engine volc-engine released this 25 Dec 12:14

1.0.1

ALB 服务不兼容变更

说明:以下变更涉及字段类型调整字段命名/结构调整,可能导致现有 SDK/代码编译失败或运行期解析失败,请按项完成适配。

CreateLoadBalancer

  • 请求参数
    • SecurityProtectionInstanceId:类型由 stringint64

DescribeLoadBalancerAttributes

  • 响应参数
    • GlobalAccelerators:类型由 结构体结构体数组(list/array)

DescribeListenerHealth

  • 请求参数
    • OnlyUnHealthy:类型由 stringbool

CreateServerGroup

  • 请求参数
    • HealthCheck.HealthyThresholdstringint64
    • HealthCheck.UnhealthyThresholdstringint64
    • HealthCheck.Intervalstringint64
    • HealthCheck.Timeoutstringint64
    • StickySessionConfig.CookieTimeoutstringint64
    • 字段更名:删除 IPAddressType,新增 IpAddressType

ModifyServerGroupAttributes

  • 请求参数
    • HealthCheck.HealthyThresholdstringint64
    • HealthCheck.UnhealthyThresholdstringint64
    • HealthCheck.Intervalstringint64
    • HealthCheck.Timeoutstringint64
    • StickySessionConfig.CookieTimeoutstringint64

DescribeServerGroupAttributes

  • 响应参数
    • 字段更名:删除 IPAddressType,新增 IpAddressType

DescribeServerGroups

  • 请求参数
    • 字段更名:删除 VpcID,新增 VpcId
  • 响应参数
    • 字段更名:删除 ServerGroups.IPAddressType,新增 ServerGroups.IpAddressType

DescribeServerGroupBackendServers

  • 请求参数
    • PageNumberstringint64
    • PageSizestringint64

CreateRules

  • 请求参数
    • 字段更名:删除 Rules.URL,新增 Rules.Url

CreateHealthCheckTemplates

  • 请求参数
    • 字段更名:删除 HealthCheckTemplates.Port,新增 HealthCheckTemplates.HealthCheckPort

ModifyHealthCheckTemplatesAttributes

  • 请求参数
    • 字段更名:删除 HealthCheckTemplate.Port,新增 HealthCheckTemplate.HealthCheckPort

DescribeHealthCheckTemplates

  • 请求参数
    • 字段更名:删除 HealthCheckTemplates.Port,新增 HealthCheckTemplates.HealthCheckPort

ListTagsForResources

  • 响应参数
    • 字段更名:删除 ResourceTags.ResourceId,新增 ResourceTags.ResourceID

TagResources

  • 请求参数
    • Tag.Value:由可选必传(required)