1. Packages
  2. Bytepluscc Provider
  3. API Docs
  4. clb
  5. getClb
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus

    Data Source schema for Byteplus::CLB::CLB

    Using getClb

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getClb(args: GetClbArgs, opts?: InvokeOptions): Promise<GetClbResult>
    function getClbOutput(args: GetClbOutputArgs, opts?: InvokeOptions): Output<GetClbResult>
    def get_clb(id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClbResult
    def get_clb_output(id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClbResult]
    func LookupClb(ctx *Context, args *LookupClbArgs, opts ...InvokeOption) (*LookupClbResult, error)
    func LookupClbOutput(ctx *Context, args *LookupClbOutputArgs, opts ...InvokeOption) LookupClbResultOutput

    > Note: This function is named LookupClb in the Go SDK.

    public static class GetClb 
    {
        public static Task<GetClbResult> InvokeAsync(GetClbArgs args, InvokeOptions? opts = null)
        public static Output<GetClbResult> Invoke(GetClbInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClbResult> getClb(GetClbArgs args, InvokeOptions options)
    public static Output<GetClbResult> getClb(GetClbArgs args, InvokeOptions options)
    
    fn::invoke:
      function: bytepluscc:clb/getClb:getClb
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getClb Result

    The following output properties are available:

    AccessLog Byteplus.GetClbAccessLog
    负载均衡实例中访问日志的信息。
    AccountId string
    负载均衡实例所属的账号ID。
    AddressIpVersion string
    CLB实例的IP地址类型。取值如下:ipv4(默认值):表示该CLB为IPv4类型,仅支持转发IPv4请求。DualStack:表示该CLB为双栈类型,支持转发IPv4和IPv6请求。仅参数Type取private时,才可传入DualStack。
    AllowedPorts List<string>
    允许的多个端口范围。
    AutoRenewal bool
    是否开通自动续费。true:是,默认自动续费为1个月。false(默认值):否
    BusinessStatus string
    负载均衡实例是否被锁定。
    BypassSecurityGroupEnabled string
    是否开启bypass安全组功能。
    CreateTime string
    负载均衡实例的创建时间。
    DeletedTime string
    负载均衡实例的预期回收时间。
    Description string
    负载均衡实例的描述。
    Eip Byteplus.GetClbEip
    负载均衡实例的公网IP的信息。
    EipAddress string
    公网IP地址。
    EipId string
    公网IP ID。
    Enabled bool
    负载均衡实例的启用状态。
    Eni Byteplus.GetClbEni
    负载均衡实例的私网IPv4地址信息。
    EniAddressNum double
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress。
    EniIpv6Address string
    负载均衡实例的私网IPv6地址。
    Enis Byteplus.GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量。
    ExclusiveClusterId string
    独占集群Id。
    ExpiredTime string
    负载均衡实例到期时间。
    Id string
    Uniquely identifies the resource.
    Listeners List<Byteplus.GetClbListener>
    负载均衡实例中监听器的信息。
    LoadBalancerBillingType double
    CLB实例计费方式。取值如下:1:包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。
    LoadBalancerId string
    负载均衡实例ID。
    LoadBalancerName string
    负载均衡实例的名称。
    LoadBalancerSpec string
    CLB实例的规格,不同规格提供的转发能力不同。small1:小型I。small2:小型II。medium1:中型I。medium2:中型II。large1:大型I。large2:大型II。
    LockReason string
    负载均衡实例被冻结的原因。
    MasterZoneId string
    负载均衡实例的主可用区ID。
    ModificationProtectionReason string
    设置修改保护状态的原因。仅参数ModificationProtectionStatus取ConsoleProtection时,本参数有效。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:半角句号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 80个字符。
    ModificationProtectionStatus string
    CLB实例是否开启控制台上修改保护。开启后,禁止通过控制台修改实例或删除实例。取值如下:NonProtection:不开启。ConsoleProtection:开启。
    NewArch bool
    是否为新架构。
    OrderId string
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,该参数有值。
    OverdueTime string
    负载均衡实例的冻结时间。
    Period double
    购买包年包月CLB实例的时长。默认为“1”。当PeriodUnit配置为Month时,取值范围为1~9,12,24和36。当PeriodUnit配置为Year时,取值范围为1~3。
    PeriodUnit string
    购买包年包月CLB实例的时长单位。仅LoadBalancerBillingType取1时,本参数有效。取值如下:Month (默认值):月。Year:年
    ProjectName string
    CLB实例所属项目的名称。
    ServerGroups List<Byteplus.GetClbServerGroup>
    负载均衡实例中后端服务器组的信息。
    ServiceManaged bool
    CLB实例是否为托管资源。
    SlaveZoneId string
    负载均衡实例的备可用区ID。
    Status string
    负载均衡实例状态,Inactive:已停止。Active:运行中。Creating:创建中。Provisioning:创建中。Configuring:配置中。Deleting:删除中。CreateFailed:创建失败。
    SubnetId string
    负载均衡实例所属VPC内的子网ID。
    Tags List<Byteplus.GetClbTag>
    CLB实例标签。
    TimestampRemoveEnabled string
    是否开启 TCP Timestamp 清除功能。
    Type string
    CLB实例的类型。取值如下:public:公网类型。创建一个公网类型CLB实例,系统会分配一个公网IP地址,用于转发公网请求。private:私网类型。创建一个私网类型CLB实例,您需要为其绑定公网IP后,才能转发公网请求。
    UpdateTime string
    负载均衡实例的最近操作时间。
    VpcId string
    负载均衡实例所属的VPC ID。
    ZoneType string
    负载均衡实例的可用区类型。
    AccessLog GetClbAccessLog
    负载均衡实例中访问日志的信息。
    AccountId string
    负载均衡实例所属的账号ID。
    AddressIpVersion string
    CLB实例的IP地址类型。取值如下:ipv4(默认值):表示该CLB为IPv4类型,仅支持转发IPv4请求。DualStack:表示该CLB为双栈类型,支持转发IPv4和IPv6请求。仅参数Type取private时,才可传入DualStack。
    AllowedPorts []string
    允许的多个端口范围。
    AutoRenewal bool
    是否开通自动续费。true:是,默认自动续费为1个月。false(默认值):否
    BusinessStatus string
    负载均衡实例是否被锁定。
    BypassSecurityGroupEnabled string
    是否开启bypass安全组功能。
    CreateTime string
    负载均衡实例的创建时间。
    DeletedTime string
    负载均衡实例的预期回收时间。
    Description string
    负载均衡实例的描述。
    Eip GetClbEip
    负载均衡实例的公网IP的信息。
    EipAddress string
    公网IP地址。
    EipId string
    公网IP ID。
    Enabled bool
    负载均衡实例的启用状态。
    Eni GetClbEni
    负载均衡实例的私网IPv4地址信息。
    EniAddressNum float64
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress。
    EniIpv6Address string
    负载均衡实例的私网IPv6地址。
    Enis GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量。
    ExclusiveClusterId string
    独占集群Id。
    ExpiredTime string
    负载均衡实例到期时间。
    Id string
    Uniquely identifies the resource.
    Listeners []GetClbListener
    负载均衡实例中监听器的信息。
    LoadBalancerBillingType float64
    CLB实例计费方式。取值如下:1:包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。
    LoadBalancerId string
    负载均衡实例ID。
    LoadBalancerName string
    负载均衡实例的名称。
    LoadBalancerSpec string
    CLB实例的规格,不同规格提供的转发能力不同。small1:小型I。small2:小型II。medium1:中型I。medium2:中型II。large1:大型I。large2:大型II。
    LockReason string
    负载均衡实例被冻结的原因。
    MasterZoneId string
    负载均衡实例的主可用区ID。
    ModificationProtectionReason string
    设置修改保护状态的原因。仅参数ModificationProtectionStatus取ConsoleProtection时,本参数有效。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:半角句号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 80个字符。
    ModificationProtectionStatus string
    CLB实例是否开启控制台上修改保护。开启后,禁止通过控制台修改实例或删除实例。取值如下:NonProtection:不开启。ConsoleProtection:开启。
    NewArch bool
    是否为新架构。
    OrderId string
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,该参数有值。
    OverdueTime string
    负载均衡实例的冻结时间。
    Period float64
    购买包年包月CLB实例的时长。默认为“1”。当PeriodUnit配置为Month时,取值范围为1~9,12,24和36。当PeriodUnit配置为Year时,取值范围为1~3。
    PeriodUnit string
    购买包年包月CLB实例的时长单位。仅LoadBalancerBillingType取1时,本参数有效。取值如下:Month (默认值):月。Year:年
    ProjectName string
    CLB实例所属项目的名称。
    ServerGroups []GetClbServerGroup
    负载均衡实例中后端服务器组的信息。
    ServiceManaged bool
    CLB实例是否为托管资源。
    SlaveZoneId string
    负载均衡实例的备可用区ID。
    Status string
    负载均衡实例状态,Inactive:已停止。Active:运行中。Creating:创建中。Provisioning:创建中。Configuring:配置中。Deleting:删除中。CreateFailed:创建失败。
    SubnetId string
    负载均衡实例所属VPC内的子网ID。
    Tags []GetClbTag
    CLB实例标签。
    TimestampRemoveEnabled string
    是否开启 TCP Timestamp 清除功能。
    Type string
    CLB实例的类型。取值如下:public:公网类型。创建一个公网类型CLB实例,系统会分配一个公网IP地址,用于转发公网请求。private:私网类型。创建一个私网类型CLB实例,您需要为其绑定公网IP后,才能转发公网请求。
    UpdateTime string
    负载均衡实例的最近操作时间。
    VpcId string
    负载均衡实例所属的VPC ID。
    ZoneType string
    负载均衡实例的可用区类型。
    accessLog GetClbAccessLog
    负载均衡实例中访问日志的信息。
    accountId String
    负载均衡实例所属的账号ID。
    addressIpVersion String
    CLB实例的IP地址类型。取值如下:ipv4(默认值):表示该CLB为IPv4类型,仅支持转发IPv4请求。DualStack:表示该CLB为双栈类型,支持转发IPv4和IPv6请求。仅参数Type取private时,才可传入DualStack。
    allowedPorts List<String>
    允许的多个端口范围。
    autoRenewal Boolean
    是否开通自动续费。true:是,默认自动续费为1个月。false(默认值):否
    businessStatus String
    负载均衡实例是否被锁定。
    bypassSecurityGroupEnabled String
    是否开启bypass安全组功能。
    createTime String
    负载均衡实例的创建时间。
    deletedTime String
    负载均衡实例的预期回收时间。
    description String
    负载均衡实例的描述。
    eip GetClbEip
    负载均衡实例的公网IP的信息。
    eipAddress String
    公网IP地址。
    eipId String
    公网IP ID。
    enabled Boolean
    负载均衡实例的启用状态。
    eni GetClbEni
    负载均衡实例的私网IPv4地址信息。
    eniAddressNum Double
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress。
    eniIpv6Address String
    负载均衡实例的私网IPv6地址。
    enis GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量。
    exclusiveClusterId String
    独占集群Id。
    expiredTime String
    负载均衡实例到期时间。
    id String
    Uniquely identifies the resource.
    listeners List<GetClbListener>
    负载均衡实例中监听器的信息。
    loadBalancerBillingType Double
    CLB实例计费方式。取值如下:1:包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。
    loadBalancerId String
    负载均衡实例ID。
    loadBalancerName String
    负载均衡实例的名称。
    loadBalancerSpec String
    CLB实例的规格,不同规格提供的转发能力不同。small1:小型I。small2:小型II。medium1:中型I。medium2:中型II。large1:大型I。large2:大型II。
    lockReason String
    负载均衡实例被冻结的原因。
    masterZoneId String
    负载均衡实例的主可用区ID。
    modificationProtectionReason String
    设置修改保护状态的原因。仅参数ModificationProtectionStatus取ConsoleProtection时,本参数有效。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:半角句号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 80个字符。
    modificationProtectionStatus String
    CLB实例是否开启控制台上修改保护。开启后,禁止通过控制台修改实例或删除实例。取值如下:NonProtection:不开启。ConsoleProtection:开启。
    newArch Boolean
    是否为新架构。
    orderId String
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,该参数有值。
    overdueTime String
    负载均衡实例的冻结时间。
    period Double
    购买包年包月CLB实例的时长。默认为“1”。当PeriodUnit配置为Month时,取值范围为1~9,12,24和36。当PeriodUnit配置为Year时,取值范围为1~3。
    periodUnit String
    购买包年包月CLB实例的时长单位。仅LoadBalancerBillingType取1时,本参数有效。取值如下:Month (默认值):月。Year:年
    projectName String
    CLB实例所属项目的名称。
    serverGroups List<GetClbServerGroup>
    负载均衡实例中后端服务器组的信息。
    serviceManaged Boolean
    CLB实例是否为托管资源。
    slaveZoneId String
    负载均衡实例的备可用区ID。
    status String
    负载均衡实例状态,Inactive:已停止。Active:运行中。Creating:创建中。Provisioning:创建中。Configuring:配置中。Deleting:删除中。CreateFailed:创建失败。
    subnetId String
    负载均衡实例所属VPC内的子网ID。
    tags List<GetClbTag>
    CLB实例标签。
    timestampRemoveEnabled String
    是否开启 TCP Timestamp 清除功能。
    type String
    CLB实例的类型。取值如下:public:公网类型。创建一个公网类型CLB实例,系统会分配一个公网IP地址,用于转发公网请求。private:私网类型。创建一个私网类型CLB实例,您需要为其绑定公网IP后,才能转发公网请求。
    updateTime String
    负载均衡实例的最近操作时间。
    vpcId String
    负载均衡实例所属的VPC ID。
    zoneType String
    负载均衡实例的可用区类型。
    accessLog GetClbAccessLog
    负载均衡实例中访问日志的信息。
    accountId string
    负载均衡实例所属的账号ID。
    addressIpVersion string
    CLB实例的IP地址类型。取值如下:ipv4(默认值):表示该CLB为IPv4类型,仅支持转发IPv4请求。DualStack:表示该CLB为双栈类型,支持转发IPv4和IPv6请求。仅参数Type取private时,才可传入DualStack。
    allowedPorts string[]
    允许的多个端口范围。
    autoRenewal boolean
    是否开通自动续费。true:是,默认自动续费为1个月。false(默认值):否
    businessStatus string
    负载均衡实例是否被锁定。
    bypassSecurityGroupEnabled string
    是否开启bypass安全组功能。
    createTime string
    负载均衡实例的创建时间。
    deletedTime string
    负载均衡实例的预期回收时间。
    description string
    负载均衡实例的描述。
    eip GetClbEip
    负载均衡实例的公网IP的信息。
    eipAddress string
    公网IP地址。
    eipId string
    公网IP ID。
    enabled boolean
    负载均衡实例的启用状态。
    eni GetClbEni
    负载均衡实例的私网IPv4地址信息。
    eniAddressNum number
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress。
    eniIpv6Address string
    负载均衡实例的私网IPv6地址。
    enis GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量。
    exclusiveClusterId string
    独占集群Id。
    expiredTime string
    负载均衡实例到期时间。
    id string
    Uniquely identifies the resource.
    listeners GetClbListener[]
    负载均衡实例中监听器的信息。
    loadBalancerBillingType number
    CLB实例计费方式。取值如下:1:包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。
    loadBalancerId string
    负载均衡实例ID。
    loadBalancerName string
    负载均衡实例的名称。
    loadBalancerSpec string
    CLB实例的规格,不同规格提供的转发能力不同。small1:小型I。small2:小型II。medium1:中型I。medium2:中型II。large1:大型I。large2:大型II。
    lockReason string
    负载均衡实例被冻结的原因。
    masterZoneId string
    负载均衡实例的主可用区ID。
    modificationProtectionReason string
    设置修改保护状态的原因。仅参数ModificationProtectionStatus取ConsoleProtection时,本参数有效。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:半角句号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 80个字符。
    modificationProtectionStatus string
    CLB实例是否开启控制台上修改保护。开启后,禁止通过控制台修改实例或删除实例。取值如下:NonProtection:不开启。ConsoleProtection:开启。
    newArch boolean
    是否为新架构。
    orderId string
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,该参数有值。
    overdueTime string
    负载均衡实例的冻结时间。
    period number
    购买包年包月CLB实例的时长。默认为“1”。当PeriodUnit配置为Month时,取值范围为1~9,12,24和36。当PeriodUnit配置为Year时,取值范围为1~3。
    periodUnit string
    购买包年包月CLB实例的时长单位。仅LoadBalancerBillingType取1时,本参数有效。取值如下:Month (默认值):月。Year:年
    projectName string
    CLB实例所属项目的名称。
    serverGroups GetClbServerGroup[]
    负载均衡实例中后端服务器组的信息。
    serviceManaged boolean
    CLB实例是否为托管资源。
    slaveZoneId string
    负载均衡实例的备可用区ID。
    status string
    负载均衡实例状态,Inactive:已停止。Active:运行中。Creating:创建中。Provisioning:创建中。Configuring:配置中。Deleting:删除中。CreateFailed:创建失败。
    subnetId string
    负载均衡实例所属VPC内的子网ID。
    tags GetClbTag[]
    CLB实例标签。
    timestampRemoveEnabled string
    是否开启 TCP Timestamp 清除功能。
    type string
    CLB实例的类型。取值如下:public:公网类型。创建一个公网类型CLB实例,系统会分配一个公网IP地址,用于转发公网请求。private:私网类型。创建一个私网类型CLB实例,您需要为其绑定公网IP后,才能转发公网请求。
    updateTime string
    负载均衡实例的最近操作时间。
    vpcId string
    负载均衡实例所属的VPC ID。
    zoneType string
    负载均衡实例的可用区类型。
    access_log GetClbAccessLog
    负载均衡实例中访问日志的信息。
    account_id str
    负载均衡实例所属的账号ID。
    address_ip_version str
    CLB实例的IP地址类型。取值如下:ipv4(默认值):表示该CLB为IPv4类型,仅支持转发IPv4请求。DualStack:表示该CLB为双栈类型,支持转发IPv4和IPv6请求。仅参数Type取private时,才可传入DualStack。
    allowed_ports Sequence[str]
    允许的多个端口范围。
    auto_renewal bool
    是否开通自动续费。true:是,默认自动续费为1个月。false(默认值):否
    business_status str
    负载均衡实例是否被锁定。
    bypass_security_group_enabled str
    是否开启bypass安全组功能。
    create_time str
    负载均衡实例的创建时间。
    deleted_time str
    负载均衡实例的预期回收时间。
    description str
    负载均衡实例的描述。
    eip GetClbEip
    负载均衡实例的公网IP的信息。
    eip_address str
    公网IP地址。
    eip_id str
    公网IP ID。
    enabled bool
    负载均衡实例的启用状态。
    eni GetClbEni
    负载均衡实例的私网IPv4地址信息。
    eni_address_num float
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress。
    eni_ipv6_address str
    负载均衡实例的私网IPv6地址。
    enis GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量。
    exclusive_cluster_id str
    独占集群Id。
    expired_time str
    负载均衡实例到期时间。
    id str
    Uniquely identifies the resource.
    listeners Sequence[GetClbListener]
    负载均衡实例中监听器的信息。
    load_balancer_billing_type float
    CLB实例计费方式。取值如下:1:包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。
    load_balancer_id str
    负载均衡实例ID。
    load_balancer_name str
    负载均衡实例的名称。
    load_balancer_spec str
    CLB实例的规格,不同规格提供的转发能力不同。small1:小型I。small2:小型II。medium1:中型I。medium2:中型II。large1:大型I。large2:大型II。
    lock_reason str
    负载均衡实例被冻结的原因。
    master_zone_id str
    负载均衡实例的主可用区ID。
    modification_protection_reason str
    设置修改保护状态的原因。仅参数ModificationProtectionStatus取ConsoleProtection时,本参数有效。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:半角句号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 80个字符。
    modification_protection_status str
    CLB实例是否开启控制台上修改保护。开启后,禁止通过控制台修改实例或删除实例。取值如下:NonProtection:不开启。ConsoleProtection:开启。
    new_arch bool
    是否为新架构。
    order_id str
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,该参数有值。
    overdue_time str
    负载均衡实例的冻结时间。
    period float
    购买包年包月CLB实例的时长。默认为“1”。当PeriodUnit配置为Month时,取值范围为1~9,12,24和36。当PeriodUnit配置为Year时,取值范围为1~3。
    period_unit str
    购买包年包月CLB实例的时长单位。仅LoadBalancerBillingType取1时,本参数有效。取值如下:Month (默认值):月。Year:年
    project_name str
    CLB实例所属项目的名称。
    server_groups Sequence[GetClbServerGroup]
    负载均衡实例中后端服务器组的信息。
    service_managed bool
    CLB实例是否为托管资源。
    slave_zone_id str
    负载均衡实例的备可用区ID。
    status str
    负载均衡实例状态,Inactive:已停止。Active:运行中。Creating:创建中。Provisioning:创建中。Configuring:配置中。Deleting:删除中。CreateFailed:创建失败。
    subnet_id str
    负载均衡实例所属VPC内的子网ID。
    tags Sequence[GetClbTag]
    CLB实例标签。
    timestamp_remove_enabled str
    是否开启 TCP Timestamp 清除功能。
    type str
    CLB实例的类型。取值如下:public:公网类型。创建一个公网类型CLB实例,系统会分配一个公网IP地址,用于转发公网请求。private:私网类型。创建一个私网类型CLB实例,您需要为其绑定公网IP后,才能转发公网请求。
    update_time str
    负载均衡实例的最近操作时间。
    vpc_id str
    负载均衡实例所属的VPC ID。
    zone_type str
    负载均衡实例的可用区类型。
    accessLog Property Map
    负载均衡实例中访问日志的信息。
    accountId String
    负载均衡实例所属的账号ID。
    addressIpVersion String
    CLB实例的IP地址类型。取值如下:ipv4(默认值):表示该CLB为IPv4类型,仅支持转发IPv4请求。DualStack:表示该CLB为双栈类型,支持转发IPv4和IPv6请求。仅参数Type取private时,才可传入DualStack。
    allowedPorts List<String>
    允许的多个端口范围。
    autoRenewal Boolean
    是否开通自动续费。true:是,默认自动续费为1个月。false(默认值):否
    businessStatus String
    负载均衡实例是否被锁定。
    bypassSecurityGroupEnabled String
    是否开启bypass安全组功能。
    createTime String
    负载均衡实例的创建时间。
    deletedTime String
    负载均衡实例的预期回收时间。
    description String
    负载均衡实例的描述。
    eip Property Map
    负载均衡实例的公网IP的信息。
    eipAddress String
    公网IP地址。
    eipId String
    公网IP ID。
    enabled Boolean
    负载均衡实例的启用状态。
    eni Property Map
    负载均衡实例的私网IPv4地址信息。
    eniAddressNum Number
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress。
    eniIpv6Address String
    负载均衡实例的私网IPv6地址。
    enis Property Map
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量。
    exclusiveClusterId String
    独占集群Id。
    expiredTime String
    负载均衡实例到期时间。
    id String
    Uniquely identifies the resource.
    listeners List<Property Map>
    负载均衡实例中监听器的信息。
    loadBalancerBillingType Number
    CLB实例计费方式。取值如下:1:包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。
    loadBalancerId String
    负载均衡实例ID。
    loadBalancerName String
    负载均衡实例的名称。
    loadBalancerSpec String
    CLB实例的规格,不同规格提供的转发能力不同。small1:小型I。small2:小型II。medium1:中型I。medium2:中型II。large1:大型I。large2:大型II。
    lockReason String
    负载均衡实例被冻结的原因。
    masterZoneId String
    负载均衡实例的主可用区ID。
    modificationProtectionReason String
    设置修改保护状态的原因。仅参数ModificationProtectionStatus取ConsoleProtection时,本参数有效。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:半角句号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 80个字符。
    modificationProtectionStatus String
    CLB实例是否开启控制台上修改保护。开启后,禁止通过控制台修改实例或删除实例。取值如下:NonProtection:不开启。ConsoleProtection:开启。
    newArch Boolean
    是否为新架构。
    orderId String
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,该参数有值。
    overdueTime String
    负载均衡实例的冻结时间。
    period Number
    购买包年包月CLB实例的时长。默认为“1”。当PeriodUnit配置为Month时,取值范围为1~9,12,24和36。当PeriodUnit配置为Year时,取值范围为1~3。
    periodUnit String
    购买包年包月CLB实例的时长单位。仅LoadBalancerBillingType取1时,本参数有效。取值如下:Month (默认值):月。Year:年
    projectName String
    CLB实例所属项目的名称。
    serverGroups List<Property Map>
    负载均衡实例中后端服务器组的信息。
    serviceManaged Boolean
    CLB实例是否为托管资源。
    slaveZoneId String
    负载均衡实例的备可用区ID。
    status String
    负载均衡实例状态,Inactive:已停止。Active:运行中。Creating:创建中。Provisioning:创建中。Configuring:配置中。Deleting:删除中。CreateFailed:创建失败。
    subnetId String
    负载均衡实例所属VPC内的子网ID。
    tags List<Property Map>
    CLB实例标签。
    timestampRemoveEnabled String
    是否开启 TCP Timestamp 清除功能。
    type String
    CLB实例的类型。取值如下:public:公网类型。创建一个公网类型CLB实例,系统会分配一个公网IP地址,用于转发公网请求。private:私网类型。创建一个私网类型CLB实例,您需要为其绑定公网IP后,才能转发公网请求。
    updateTime String
    负载均衡实例的最近操作时间。
    vpcId String
    负载均衡实例所属的VPC ID。
    zoneType String
    负载均衡实例的可用区类型。

    Supporting Types

    GetClbAccessLog

    BucketName string
    存储七层访问日志的对象存储桶的名称。
    DeliveryType string
    日志投递类型。取值如下:tos(默认值): 将日志投递至对象存储服务TOS。tls:将日志投递至日志服务TLS。
    Enabled bool
    是否开启访问日志(七层)投递至对象存储TOS的功能。
    TlsProjectId string
    日志项目。
    TlsTopicId string
    日志主题。
    BucketName string
    存储七层访问日志的对象存储桶的名称。
    DeliveryType string
    日志投递类型。取值如下:tos(默认值): 将日志投递至对象存储服务TOS。tls:将日志投递至日志服务TLS。
    Enabled bool
    是否开启访问日志(七层)投递至对象存储TOS的功能。
    TlsProjectId string
    日志项目。
    TlsTopicId string
    日志主题。
    bucketName String
    存储七层访问日志的对象存储桶的名称。
    deliveryType String
    日志投递类型。取值如下:tos(默认值): 将日志投递至对象存储服务TOS。tls:将日志投递至日志服务TLS。
    enabled Boolean
    是否开启访问日志(七层)投递至对象存储TOS的功能。
    tlsProjectId String
    日志项目。
    tlsTopicId String
    日志主题。
    bucketName string
    存储七层访问日志的对象存储桶的名称。
    deliveryType string
    日志投递类型。取值如下:tos(默认值): 将日志投递至对象存储服务TOS。tls:将日志投递至日志服务TLS。
    enabled boolean
    是否开启访问日志(七层)投递至对象存储TOS的功能。
    tlsProjectId string
    日志项目。
    tlsTopicId string
    日志主题。
    bucket_name str
    存储七层访问日志的对象存储桶的名称。
    delivery_type str
    日志投递类型。取值如下:tos(默认值): 将日志投递至对象存储服务TOS。tls:将日志投递至日志服务TLS。
    enabled bool
    是否开启访问日志(七层)投递至对象存储TOS的功能。
    tls_project_id str
    日志项目。
    tls_topic_id str
    日志主题。
    bucketName String
    存储七层访问日志的对象存储桶的名称。
    deliveryType String
    日志投递类型。取值如下:tos(默认值): 将日志投递至对象存储服务TOS。tls:将日志投递至日志服务TLS。
    enabled Boolean
    是否开启访问日志(七层)投递至对象存储TOS的功能。
    tlsProjectId String
    日志项目。
    tlsTopicId String
    日志主题。

    GetClbEip

    Bandwidth double
    带宽峰值。
    BandwidthPackageId string
    共享带宽包ID。
    EipBillingType double
    计费方式。
    Isp string
    线路类型。
    SecurityProtectionInstanceId double
    防护包ID。
    SecurityProtectionTypes List<string>
    安全防护类型。
    Bandwidth float64
    带宽峰值。
    BandwidthPackageId string
    共享带宽包ID。
    EipBillingType float64
    计费方式。
    Isp string
    线路类型。
    SecurityProtectionInstanceId float64
    防护包ID。
    SecurityProtectionTypes []string
    安全防护类型。
    bandwidth Double
    带宽峰值。
    bandwidthPackageId String
    共享带宽包ID。
    eipBillingType Double
    计费方式。
    isp String
    线路类型。
    securityProtectionInstanceId Double
    防护包ID。
    securityProtectionTypes List<String>
    安全防护类型。
    bandwidth number
    带宽峰值。
    bandwidthPackageId string
    共享带宽包ID。
    eipBillingType number
    计费方式。
    isp string
    线路类型。
    securityProtectionInstanceId number
    防护包ID。
    securityProtectionTypes string[]
    安全防护类型。
    bandwidth float
    带宽峰值。
    bandwidth_package_id str
    共享带宽包ID。
    eip_billing_type float
    计费方式。
    isp str
    线路类型。
    security_protection_instance_id float
    防护包ID。
    security_protection_types Sequence[str]
    安全防护类型。
    bandwidth Number
    带宽峰值。
    bandwidthPackageId String
    共享带宽包ID。
    eipBillingType Number
    计费方式。
    isp String
    线路类型。
    securityProtectionInstanceId Number
    防护包ID。
    securityProtectionTypes List<String>
    安全防护类型。

    GetClbEni

    EniAddress string
    负载均衡实例的私网IP地址。
    EniId string
    负载均衡实例占用的网卡ID。
    EniAddress string
    负载均衡实例的私网IP地址。
    EniId string
    负载均衡实例占用的网卡ID。
    eniAddress String
    负载均衡实例的私网IP地址。
    eniId String
    负载均衡实例占用的网卡ID。
    eniAddress string
    负载均衡实例的私网IP地址。
    eniId string
    负载均衡实例占用的网卡ID。
    eni_address str
    负载均衡实例的私网IP地址。
    eni_id str
    负载均衡实例占用的网卡ID。
    eniAddress String
    负载均衡实例的私网IP地址。
    eniId String
    负载均衡实例占用的网卡ID。

    GetClbEnis

    EniAddress string
    负载均衡实例的私网IP地址。
    EniId string
    负载均衡实例占用的网卡ID。
    EniAddress string
    负载均衡实例的私网IP地址。
    EniId string
    负载均衡实例占用的网卡ID。
    eniAddress String
    负载均衡实例的私网IP地址。
    eniId String
    负载均衡实例占用的网卡ID。
    eniAddress string
    负载均衡实例的私网IP地址。
    eniId string
    负载均衡实例占用的网卡ID。
    eni_address str
    负载均衡实例的私网IP地址。
    eni_id str
    负载均衡实例占用的网卡ID。
    eniAddress String
    负载均衡实例的私网IP地址。
    eniId String
    负载均衡实例占用的网卡ID。

    GetClbListener

    ListenerId string
    监听器的ID。
    ListenerName string
    监听器的名称。
    ListenerId string
    监听器的ID。
    ListenerName string
    监听器的名称。
    listenerId String
    监听器的ID。
    listenerName String
    监听器的名称。
    listenerId string
    监听器的ID。
    listenerName string
    监听器的名称。
    listener_id str
    监听器的ID。
    listener_name str
    监听器的名称。
    listenerId String
    监听器的ID。
    listenerName String
    监听器的名称。

    GetClbServerGroup

    ServerGroupId string
    负载均衡实例中后端服务器组的ID。
    ServerGroupName string
    负载均衡实例中后端服务器组的名称。
    ServerGroupId string
    负载均衡实例中后端服务器组的ID。
    ServerGroupName string
    负载均衡实例中后端服务器组的名称。
    serverGroupId String
    负载均衡实例中后端服务器组的ID。
    serverGroupName String
    负载均衡实例中后端服务器组的名称。
    serverGroupId string
    负载均衡实例中后端服务器组的ID。
    serverGroupName string
    负载均衡实例中后端服务器组的名称。
    server_group_id str
    负载均衡实例中后端服务器组的ID。
    server_group_name str
    负载均衡实例中后端服务器组的名称。
    serverGroupId String
    负载均衡实例中后端服务器组的ID。
    serverGroupName String
    负载均衡实例中后端服务器组的名称。

    GetClbTag

    Key string
    标签键。
    Value string
    标签值。
    Key string
    标签键。
    Value string
    标签值。
    key String
    标签键。
    value String
    标签值。
    key string
    标签键。
    value string
    标签值。
    key str
    标签键。
    value str
    标签值。
    key String
    标签键。
    value String
    标签值。

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.16
    published on Monday, Mar 9, 2026 by Byteplus
      Try Pulumi Cloud free. Your team will thank you.