1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getClbInstances
Viewing docs for tencentcloud 1.82.78
published on Wednesday, Mar 25, 2026 by tencentcloudstack
tencentcloud logo
Viewing docs for tencentcloud 1.82.78
published on Wednesday, Mar 25, 2026 by tencentcloudstack

    Use this data source to query detailed information of CLB

    Using getClbInstances

    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 getClbInstances(args: GetClbInstancesArgs, opts?: InvokeOptions): Promise<GetClbInstancesResult>
    function getClbInstancesOutput(args: GetClbInstancesOutputArgs, opts?: InvokeOptions): Output<GetClbInstancesResult>
    def get_clb_instances(clb_id: Optional[str] = None,
                          clb_name: Optional[str] = None,
                          id: Optional[str] = None,
                          master_zone: Optional[str] = None,
                          network_type: Optional[str] = None,
                          project_id: Optional[float] = None,
                          result_output_file: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetClbInstancesResult
    def get_clb_instances_output(clb_id: Optional[pulumi.Input[str]] = None,
                          clb_name: Optional[pulumi.Input[str]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          master_zone: Optional[pulumi.Input[str]] = None,
                          network_type: Optional[pulumi.Input[str]] = None,
                          project_id: Optional[pulumi.Input[float]] = None,
                          result_output_file: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetClbInstancesResult]
    func GetClbInstances(ctx *Context, args *GetClbInstancesArgs, opts ...InvokeOption) (*GetClbInstancesResult, error)
    func GetClbInstancesOutput(ctx *Context, args *GetClbInstancesOutputArgs, opts ...InvokeOption) GetClbInstancesResultOutput

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

    public static class GetClbInstances 
    {
        public static Task<GetClbInstancesResult> InvokeAsync(GetClbInstancesArgs args, InvokeOptions? opts = null)
        public static Output<GetClbInstancesResult> Invoke(GetClbInstancesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClbInstancesResult> getClbInstances(GetClbInstancesArgs args, InvokeOptions options)
    public static Output<GetClbInstancesResult> getClbInstances(GetClbInstancesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getClbInstances:getClbInstances
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClbId string
    ID of the CLB to be queried.
    ClbName string
    Name of the CLB to be queried.
    Id string
    MasterZone string
    Master available zone id.
    NetworkType string
    Type of CLB instance, and available values include OPEN and INTERNAL.
    ProjectId double
    Project ID of the CLB.
    ResultOutputFile string
    Used to save results.
    ClbId string
    ID of the CLB to be queried.
    ClbName string
    Name of the CLB to be queried.
    Id string
    MasterZone string
    Master available zone id.
    NetworkType string
    Type of CLB instance, and available values include OPEN and INTERNAL.
    ProjectId float64
    Project ID of the CLB.
    ResultOutputFile string
    Used to save results.
    clbId String
    ID of the CLB to be queried.
    clbName String
    Name of the CLB to be queried.
    id String
    masterZone String
    Master available zone id.
    networkType String
    Type of CLB instance, and available values include OPEN and INTERNAL.
    projectId Double
    Project ID of the CLB.
    resultOutputFile String
    Used to save results.
    clbId string
    ID of the CLB to be queried.
    clbName string
    Name of the CLB to be queried.
    id string
    masterZone string
    Master available zone id.
    networkType string
    Type of CLB instance, and available values include OPEN and INTERNAL.
    projectId number
    Project ID of the CLB.
    resultOutputFile string
    Used to save results.
    clb_id str
    ID of the CLB to be queried.
    clb_name str
    Name of the CLB to be queried.
    id str
    master_zone str
    Master available zone id.
    network_type str
    Type of CLB instance, and available values include OPEN and INTERNAL.
    project_id float
    Project ID of the CLB.
    result_output_file str
    Used to save results.
    clbId String
    ID of the CLB to be queried.
    clbName String
    Name of the CLB to be queried.
    id String
    masterZone String
    Master available zone id.
    networkType String
    Type of CLB instance, and available values include OPEN and INTERNAL.
    projectId Number
    Project ID of the CLB.
    resultOutputFile String
    Used to save results.

    getClbInstances Result

    The following output properties are available:

    ClbLists List<GetClbInstancesClbList>
    A list of cloud load balancers. Each element contains the following attributes:
    Id string
    ClbId string
    ID of CLB.
    ClbName string
    Name of CLB.
    MasterZone string
    NetworkType string
    Types of CLB.
    ProjectId double
    ID of the project.
    ResultOutputFile string
    ClbLists []GetClbInstancesClbList
    A list of cloud load balancers. Each element contains the following attributes:
    Id string
    ClbId string
    ID of CLB.
    ClbName string
    Name of CLB.
    MasterZone string
    NetworkType string
    Types of CLB.
    ProjectId float64
    ID of the project.
    ResultOutputFile string
    clbLists List<GetClbInstancesClbList>
    A list of cloud load balancers. Each element contains the following attributes:
    id String
    clbId String
    ID of CLB.
    clbName String
    Name of CLB.
    masterZone String
    networkType String
    Types of CLB.
    projectId Double
    ID of the project.
    resultOutputFile String
    clbLists GetClbInstancesClbList[]
    A list of cloud load balancers. Each element contains the following attributes:
    id string
    clbId string
    ID of CLB.
    clbName string
    Name of CLB.
    masterZone string
    networkType string
    Types of CLB.
    projectId number
    ID of the project.
    resultOutputFile string
    clb_lists Sequence[GetClbInstancesClbList]
    A list of cloud load balancers. Each element contains the following attributes:
    id str
    clb_id str
    ID of CLB.
    clb_name str
    Name of CLB.
    master_zone str
    network_type str
    Types of CLB.
    project_id float
    ID of the project.
    result_output_file str
    clbLists List<Property Map>
    A list of cloud load balancers. Each element contains the following attributes:
    id String
    clbId String
    ID of CLB.
    clbName String
    Name of CLB.
    masterZone String
    networkType String
    Types of CLB.
    projectId Number
    ID of the project.
    resultOutputFile String

    Supporting Types

    GetClbInstancesClbList

    AddressIpVersion string
    IP version, only applicable to open CLB. Valid values are IPV4, IPV6 and IPv6FullChain.
    AddressIpv6 string
    IPv6 address of the CLB instance.
    AnycastZone string
    Anycast CLB publishing region, returns empty string for non-anycast CLB.
    AssociateEndpoint string
    Endpoint ID associated with the CLB instance.
    AttributeFlags List<string>
    CLB attribute flags array.
    AvailableZoneAffinityInfo string
    Available zone forwarding affinity information (JSON format).
    BackupZoneSets List<ImmutableDictionary<string, string>>
    Backup zone list, each element contains zone_id/zone/zone_name/zone_region/local_zone.
    ChargeType string
    Billing type, PREPAID: Prepaid, POSTPAID_BY_HOUR: Pay-as-you-go.
    ClbId string
    ID of the CLB to be queried.
    ClbName string
    Name of the CLB to be queried.
    ClbVips List<string>
    The virtual service address table of the CLB.
    ClusterId string
    ID of the cluster.
    ClusterIds List<string>
    Cluster ID list.
    ClusterTag string
    Layer-7 exclusive tag.
    ConfigId string
    CLB dimension personalized configuration ID.
    CreateTime string
    Create time of the CLB.
    Domain string
    CLB domain (only for public network Classic CLB), gradually deprecated.
    Egress string
    Network egress.
    Exclusive double
    Whether the instance type is exclusive, 1: Exclusive, 0: Not exclusive.
    ExclusiveCluster string
    Internal exclusive cluster information (JSON format).
    ExpireTime string
    Expiration time of the CLB instance, only for prepaid CLB, format: YYYY-MM-DD HH:mm:ss.
    ExtraInfo string
    Reserved field, generally no need to pay attention (JSON format).
    Forward double
    CLB type identifier, 1: CLB, 0: Classic CLB.
    HealthLogSetId string
    Log service (CLS) health check log set ID.
    HealthLogTopicId string
    Log service (CLS) health check log topic ID.
    InternetBandwidthMaxOut double
    Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
    InternetChargeType string
    Internet charge type, only applicable to open CLB. Valid values are TRAFFIC_POSTPAID_BY_HOUR, BANDWIDTH_POSTPAID_BY_HOUR and BANDWIDTH_PACKAGE.
    Ipv6Mode string
    IPv6 mode when IP version is ipv6, IPv6Nat64 or IPv6FullChain.
    IsBlock bool
    Whether the VIP is blocked.
    IsBlockTime string
    Time of blocking or unblocking, format: YYYY-MM-DD HH:mm:ss.
    IsDdos bool
    Whether Anti-DDoS Pro can be bound.
    IsolatedTime string
    Time when the CLB instance was isolated, format: YYYY-MM-DD HH:mm:ss.
    Isolation double
    Whether isolated, 0: Not isolated, 1: Isolated.
    LoadBalancerDomain string
    Domain of the CLB instance.
    LoadBalancerPassToTarget bool
    Whether backend services allow traffic from CLB.
    LocalBgp bool
    Whether the IP type is local BGP.
    LocalZone bool
    Whether this available zone is local zone, This field maybe null, means cannot get a valid value.
    LogSetId string
    Log service (CLS) log set ID.
    LogTopicId string
    Log service (CLS) log topic ID.
    MixIpTarget bool
    IPv6FullChain CLB layer-7 listener supports mixed binding of IPv4/IPv6 targets.
    NetworkType string
    Type of CLB instance, and available values include OPEN and INTERNAL.
    NfvInfo string
    Whether CLB is NFV, empty: No, l7nfv: Layer-7 is NFV.
    NumericalVpcId double
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    OpenBgp double
    Anti-DDoS Pro LB identifier, 1: Anti-DDoS Pro, 0: Not Anti-DDoS Pro.
    PrepaidPeriod double
    Prepaid purchase period, unit: month.
    PrepaidRenewFlag string
    Prepaid renewal flag, NOTIFY_AND_AUTO_RENEW: Notify and auto-renew, NOTIFY_AND_MANUAL_RENEW: Notify but not auto-renew, DISABLE_NOTIFY_AND_MANUAL_RENEW: No notification and not auto-renew.
    ProjectId double
    Project ID of the CLB.
    SecurityGroups List<string>
    ID set of the security groups.
    SlaType string
    Performance capacity type specification (clb.c1.small/clb.c2.medium/clb.c3.small/clb.c3.medium/clb.c4.small/clb.c4.medium/clb.c4.large/clb.c4.xlarge or empty string).
    Snat bool
    Whether SNAT is enabled.
    SnatIps string
    SnatIp list after enabling SnatPro (JSON format).
    SnatPro bool
    Whether SnatPro is enabled.
    Status double
    The status of CLB.
    StatusTime string
    Latest state transition time of CLB.
    SubnetId string
    ID of the subnet.
    Tags Dictionary<string, string>
    The available tags within this CLB.
    TargetCount double
    Number of bound backend services.
    TargetRegionInfoRegion string
    Region information of backend service are attached the CLB.
    TargetRegionInfoVpcId string
    VpcId information of backend service are attached the CLB.
    VipIsp string
    Network operator, only applicable to open CLB. Valid values are CMCC(China Mobile), CTCC(Telecom), CUCC(China Unicom) and BGP. If this ISP is specified, network billing method can only use the bandwidth package billing (BANDWIDTH_PACKAGE).
    VpcId string
    ID of the VPC.
    Zone string
    Available zone unique id(string representation), This field maybe null, means cannot get a valid value.
    ZoneId double
    Available zone unique id(numerical representation), This field maybe null, means cannot get a valid value.
    ZoneName string
    Available zone name, This field maybe null, means cannot get a valid value.
    ZoneRegion string
    Region that this available zone belong to, This field maybe null, means cannot get a valid value.
    Zones List<string>
    Zones where rules are deployed for VPC internal load balancers with nearby access mode. Note: This field may return null, indicating no valid values can be obtained.
    AddressIpVersion string
    IP version, only applicable to open CLB. Valid values are IPV4, IPV6 and IPv6FullChain.
    AddressIpv6 string
    IPv6 address of the CLB instance.
    AnycastZone string
    Anycast CLB publishing region, returns empty string for non-anycast CLB.
    AssociateEndpoint string
    Endpoint ID associated with the CLB instance.
    AttributeFlags []string
    CLB attribute flags array.
    AvailableZoneAffinityInfo string
    Available zone forwarding affinity information (JSON format).
    BackupZoneSets []map[string]string
    Backup zone list, each element contains zone_id/zone/zone_name/zone_region/local_zone.
    ChargeType string
    Billing type, PREPAID: Prepaid, POSTPAID_BY_HOUR: Pay-as-you-go.
    ClbId string
    ID of the CLB to be queried.
    ClbName string
    Name of the CLB to be queried.
    ClbVips []string
    The virtual service address table of the CLB.
    ClusterId string
    ID of the cluster.
    ClusterIds []string
    Cluster ID list.
    ClusterTag string
    Layer-7 exclusive tag.
    ConfigId string
    CLB dimension personalized configuration ID.
    CreateTime string
    Create time of the CLB.
    Domain string
    CLB domain (only for public network Classic CLB), gradually deprecated.
    Egress string
    Network egress.
    Exclusive float64
    Whether the instance type is exclusive, 1: Exclusive, 0: Not exclusive.
    ExclusiveCluster string
    Internal exclusive cluster information (JSON format).
    ExpireTime string
    Expiration time of the CLB instance, only for prepaid CLB, format: YYYY-MM-DD HH:mm:ss.
    ExtraInfo string
    Reserved field, generally no need to pay attention (JSON format).
    Forward float64
    CLB type identifier, 1: CLB, 0: Classic CLB.
    HealthLogSetId string
    Log service (CLS) health check log set ID.
    HealthLogTopicId string
    Log service (CLS) health check log topic ID.
    InternetBandwidthMaxOut float64
    Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
    InternetChargeType string
    Internet charge type, only applicable to open CLB. Valid values are TRAFFIC_POSTPAID_BY_HOUR, BANDWIDTH_POSTPAID_BY_HOUR and BANDWIDTH_PACKAGE.
    Ipv6Mode string
    IPv6 mode when IP version is ipv6, IPv6Nat64 or IPv6FullChain.
    IsBlock bool
    Whether the VIP is blocked.
    IsBlockTime string
    Time of blocking or unblocking, format: YYYY-MM-DD HH:mm:ss.
    IsDdos bool
    Whether Anti-DDoS Pro can be bound.
    IsolatedTime string
    Time when the CLB instance was isolated, format: YYYY-MM-DD HH:mm:ss.
    Isolation float64
    Whether isolated, 0: Not isolated, 1: Isolated.
    LoadBalancerDomain string
    Domain of the CLB instance.
    LoadBalancerPassToTarget bool
    Whether backend services allow traffic from CLB.
    LocalBgp bool
    Whether the IP type is local BGP.
    LocalZone bool
    Whether this available zone is local zone, This field maybe null, means cannot get a valid value.
    LogSetId string
    Log service (CLS) log set ID.
    LogTopicId string
    Log service (CLS) log topic ID.
    MixIpTarget bool
    IPv6FullChain CLB layer-7 listener supports mixed binding of IPv4/IPv6 targets.
    NetworkType string
    Type of CLB instance, and available values include OPEN and INTERNAL.
    NfvInfo string
    Whether CLB is NFV, empty: No, l7nfv: Layer-7 is NFV.
    NumericalVpcId float64
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    OpenBgp float64
    Anti-DDoS Pro LB identifier, 1: Anti-DDoS Pro, 0: Not Anti-DDoS Pro.
    PrepaidPeriod float64
    Prepaid purchase period, unit: month.
    PrepaidRenewFlag string
    Prepaid renewal flag, NOTIFY_AND_AUTO_RENEW: Notify and auto-renew, NOTIFY_AND_MANUAL_RENEW: Notify but not auto-renew, DISABLE_NOTIFY_AND_MANUAL_RENEW: No notification and not auto-renew.
    ProjectId float64
    Project ID of the CLB.
    SecurityGroups []string
    ID set of the security groups.
    SlaType string
    Performance capacity type specification (clb.c1.small/clb.c2.medium/clb.c3.small/clb.c3.medium/clb.c4.small/clb.c4.medium/clb.c4.large/clb.c4.xlarge or empty string).
    Snat bool
    Whether SNAT is enabled.
    SnatIps string
    SnatIp list after enabling SnatPro (JSON format).
    SnatPro bool
    Whether SnatPro is enabled.
    Status float64
    The status of CLB.
    StatusTime string
    Latest state transition time of CLB.
    SubnetId string
    ID of the subnet.
    Tags map[string]string
    The available tags within this CLB.
    TargetCount float64
    Number of bound backend services.
    TargetRegionInfoRegion string
    Region information of backend service are attached the CLB.
    TargetRegionInfoVpcId string
    VpcId information of backend service are attached the CLB.
    VipIsp string
    Network operator, only applicable to open CLB. Valid values are CMCC(China Mobile), CTCC(Telecom), CUCC(China Unicom) and BGP. If this ISP is specified, network billing method can only use the bandwidth package billing (BANDWIDTH_PACKAGE).
    VpcId string
    ID of the VPC.
    Zone string
    Available zone unique id(string representation), This field maybe null, means cannot get a valid value.
    ZoneId float64
    Available zone unique id(numerical representation), This field maybe null, means cannot get a valid value.
    ZoneName string
    Available zone name, This field maybe null, means cannot get a valid value.
    ZoneRegion string
    Region that this available zone belong to, This field maybe null, means cannot get a valid value.
    Zones []string
    Zones where rules are deployed for VPC internal load balancers with nearby access mode. Note: This field may return null, indicating no valid values can be obtained.
    addressIpVersion String
    IP version, only applicable to open CLB. Valid values are IPV4, IPV6 and IPv6FullChain.
    addressIpv6 String
    IPv6 address of the CLB instance.
    anycastZone String
    Anycast CLB publishing region, returns empty string for non-anycast CLB.
    associateEndpoint String
    Endpoint ID associated with the CLB instance.
    attributeFlags List<String>
    CLB attribute flags array.
    availableZoneAffinityInfo String
    Available zone forwarding affinity information (JSON format).
    backupZoneSets List<Map<String,String>>
    Backup zone list, each element contains zone_id/zone/zone_name/zone_region/local_zone.
    chargeType String
    Billing type, PREPAID: Prepaid, POSTPAID_BY_HOUR: Pay-as-you-go.
    clbId String
    ID of the CLB to be queried.
    clbName String
    Name of the CLB to be queried.
    clbVips List<String>
    The virtual service address table of the CLB.
    clusterId String
    ID of the cluster.
    clusterIds List<String>
    Cluster ID list.
    clusterTag String
    Layer-7 exclusive tag.
    configId String
    CLB dimension personalized configuration ID.
    createTime String
    Create time of the CLB.
    domain String
    CLB domain (only for public network Classic CLB), gradually deprecated.
    egress String
    Network egress.
    exclusive Double
    Whether the instance type is exclusive, 1: Exclusive, 0: Not exclusive.
    exclusiveCluster String
    Internal exclusive cluster information (JSON format).
    expireTime String
    Expiration time of the CLB instance, only for prepaid CLB, format: YYYY-MM-DD HH:mm:ss.
    extraInfo String
    Reserved field, generally no need to pay attention (JSON format).
    forward Double
    CLB type identifier, 1: CLB, 0: Classic CLB.
    healthLogSetId String
    Log service (CLS) health check log set ID.
    healthLogTopicId String
    Log service (CLS) health check log topic ID.
    internetBandwidthMaxOut Double
    Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
    internetChargeType String
    Internet charge type, only applicable to open CLB. Valid values are TRAFFIC_POSTPAID_BY_HOUR, BANDWIDTH_POSTPAID_BY_HOUR and BANDWIDTH_PACKAGE.
    ipv6Mode String
    IPv6 mode when IP version is ipv6, IPv6Nat64 or IPv6FullChain.
    isBlock Boolean
    Whether the VIP is blocked.
    isBlockTime String
    Time of blocking or unblocking, format: YYYY-MM-DD HH:mm:ss.
    isDdos Boolean
    Whether Anti-DDoS Pro can be bound.
    isolatedTime String
    Time when the CLB instance was isolated, format: YYYY-MM-DD HH:mm:ss.
    isolation Double
    Whether isolated, 0: Not isolated, 1: Isolated.
    loadBalancerDomain String
    Domain of the CLB instance.
    loadBalancerPassToTarget Boolean
    Whether backend services allow traffic from CLB.
    localBgp Boolean
    Whether the IP type is local BGP.
    localZone Boolean
    Whether this available zone is local zone, This field maybe null, means cannot get a valid value.
    logSetId String
    Log service (CLS) log set ID.
    logTopicId String
    Log service (CLS) log topic ID.
    mixIpTarget Boolean
    IPv6FullChain CLB layer-7 listener supports mixed binding of IPv4/IPv6 targets.
    networkType String
    Type of CLB instance, and available values include OPEN and INTERNAL.
    nfvInfo String
    Whether CLB is NFV, empty: No, l7nfv: Layer-7 is NFV.
    numericalVpcId Double
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    openBgp Double
    Anti-DDoS Pro LB identifier, 1: Anti-DDoS Pro, 0: Not Anti-DDoS Pro.
    prepaidPeriod Double
    Prepaid purchase period, unit: month.
    prepaidRenewFlag String
    Prepaid renewal flag, NOTIFY_AND_AUTO_RENEW: Notify and auto-renew, NOTIFY_AND_MANUAL_RENEW: Notify but not auto-renew, DISABLE_NOTIFY_AND_MANUAL_RENEW: No notification and not auto-renew.
    projectId Double
    Project ID of the CLB.
    securityGroups List<String>
    ID set of the security groups.
    slaType String
    Performance capacity type specification (clb.c1.small/clb.c2.medium/clb.c3.small/clb.c3.medium/clb.c4.small/clb.c4.medium/clb.c4.large/clb.c4.xlarge or empty string).
    snat Boolean
    Whether SNAT is enabled.
    snatIps String
    SnatIp list after enabling SnatPro (JSON format).
    snatPro Boolean
    Whether SnatPro is enabled.
    status Double
    The status of CLB.
    statusTime String
    Latest state transition time of CLB.
    subnetId String
    ID of the subnet.
    tags Map<String,String>
    The available tags within this CLB.
    targetCount Double
    Number of bound backend services.
    targetRegionInfoRegion String
    Region information of backend service are attached the CLB.
    targetRegionInfoVpcId String
    VpcId information of backend service are attached the CLB.
    vipIsp String
    Network operator, only applicable to open CLB. Valid values are CMCC(China Mobile), CTCC(Telecom), CUCC(China Unicom) and BGP. If this ISP is specified, network billing method can only use the bandwidth package billing (BANDWIDTH_PACKAGE).
    vpcId String
    ID of the VPC.
    zone String
    Available zone unique id(string representation), This field maybe null, means cannot get a valid value.
    zoneId Double
    Available zone unique id(numerical representation), This field maybe null, means cannot get a valid value.
    zoneName String
    Available zone name, This field maybe null, means cannot get a valid value.
    zoneRegion String
    Region that this available zone belong to, This field maybe null, means cannot get a valid value.
    zones List<String>
    Zones where rules are deployed for VPC internal load balancers with nearby access mode. Note: This field may return null, indicating no valid values can be obtained.
    addressIpVersion string
    IP version, only applicable to open CLB. Valid values are IPV4, IPV6 and IPv6FullChain.
    addressIpv6 string
    IPv6 address of the CLB instance.
    anycastZone string
    Anycast CLB publishing region, returns empty string for non-anycast CLB.
    associateEndpoint string
    Endpoint ID associated with the CLB instance.
    attributeFlags string[]
    CLB attribute flags array.
    availableZoneAffinityInfo string
    Available zone forwarding affinity information (JSON format).
    backupZoneSets {[key: string]: string}[]
    Backup zone list, each element contains zone_id/zone/zone_name/zone_region/local_zone.
    chargeType string
    Billing type, PREPAID: Prepaid, POSTPAID_BY_HOUR: Pay-as-you-go.
    clbId string
    ID of the CLB to be queried.
    clbName string
    Name of the CLB to be queried.
    clbVips string[]
    The virtual service address table of the CLB.
    clusterId string
    ID of the cluster.
    clusterIds string[]
    Cluster ID list.
    clusterTag string
    Layer-7 exclusive tag.
    configId string
    CLB dimension personalized configuration ID.
    createTime string
    Create time of the CLB.
    domain string
    CLB domain (only for public network Classic CLB), gradually deprecated.
    egress string
    Network egress.
    exclusive number
    Whether the instance type is exclusive, 1: Exclusive, 0: Not exclusive.
    exclusiveCluster string
    Internal exclusive cluster information (JSON format).
    expireTime string
    Expiration time of the CLB instance, only for prepaid CLB, format: YYYY-MM-DD HH:mm:ss.
    extraInfo string
    Reserved field, generally no need to pay attention (JSON format).
    forward number
    CLB type identifier, 1: CLB, 0: Classic CLB.
    healthLogSetId string
    Log service (CLS) health check log set ID.
    healthLogTopicId string
    Log service (CLS) health check log topic ID.
    internetBandwidthMaxOut number
    Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
    internetChargeType string
    Internet charge type, only applicable to open CLB. Valid values are TRAFFIC_POSTPAID_BY_HOUR, BANDWIDTH_POSTPAID_BY_HOUR and BANDWIDTH_PACKAGE.
    ipv6Mode string
    IPv6 mode when IP version is ipv6, IPv6Nat64 or IPv6FullChain.
    isBlock boolean
    Whether the VIP is blocked.
    isBlockTime string
    Time of blocking or unblocking, format: YYYY-MM-DD HH:mm:ss.
    isDdos boolean
    Whether Anti-DDoS Pro can be bound.
    isolatedTime string
    Time when the CLB instance was isolated, format: YYYY-MM-DD HH:mm:ss.
    isolation number
    Whether isolated, 0: Not isolated, 1: Isolated.
    loadBalancerDomain string
    Domain of the CLB instance.
    loadBalancerPassToTarget boolean
    Whether backend services allow traffic from CLB.
    localBgp boolean
    Whether the IP type is local BGP.
    localZone boolean
    Whether this available zone is local zone, This field maybe null, means cannot get a valid value.
    logSetId string
    Log service (CLS) log set ID.
    logTopicId string
    Log service (CLS) log topic ID.
    mixIpTarget boolean
    IPv6FullChain CLB layer-7 listener supports mixed binding of IPv4/IPv6 targets.
    networkType string
    Type of CLB instance, and available values include OPEN and INTERNAL.
    nfvInfo string
    Whether CLB is NFV, empty: No, l7nfv: Layer-7 is NFV.
    numericalVpcId number
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    openBgp number
    Anti-DDoS Pro LB identifier, 1: Anti-DDoS Pro, 0: Not Anti-DDoS Pro.
    prepaidPeriod number
    Prepaid purchase period, unit: month.
    prepaidRenewFlag string
    Prepaid renewal flag, NOTIFY_AND_AUTO_RENEW: Notify and auto-renew, NOTIFY_AND_MANUAL_RENEW: Notify but not auto-renew, DISABLE_NOTIFY_AND_MANUAL_RENEW: No notification and not auto-renew.
    projectId number
    Project ID of the CLB.
    securityGroups string[]
    ID set of the security groups.
    slaType string
    Performance capacity type specification (clb.c1.small/clb.c2.medium/clb.c3.small/clb.c3.medium/clb.c4.small/clb.c4.medium/clb.c4.large/clb.c4.xlarge or empty string).
    snat boolean
    Whether SNAT is enabled.
    snatIps string
    SnatIp list after enabling SnatPro (JSON format).
    snatPro boolean
    Whether SnatPro is enabled.
    status number
    The status of CLB.
    statusTime string
    Latest state transition time of CLB.
    subnetId string
    ID of the subnet.
    tags {[key: string]: string}
    The available tags within this CLB.
    targetCount number
    Number of bound backend services.
    targetRegionInfoRegion string
    Region information of backend service are attached the CLB.
    targetRegionInfoVpcId string
    VpcId information of backend service are attached the CLB.
    vipIsp string
    Network operator, only applicable to open CLB. Valid values are CMCC(China Mobile), CTCC(Telecom), CUCC(China Unicom) and BGP. If this ISP is specified, network billing method can only use the bandwidth package billing (BANDWIDTH_PACKAGE).
    vpcId string
    ID of the VPC.
    zone string
    Available zone unique id(string representation), This field maybe null, means cannot get a valid value.
    zoneId number
    Available zone unique id(numerical representation), This field maybe null, means cannot get a valid value.
    zoneName string
    Available zone name, This field maybe null, means cannot get a valid value.
    zoneRegion string
    Region that this available zone belong to, This field maybe null, means cannot get a valid value.
    zones string[]
    Zones where rules are deployed for VPC internal load balancers with nearby access mode. Note: This field may return null, indicating no valid values can be obtained.
    address_ip_version str
    IP version, only applicable to open CLB. Valid values are IPV4, IPV6 and IPv6FullChain.
    address_ipv6 str
    IPv6 address of the CLB instance.
    anycast_zone str
    Anycast CLB publishing region, returns empty string for non-anycast CLB.
    associate_endpoint str
    Endpoint ID associated with the CLB instance.
    attribute_flags Sequence[str]
    CLB attribute flags array.
    available_zone_affinity_info str
    Available zone forwarding affinity information (JSON format).
    backup_zone_sets Sequence[Mapping[str, str]]
    Backup zone list, each element contains zone_id/zone/zone_name/zone_region/local_zone.
    charge_type str
    Billing type, PREPAID: Prepaid, POSTPAID_BY_HOUR: Pay-as-you-go.
    clb_id str
    ID of the CLB to be queried.
    clb_name str
    Name of the CLB to be queried.
    clb_vips Sequence[str]
    The virtual service address table of the CLB.
    cluster_id str
    ID of the cluster.
    cluster_ids Sequence[str]
    Cluster ID list.
    cluster_tag str
    Layer-7 exclusive tag.
    config_id str
    CLB dimension personalized configuration ID.
    create_time str
    Create time of the CLB.
    domain str
    CLB domain (only for public network Classic CLB), gradually deprecated.
    egress str
    Network egress.
    exclusive float
    Whether the instance type is exclusive, 1: Exclusive, 0: Not exclusive.
    exclusive_cluster str
    Internal exclusive cluster information (JSON format).
    expire_time str
    Expiration time of the CLB instance, only for prepaid CLB, format: YYYY-MM-DD HH:mm:ss.
    extra_info str
    Reserved field, generally no need to pay attention (JSON format).
    forward float
    CLB type identifier, 1: CLB, 0: Classic CLB.
    health_log_set_id str
    Log service (CLS) health check log set ID.
    health_log_topic_id str
    Log service (CLS) health check log topic ID.
    internet_bandwidth_max_out float
    Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
    internet_charge_type str
    Internet charge type, only applicable to open CLB. Valid values are TRAFFIC_POSTPAID_BY_HOUR, BANDWIDTH_POSTPAID_BY_HOUR and BANDWIDTH_PACKAGE.
    ipv6_mode str
    IPv6 mode when IP version is ipv6, IPv6Nat64 or IPv6FullChain.
    is_block bool
    Whether the VIP is blocked.
    is_block_time str
    Time of blocking or unblocking, format: YYYY-MM-DD HH:mm:ss.
    is_ddos bool
    Whether Anti-DDoS Pro can be bound.
    isolated_time str
    Time when the CLB instance was isolated, format: YYYY-MM-DD HH:mm:ss.
    isolation float
    Whether isolated, 0: Not isolated, 1: Isolated.
    load_balancer_domain str
    Domain of the CLB instance.
    load_balancer_pass_to_target bool
    Whether backend services allow traffic from CLB.
    local_bgp bool
    Whether the IP type is local BGP.
    local_zone bool
    Whether this available zone is local zone, This field maybe null, means cannot get a valid value.
    log_set_id str
    Log service (CLS) log set ID.
    log_topic_id str
    Log service (CLS) log topic ID.
    mix_ip_target bool
    IPv6FullChain CLB layer-7 listener supports mixed binding of IPv4/IPv6 targets.
    network_type str
    Type of CLB instance, and available values include OPEN and INTERNAL.
    nfv_info str
    Whether CLB is NFV, empty: No, l7nfv: Layer-7 is NFV.
    numerical_vpc_id float
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    open_bgp float
    Anti-DDoS Pro LB identifier, 1: Anti-DDoS Pro, 0: Not Anti-DDoS Pro.
    prepaid_period float
    Prepaid purchase period, unit: month.
    prepaid_renew_flag str
    Prepaid renewal flag, NOTIFY_AND_AUTO_RENEW: Notify and auto-renew, NOTIFY_AND_MANUAL_RENEW: Notify but not auto-renew, DISABLE_NOTIFY_AND_MANUAL_RENEW: No notification and not auto-renew.
    project_id float
    Project ID of the CLB.
    security_groups Sequence[str]
    ID set of the security groups.
    sla_type str
    Performance capacity type specification (clb.c1.small/clb.c2.medium/clb.c3.small/clb.c3.medium/clb.c4.small/clb.c4.medium/clb.c4.large/clb.c4.xlarge or empty string).
    snat bool
    Whether SNAT is enabled.
    snat_ips str
    SnatIp list after enabling SnatPro (JSON format).
    snat_pro bool
    Whether SnatPro is enabled.
    status float
    The status of CLB.
    status_time str
    Latest state transition time of CLB.
    subnet_id str
    ID of the subnet.
    tags Mapping[str, str]
    The available tags within this CLB.
    target_count float
    Number of bound backend services.
    target_region_info_region str
    Region information of backend service are attached the CLB.
    target_region_info_vpc_id str
    VpcId information of backend service are attached the CLB.
    vip_isp str
    Network operator, only applicable to open CLB. Valid values are CMCC(China Mobile), CTCC(Telecom), CUCC(China Unicom) and BGP. If this ISP is specified, network billing method can only use the bandwidth package billing (BANDWIDTH_PACKAGE).
    vpc_id str
    ID of the VPC.
    zone str
    Available zone unique id(string representation), This field maybe null, means cannot get a valid value.
    zone_id float
    Available zone unique id(numerical representation), This field maybe null, means cannot get a valid value.
    zone_name str
    Available zone name, This field maybe null, means cannot get a valid value.
    zone_region str
    Region that this available zone belong to, This field maybe null, means cannot get a valid value.
    zones Sequence[str]
    Zones where rules are deployed for VPC internal load balancers with nearby access mode. Note: This field may return null, indicating no valid values can be obtained.
    addressIpVersion String
    IP version, only applicable to open CLB. Valid values are IPV4, IPV6 and IPv6FullChain.
    addressIpv6 String
    IPv6 address of the CLB instance.
    anycastZone String
    Anycast CLB publishing region, returns empty string for non-anycast CLB.
    associateEndpoint String
    Endpoint ID associated with the CLB instance.
    attributeFlags List<String>
    CLB attribute flags array.
    availableZoneAffinityInfo String
    Available zone forwarding affinity information (JSON format).
    backupZoneSets List<Map<String>>
    Backup zone list, each element contains zone_id/zone/zone_name/zone_region/local_zone.
    chargeType String
    Billing type, PREPAID: Prepaid, POSTPAID_BY_HOUR: Pay-as-you-go.
    clbId String
    ID of the CLB to be queried.
    clbName String
    Name of the CLB to be queried.
    clbVips List<String>
    The virtual service address table of the CLB.
    clusterId String
    ID of the cluster.
    clusterIds List<String>
    Cluster ID list.
    clusterTag String
    Layer-7 exclusive tag.
    configId String
    CLB dimension personalized configuration ID.
    createTime String
    Create time of the CLB.
    domain String
    CLB domain (only for public network Classic CLB), gradually deprecated.
    egress String
    Network egress.
    exclusive Number
    Whether the instance type is exclusive, 1: Exclusive, 0: Not exclusive.
    exclusiveCluster String
    Internal exclusive cluster information (JSON format).
    expireTime String
    Expiration time of the CLB instance, only for prepaid CLB, format: YYYY-MM-DD HH:mm:ss.
    extraInfo String
    Reserved field, generally no need to pay attention (JSON format).
    forward Number
    CLB type identifier, 1: CLB, 0: Classic CLB.
    healthLogSetId String
    Log service (CLS) health check log set ID.
    healthLogTopicId String
    Log service (CLS) health check log topic ID.
    internetBandwidthMaxOut Number
    Max bandwidth out, only applicable to open CLB. Valid value ranges is [1, 2048]. Unit is MB.
    internetChargeType String
    Internet charge type, only applicable to open CLB. Valid values are TRAFFIC_POSTPAID_BY_HOUR, BANDWIDTH_POSTPAID_BY_HOUR and BANDWIDTH_PACKAGE.
    ipv6Mode String
    IPv6 mode when IP version is ipv6, IPv6Nat64 or IPv6FullChain.
    isBlock Boolean
    Whether the VIP is blocked.
    isBlockTime String
    Time of blocking or unblocking, format: YYYY-MM-DD HH:mm:ss.
    isDdos Boolean
    Whether Anti-DDoS Pro can be bound.
    isolatedTime String
    Time when the CLB instance was isolated, format: YYYY-MM-DD HH:mm:ss.
    isolation Number
    Whether isolated, 0: Not isolated, 1: Isolated.
    loadBalancerDomain String
    Domain of the CLB instance.
    loadBalancerPassToTarget Boolean
    Whether backend services allow traffic from CLB.
    localBgp Boolean
    Whether the IP type is local BGP.
    localZone Boolean
    Whether this available zone is local zone, This field maybe null, means cannot get a valid value.
    logSetId String
    Log service (CLS) log set ID.
    logTopicId String
    Log service (CLS) log topic ID.
    mixIpTarget Boolean
    IPv6FullChain CLB layer-7 listener supports mixed binding of IPv4/IPv6 targets.
    networkType String
    Type of CLB instance, and available values include OPEN and INTERNAL.
    nfvInfo String
    Whether CLB is NFV, empty: No, l7nfv: Layer-7 is NFV.
    numericalVpcId Number
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    openBgp Number
    Anti-DDoS Pro LB identifier, 1: Anti-DDoS Pro, 0: Not Anti-DDoS Pro.
    prepaidPeriod Number
    Prepaid purchase period, unit: month.
    prepaidRenewFlag String
    Prepaid renewal flag, NOTIFY_AND_AUTO_RENEW: Notify and auto-renew, NOTIFY_AND_MANUAL_RENEW: Notify but not auto-renew, DISABLE_NOTIFY_AND_MANUAL_RENEW: No notification and not auto-renew.
    projectId Number
    Project ID of the CLB.
    securityGroups List<String>
    ID set of the security groups.
    slaType String
    Performance capacity type specification (clb.c1.small/clb.c2.medium/clb.c3.small/clb.c3.medium/clb.c4.small/clb.c4.medium/clb.c4.large/clb.c4.xlarge or empty string).
    snat Boolean
    Whether SNAT is enabled.
    snatIps String
    SnatIp list after enabling SnatPro (JSON format).
    snatPro Boolean
    Whether SnatPro is enabled.
    status Number
    The status of CLB.
    statusTime String
    Latest state transition time of CLB.
    subnetId String
    ID of the subnet.
    tags Map<String>
    The available tags within this CLB.
    targetCount Number
    Number of bound backend services.
    targetRegionInfoRegion String
    Region information of backend service are attached the CLB.
    targetRegionInfoVpcId String
    VpcId information of backend service are attached the CLB.
    vipIsp String
    Network operator, only applicable to open CLB. Valid values are CMCC(China Mobile), CTCC(Telecom), CUCC(China Unicom) and BGP. If this ISP is specified, network billing method can only use the bandwidth package billing (BANDWIDTH_PACKAGE).
    vpcId String
    ID of the VPC.
    zone String
    Available zone unique id(string representation), This field maybe null, means cannot get a valid value.
    zoneId Number
    Available zone unique id(numerical representation), This field maybe null, means cannot get a valid value.
    zoneName String
    Available zone name, This field maybe null, means cannot get a valid value.
    zoneRegion String
    Region that this available zone belong to, This field maybe null, means cannot get a valid value.
    zones List<String>
    Zones where rules are deployed for VPC internal load balancers with nearby access mode. Note: This field may return null, indicating no valid values can be obtained.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    Viewing docs for tencentcloud 1.82.78
    published on Wednesday, Mar 25, 2026 by tencentcloudstack
      Try Pulumi Cloud free. Your team will thank you.