1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getClbInstanceByCertId
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getClbInstanceByCertId

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of clb instance_by_cert_id

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const instanceByCertId = tencentcloud.getClbInstanceByCertId({
        certIds: ["3a6B5y8v"],
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    instance_by_cert_id = tencentcloud.get_clb_instance_by_cert_id(cert_ids=["3a6B5y8v"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.GetClbInstanceByCertId(ctx, &tencentcloud.GetClbInstanceByCertIdArgs{
    			CertIds: []string{
    				"3a6B5y8v",
    			},
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var instanceByCertId = Tencentcloud.GetClbInstanceByCertId.Invoke(new()
        {
            CertIds = new[]
            {
                "3a6B5y8v",
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetClbInstanceByCertIdArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var instanceByCertId = TencentcloudFunctions.getClbInstanceByCertId(GetClbInstanceByCertIdArgs.builder()
                .certIds("3a6B5y8v")
                .build());
    
        }
    }
    
    variables:
      instanceByCertId:
        fn::invoke:
          function: tencentcloud:getClbInstanceByCertId
          arguments:
            certIds:
              - 3a6B5y8v
    

    Using getClbInstanceByCertId

    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 getClbInstanceByCertId(args: GetClbInstanceByCertIdArgs, opts?: InvokeOptions): Promise<GetClbInstanceByCertIdResult>
    function getClbInstanceByCertIdOutput(args: GetClbInstanceByCertIdOutputArgs, opts?: InvokeOptions): Output<GetClbInstanceByCertIdResult>
    def get_clb_instance_by_cert_id(cert_ids: Optional[Sequence[str]] = None,
                                    id: Optional[str] = None,
                                    result_output_file: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetClbInstanceByCertIdResult
    def get_clb_instance_by_cert_id_output(cert_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    result_output_file: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetClbInstanceByCertIdResult]
    func GetClbInstanceByCertId(ctx *Context, args *GetClbInstanceByCertIdArgs, opts ...InvokeOption) (*GetClbInstanceByCertIdResult, error)
    func GetClbInstanceByCertIdOutput(ctx *Context, args *GetClbInstanceByCertIdOutputArgs, opts ...InvokeOption) GetClbInstanceByCertIdResultOutput

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

    public static class GetClbInstanceByCertId 
    {
        public static Task<GetClbInstanceByCertIdResult> InvokeAsync(GetClbInstanceByCertIdArgs args, InvokeOptions? opts = null)
        public static Output<GetClbInstanceByCertIdResult> Invoke(GetClbInstanceByCertIdInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClbInstanceByCertIdResult> getClbInstanceByCertId(GetClbInstanceByCertIdArgs args, InvokeOptions options)
    public static Output<GetClbInstanceByCertIdResult> getClbInstanceByCertId(GetClbInstanceByCertIdArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getClbInstanceByCertId:getClbInstanceByCertId
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CertIds List<string>
    Server or client certificate ID.
    Id string
    ResultOutputFile string
    Used to save results.
    CertIds []string
    Server or client certificate ID.
    Id string
    ResultOutputFile string
    Used to save results.
    certIds List<String>
    Server or client certificate ID.
    id String
    resultOutputFile String
    Used to save results.
    certIds string[]
    Server or client certificate ID.
    id string
    resultOutputFile string
    Used to save results.
    cert_ids Sequence[str]
    Server or client certificate ID.
    id str
    result_output_file str
    Used to save results.
    certIds List<String>
    Server or client certificate ID.
    id String
    resultOutputFile String
    Used to save results.

    getClbInstanceByCertId Result

    The following output properties are available:

    CertIds List<string>
    CertSets List<GetClbInstanceByCertIdCertSet>
    Certificate ID and list of CLB instances associated with it.
    Id string
    ResultOutputFile string
    CertIds []string
    CertSets []GetClbInstanceByCertIdCertSet
    Certificate ID and list of CLB instances associated with it.
    Id string
    ResultOutputFile string
    certIds List<String>
    certSets List<GetClbInstanceByCertIdCertSet>
    Certificate ID and list of CLB instances associated with it.
    id String
    resultOutputFile String
    certIds string[]
    certSets GetClbInstanceByCertIdCertSet[]
    Certificate ID and list of CLB instances associated with it.
    id string
    resultOutputFile string
    cert_ids Sequence[str]
    cert_sets Sequence[GetClbInstanceByCertIdCertSet]
    Certificate ID and list of CLB instances associated with it.
    id str
    result_output_file str
    certIds List<String>
    certSets List<Property Map>
    Certificate ID and list of CLB instances associated with it.
    id String
    resultOutputFile String

    Supporting Types

    GetClbInstanceByCertIdCertSet

    CertId string
    Certificate ID.
    LoadBalancers List<GetClbInstanceByCertIdCertSetLoadBalancer>
    List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
    CertId string
    Certificate ID.
    LoadBalancers []GetClbInstanceByCertIdCertSetLoadBalancer
    List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
    certId String
    Certificate ID.
    loadBalancers List<GetClbInstanceByCertIdCertSetLoadBalancer>
    List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
    certId string
    Certificate ID.
    loadBalancers GetClbInstanceByCertIdCertSetLoadBalancer[]
    List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
    cert_id str
    Certificate ID.
    load_balancers Sequence[GetClbInstanceByCertIdCertSetLoadBalancer]
    List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
    certId String
    Certificate ID.
    loadBalancers List<Property Map>
    List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancer

    AddressIPVersion string
    IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
    AddressIPv6 string
    IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    AnycastZone string
    Anycast CLB publishing region. For non-anycast CLB, this field returns an empty string. Note: This field may return null, indicating that no valid values can be obtained.
    AttributeFlags List<string>
    Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
    BackupZoneSets List<GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet>
    backup zone.
    ChargeType string
    Billing mode of CLB instance. Valid values: PREPAID (monthly subscription), POSTPAID_BY_HOUR (pay as you go). Note: this field may return null, indicating that no valid values can be obtained.
    ClusterIds List<string>
    Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
    ClusterTag string
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    ConfigId string
    Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
    CreateTime string
    CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
    Domain string
    Domain name of the CLB instance. It is only available for public classic CLBs. This parameter will be discontinued soon. Please use LoadBalancerDomain instead. Note: This field may return null, indicating that no valid values can be obtained.
    ExclusiveClusters List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster>
    Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
    ExpireTime string
    CLB instance expiration time, which takes effect only for prepaid instances. Note: This field may return null, indicating that no valid values can be obtained.
    ExtraInfos List<GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo>
    Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
    Forward double
    CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
    HealthLogSetId string
    Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    HealthLogTopicId string
    Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    Ipv6Mode string
    This field is meaningful only when the IP address version is ipv6. Valid values: IPv6Nat64, IPv6FullChain. Note: this field may return null, indicating that no valid values can be obtained.
    IsBlock bool
    Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
    IsBlockTime string
    Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
    IsDdos bool
    Whether an Anti-DDoS Pro instance can be bound. Note: This field may return null, indicating that no valid values can be obtained.
    IsolatedTime string
    CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
    Isolation double
    0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
    LoadBalancerDomain string
    Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    LoadBalancerId string
    CLB instance ID.
    LoadBalancerName string
    CLB instance name.
    LoadBalancerPassToTarget bool
    Whether a real server opens the traffic from a CLB instance to the internet. Note: this field may return null, indicating that no valid values can be obtained.
    LoadBalancerType string
    CLB instance network type:OPEN: public network; INTERNAL: private network.
    LoadBalancerVips List<string>
    List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    LocalBgp bool
    Whether the IP type is the local BGP.
    Log string
    Log information. Only the public network CLB that have HTTP or HTTPS listeners can generate logs. Note: This field may return null, indicating that no valid values can be obtained.
    LogSetId string
    Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    LogTopicId string
    Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    MasterZones List<GetClbInstanceByCertIdCertSetLoadBalancerMasterZone>
    Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
    MixIpTarget bool
    If the layer-7 listener of an IPv6FullChain CLB instance is enabled, the CLB instance can be bound with an IPv4 and an IPv6 CVM instance simultaneously. Note: this field may return null, indicating that no valid values can be obtained.
    NetworkAttributes List<GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute>
    CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
    NfvInfo string
    Whether it is an NFV CLB instance. No returned information: no; l7nfv: yes. Note: this field may return null, indicating that no valid values can be obtained.
    NumericalVpcId double
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    OpenBgp double
    Protective CLB identifier. Value range: 1 (protective), 0 (non-protective). Note: This field may return null, indicating that no valid values can be obtained.
    PrepaidAttributes List<GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute>
    Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    ProjectId double
    ID of the project to which a CLB instance belongs. 0: default project.
    SecureGroups List<string>
    Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    SlaType string
    Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
    Snat bool
    SNAT is enabled for all private network classic CLB created before December 2016. Note: This field may return null, indicating that no valid values can be obtained.
    SnatIps List<GetClbInstanceByCertIdCertSetLoadBalancerSnatIp>
    SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
    SnatPro bool
    Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
    Status double
    CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
    StatusTime string
    Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    SubnetId string
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    Tags List<GetClbInstanceByCertIdCertSetLoadBalancerTag>
    CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
    TargetRegionInfos List<GetClbInstanceByCertIdCertSetLoadBalancerTargetRegionInfo>
    Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    VipIsp string
    ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
    VpcId string
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    Zones List<string>
    Availability zone of a VPC-based private network CLB instance. Note: this field may return null, indicating that no valid values can be obtained.
    AddressIPVersion string
    IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
    AddressIPv6 string
    IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    AnycastZone string
    Anycast CLB publishing region. For non-anycast CLB, this field returns an empty string. Note: This field may return null, indicating that no valid values can be obtained.
    AttributeFlags []string
    Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
    BackupZoneSets []GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet
    backup zone.
    ChargeType string
    Billing mode of CLB instance. Valid values: PREPAID (monthly subscription), POSTPAID_BY_HOUR (pay as you go). Note: this field may return null, indicating that no valid values can be obtained.
    ClusterIds []string
    Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
    ClusterTag string
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    ConfigId string
    Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
    CreateTime string
    CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
    Domain string
    Domain name of the CLB instance. It is only available for public classic CLBs. This parameter will be discontinued soon. Please use LoadBalancerDomain instead. Note: This field may return null, indicating that no valid values can be obtained.
    ExclusiveClusters []GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster
    Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
    ExpireTime string
    CLB instance expiration time, which takes effect only for prepaid instances. Note: This field may return null, indicating that no valid values can be obtained.
    ExtraInfos []GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo
    Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
    Forward float64
    CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
    HealthLogSetId string
    Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    HealthLogTopicId string
    Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    Ipv6Mode string
    This field is meaningful only when the IP address version is ipv6. Valid values: IPv6Nat64, IPv6FullChain. Note: this field may return null, indicating that no valid values can be obtained.
    IsBlock bool
    Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
    IsBlockTime string
    Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
    IsDdos bool
    Whether an Anti-DDoS Pro instance can be bound. Note: This field may return null, indicating that no valid values can be obtained.
    IsolatedTime string
    CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
    Isolation float64
    0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
    LoadBalancerDomain string
    Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    LoadBalancerId string
    CLB instance ID.
    LoadBalancerName string
    CLB instance name.
    LoadBalancerPassToTarget bool
    Whether a real server opens the traffic from a CLB instance to the internet. Note: this field may return null, indicating that no valid values can be obtained.
    LoadBalancerType string
    CLB instance network type:OPEN: public network; INTERNAL: private network.
    LoadBalancerVips []string
    List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    LocalBgp bool
    Whether the IP type is the local BGP.
    Log string
    Log information. Only the public network CLB that have HTTP or HTTPS listeners can generate logs. Note: This field may return null, indicating that no valid values can be obtained.
    LogSetId string
    Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    LogTopicId string
    Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    MasterZones []GetClbInstanceByCertIdCertSetLoadBalancerMasterZone
    Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
    MixIpTarget bool
    If the layer-7 listener of an IPv6FullChain CLB instance is enabled, the CLB instance can be bound with an IPv4 and an IPv6 CVM instance simultaneously. Note: this field may return null, indicating that no valid values can be obtained.
    NetworkAttributes []GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute
    CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
    NfvInfo string
    Whether it is an NFV CLB instance. No returned information: no; l7nfv: yes. Note: this field may return null, indicating that no valid values can be obtained.
    NumericalVpcId float64
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    OpenBgp float64
    Protective CLB identifier. Value range: 1 (protective), 0 (non-protective). Note: This field may return null, indicating that no valid values can be obtained.
    PrepaidAttributes []GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute
    Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    ProjectId float64
    ID of the project to which a CLB instance belongs. 0: default project.
    SecureGroups []string
    Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    SlaType string
    Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
    Snat bool
    SNAT is enabled for all private network classic CLB created before December 2016. Note: This field may return null, indicating that no valid values can be obtained.
    SnatIps []GetClbInstanceByCertIdCertSetLoadBalancerSnatIp
    SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
    SnatPro bool
    Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
    Status float64
    CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
    StatusTime string
    Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    SubnetId string
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    Tags []GetClbInstanceByCertIdCertSetLoadBalancerTag
    CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
    TargetRegionInfos []GetClbInstanceByCertIdCertSetLoadBalancerTargetRegionInfo
    Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    VipIsp string
    ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
    VpcId string
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    Zones []string
    Availability zone of a VPC-based private network CLB instance. Note: this field may return null, indicating that no valid values can be obtained.
    addressIPVersion String
    IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
    addressIPv6 String
    IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    anycastZone String
    Anycast CLB publishing region. For non-anycast CLB, this field returns an empty string. Note: This field may return null, indicating that no valid values can be obtained.
    attributeFlags List<String>
    Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
    backupZoneSets List<GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet>
    backup zone.
    chargeType String
    Billing mode of CLB instance. Valid values: PREPAID (monthly subscription), POSTPAID_BY_HOUR (pay as you go). Note: this field may return null, indicating that no valid values can be obtained.
    clusterIds List<String>
    Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
    clusterTag String
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    configId String
    Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
    createTime String
    CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
    domain String
    Domain name of the CLB instance. It is only available for public classic CLBs. This parameter will be discontinued soon. Please use LoadBalancerDomain instead. Note: This field may return null, indicating that no valid values can be obtained.
    exclusiveClusters List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster>
    Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
    expireTime String
    CLB instance expiration time, which takes effect only for prepaid instances. Note: This field may return null, indicating that no valid values can be obtained.
    extraInfos List<GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo>
    Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
    forward Double
    CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
    healthLogSetId String
    Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    healthLogTopicId String
    Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    ipv6Mode String
    This field is meaningful only when the IP address version is ipv6. Valid values: IPv6Nat64, IPv6FullChain. Note: this field may return null, indicating that no valid values can be obtained.
    isBlock Boolean
    Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
    isBlockTime String
    Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
    isDdos Boolean
    Whether an Anti-DDoS Pro instance can be bound. Note: This field may return null, indicating that no valid values can be obtained.
    isolatedTime String
    CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
    isolation Double
    0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
    loadBalancerDomain String
    Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    loadBalancerId String
    CLB instance ID.
    loadBalancerName String
    CLB instance name.
    loadBalancerPassToTarget Boolean
    Whether a real server opens the traffic from a CLB instance to the internet. Note: this field may return null, indicating that no valid values can be obtained.
    loadBalancerType String
    CLB instance network type:OPEN: public network; INTERNAL: private network.
    loadBalancerVips List<String>
    List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    localBgp Boolean
    Whether the IP type is the local BGP.
    log String
    Log information. Only the public network CLB that have HTTP or HTTPS listeners can generate logs. Note: This field may return null, indicating that no valid values can be obtained.
    logSetId String
    Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    logTopicId String
    Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    masterZones List<GetClbInstanceByCertIdCertSetLoadBalancerMasterZone>
    Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
    mixIpTarget Boolean
    If the layer-7 listener of an IPv6FullChain CLB instance is enabled, the CLB instance can be bound with an IPv4 and an IPv6 CVM instance simultaneously. Note: this field may return null, indicating that no valid values can be obtained.
    networkAttributes List<GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute>
    CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
    nfvInfo String
    Whether it is an NFV CLB instance. No returned information: no; l7nfv: yes. Note: this field may return null, indicating that no valid values can be obtained.
    numericalVpcId Double
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    openBgp Double
    Protective CLB identifier. Value range: 1 (protective), 0 (non-protective). Note: This field may return null, indicating that no valid values can be obtained.
    prepaidAttributes List<GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute>
    Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    projectId Double
    ID of the project to which a CLB instance belongs. 0: default project.
    secureGroups List<String>
    Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    slaType String
    Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
    snat Boolean
    SNAT is enabled for all private network classic CLB created before December 2016. Note: This field may return null, indicating that no valid values can be obtained.
    snatIps List<GetClbInstanceByCertIdCertSetLoadBalancerSnatIp>
    SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
    snatPro Boolean
    Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
    status Double
    CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
    statusTime String
    Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    subnetId String
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    tags List<GetClbInstanceByCertIdCertSetLoadBalancerTag>
    CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
    targetRegionInfos List<GetClbInstanceByCertIdCertSetLoadBalancerTargetRegionInfo>
    Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    vipIsp String
    ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
    vpcId String
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    zones List<String>
    Availability zone of a VPC-based private network CLB instance. Note: this field may return null, indicating that no valid values can be obtained.
    addressIPVersion string
    IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
    addressIPv6 string
    IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    anycastZone string
    Anycast CLB publishing region. For non-anycast CLB, this field returns an empty string. Note: This field may return null, indicating that no valid values can be obtained.
    attributeFlags string[]
    Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
    backupZoneSets GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet[]
    backup zone.
    chargeType string
    Billing mode of CLB instance. Valid values: PREPAID (monthly subscription), POSTPAID_BY_HOUR (pay as you go). Note: this field may return null, indicating that no valid values can be obtained.
    clusterIds string[]
    Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
    clusterTag string
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    configId string
    Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
    createTime string
    CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
    domain string
    Domain name of the CLB instance. It is only available for public classic CLBs. This parameter will be discontinued soon. Please use LoadBalancerDomain instead. Note: This field may return null, indicating that no valid values can be obtained.
    exclusiveClusters GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster[]
    Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
    expireTime string
    CLB instance expiration time, which takes effect only for prepaid instances. Note: This field may return null, indicating that no valid values can be obtained.
    extraInfos GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo[]
    Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
    forward number
    CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
    healthLogSetId string
    Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    healthLogTopicId string
    Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    ipv6Mode string
    This field is meaningful only when the IP address version is ipv6. Valid values: IPv6Nat64, IPv6FullChain. Note: this field may return null, indicating that no valid values can be obtained.
    isBlock boolean
    Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
    isBlockTime string
    Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
    isDdos boolean
    Whether an Anti-DDoS Pro instance can be bound. Note: This field may return null, indicating that no valid values can be obtained.
    isolatedTime string
    CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
    isolation number
    0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
    loadBalancerDomain string
    Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    loadBalancerId string
    CLB instance ID.
    loadBalancerName string
    CLB instance name.
    loadBalancerPassToTarget boolean
    Whether a real server opens the traffic from a CLB instance to the internet. Note: this field may return null, indicating that no valid values can be obtained.
    loadBalancerType string
    CLB instance network type:OPEN: public network; INTERNAL: private network.
    loadBalancerVips string[]
    List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    localBgp boolean
    Whether the IP type is the local BGP.
    log string
    Log information. Only the public network CLB that have HTTP or HTTPS listeners can generate logs. Note: This field may return null, indicating that no valid values can be obtained.
    logSetId string
    Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    logTopicId string
    Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    masterZones GetClbInstanceByCertIdCertSetLoadBalancerMasterZone[]
    Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
    mixIpTarget boolean
    If the layer-7 listener of an IPv6FullChain CLB instance is enabled, the CLB instance can be bound with an IPv4 and an IPv6 CVM instance simultaneously. Note: this field may return null, indicating that no valid values can be obtained.
    networkAttributes GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute[]
    CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
    nfvInfo string
    Whether it is an NFV CLB instance. No returned information: no; l7nfv: yes. Note: this field may return null, indicating that no valid values can be obtained.
    numericalVpcId number
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    openBgp number
    Protective CLB identifier. Value range: 1 (protective), 0 (non-protective). Note: This field may return null, indicating that no valid values can be obtained.
    prepaidAttributes GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute[]
    Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    projectId number
    ID of the project to which a CLB instance belongs. 0: default project.
    secureGroups string[]
    Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    slaType string
    Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
    snat boolean
    SNAT is enabled for all private network classic CLB created before December 2016. Note: This field may return null, indicating that no valid values can be obtained.
    snatIps GetClbInstanceByCertIdCertSetLoadBalancerSnatIp[]
    SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
    snatPro boolean
    Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
    status number
    CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
    statusTime string
    Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    subnetId string
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    tags GetClbInstanceByCertIdCertSetLoadBalancerTag[]
    CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
    targetRegionInfos GetClbInstanceByCertIdCertSetLoadBalancerTargetRegionInfo[]
    Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    vipIsp string
    ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
    vpcId string
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    zones string[]
    Availability zone of a VPC-based private network CLB instance. Note: this field may return null, indicating that no valid values can be obtained.
    address_i_pv6 str
    IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    address_ip_version str
    IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
    anycast_zone str
    Anycast CLB publishing region. For non-anycast CLB, this field returns an empty string. Note: This field may return null, indicating that no valid values can be obtained.
    attribute_flags Sequence[str]
    Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
    backup_zone_sets Sequence[GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet]
    backup zone.
    charge_type str
    Billing mode of CLB instance. Valid values: PREPAID (monthly subscription), POSTPAID_BY_HOUR (pay as you go). Note: this field may return null, indicating that no valid values can be obtained.
    cluster_ids Sequence[str]
    Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
    cluster_tag str
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    config_id str
    Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
    create_time str
    CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
    domain str
    Domain name of the CLB instance. It is only available for public classic CLBs. This parameter will be discontinued soon. Please use LoadBalancerDomain instead. Note: This field may return null, indicating that no valid values can be obtained.
    exclusive_clusters Sequence[GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster]
    Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
    expire_time str
    CLB instance expiration time, which takes effect only for prepaid instances. Note: This field may return null, indicating that no valid values can be obtained.
    extra_infos Sequence[GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo]
    Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
    forward float
    CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
    health_log_set_id str
    Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    health_log_topic_id str
    Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    ipv6_mode str
    This field is meaningful only when the IP address version is ipv6. Valid values: IPv6Nat64, IPv6FullChain. Note: this field may return null, indicating that no valid values can be obtained.
    is_block bool
    Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
    is_block_time str
    Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
    is_ddos bool
    Whether an Anti-DDoS Pro instance can be bound. Note: This field may return null, indicating that no valid values can be obtained.
    isolated_time str
    CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
    isolation float
    0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
    load_balancer_domain str
    Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    load_balancer_id str
    CLB instance ID.
    load_balancer_name str
    CLB instance name.
    load_balancer_pass_to_target bool
    Whether a real server opens the traffic from a CLB instance to the internet. Note: this field may return null, indicating that no valid values can be obtained.
    load_balancer_type str
    CLB instance network type:OPEN: public network; INTERNAL: private network.
    load_balancer_vips Sequence[str]
    List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    local_bgp bool
    Whether the IP type is the local BGP.
    log str
    Log information. Only the public network CLB that have HTTP or HTTPS listeners can generate logs. Note: This field may return null, indicating that no valid values can be obtained.
    log_set_id str
    Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    log_topic_id str
    Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    master_zones Sequence[GetClbInstanceByCertIdCertSetLoadBalancerMasterZone]
    Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
    mix_ip_target bool
    If the layer-7 listener of an IPv6FullChain CLB instance is enabled, the CLB instance can be bound with an IPv4 and an IPv6 CVM instance simultaneously. Note: this field may return null, indicating that no valid values can be obtained.
    network_attributes Sequence[GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute]
    CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
    nfv_info str
    Whether it is an NFV CLB instance. No returned information: no; l7nfv: yes. Note: this field may return null, indicating that no valid values can be obtained.
    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
    Protective CLB identifier. Value range: 1 (protective), 0 (non-protective). Note: This field may return null, indicating that no valid values can be obtained.
    prepaid_attributes Sequence[GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute]
    Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    project_id float
    ID of the project to which a CLB instance belongs. 0: default project.
    secure_groups Sequence[str]
    Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    sla_type str
    Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
    snat bool
    SNAT is enabled for all private network classic CLB created before December 2016. Note: This field may return null, indicating that no valid values can be obtained.
    snat_ips Sequence[GetClbInstanceByCertIdCertSetLoadBalancerSnatIp]
    SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
    snat_pro bool
    Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
    status float
    CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
    status_time str
    Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    subnet_id str
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    tags Sequence[GetClbInstanceByCertIdCertSetLoadBalancerTag]
    CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
    target_region_infos Sequence[GetClbInstanceByCertIdCertSetLoadBalancerTargetRegionInfo]
    Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    vip_isp str
    ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
    vpc_id str
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    zones Sequence[str]
    Availability zone of a VPC-based private network CLB instance. Note: this field may return null, indicating that no valid values can be obtained.
    addressIPVersion String
    IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
    addressIPv6 String
    IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    anycastZone String
    Anycast CLB publishing region. For non-anycast CLB, this field returns an empty string. Note: This field may return null, indicating that no valid values can be obtained.
    attributeFlags List<String>
    Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
    backupZoneSets List<Property Map>
    backup zone.
    chargeType String
    Billing mode of CLB instance. Valid values: PREPAID (monthly subscription), POSTPAID_BY_HOUR (pay as you go). Note: this field may return null, indicating that no valid values can be obtained.
    clusterIds List<String>
    Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
    clusterTag String
    Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
    configId String
    Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
    createTime String
    CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
    domain String
    Domain name of the CLB instance. It is only available for public classic CLBs. This parameter will be discontinued soon. Please use LoadBalancerDomain instead. Note: This field may return null, indicating that no valid values can be obtained.
    exclusiveClusters List<Property Map>
    Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
    expireTime String
    CLB instance expiration time, which takes effect only for prepaid instances. Note: This field may return null, indicating that no valid values can be obtained.
    extraInfos List<Property Map>
    Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
    forward Number
    CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
    healthLogSetId String
    Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    healthLogTopicId String
    Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
    ipv6Mode String
    This field is meaningful only when the IP address version is ipv6. Valid values: IPv6Nat64, IPv6FullChain. Note: this field may return null, indicating that no valid values can be obtained.
    isBlock Boolean
    Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
    isBlockTime String
    Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
    isDdos Boolean
    Whether an Anti-DDoS Pro instance can be bound. Note: This field may return null, indicating that no valid values can be obtained.
    isolatedTime String
    CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
    isolation Number
    0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
    loadBalancerDomain String
    Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    loadBalancerId String
    CLB instance ID.
    loadBalancerName String
    CLB instance name.
    loadBalancerPassToTarget Boolean
    Whether a real server opens the traffic from a CLB instance to the internet. Note: this field may return null, indicating that no valid values can be obtained.
    loadBalancerType String
    CLB instance network type:OPEN: public network; INTERNAL: private network.
    loadBalancerVips List<String>
    List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    localBgp Boolean
    Whether the IP type is the local BGP.
    log String
    Log information. Only the public network CLB that have HTTP or HTTPS listeners can generate logs. Note: This field may return null, indicating that no valid values can be obtained.
    logSetId String
    Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    logTopicId String
    Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
    masterZones List<Property Map>
    Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
    mixIpTarget Boolean
    If the layer-7 listener of an IPv6FullChain CLB instance is enabled, the CLB instance can be bound with an IPv4 and an IPv6 CVM instance simultaneously. Note: this field may return null, indicating that no valid values can be obtained.
    networkAttributes List<Property Map>
    CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
    nfvInfo String
    Whether it is an NFV CLB instance. No returned information: no; l7nfv: yes. Note: this field may return null, indicating that no valid values can be obtained.
    numericalVpcId Number
    VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
    openBgp Number
    Protective CLB identifier. Value range: 1 (protective), 0 (non-protective). Note: This field may return null, indicating that no valid values can be obtained.
    prepaidAttributes List<Property Map>
    Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    projectId Number
    ID of the project to which a CLB instance belongs. 0: default project.
    secureGroups List<String>
    Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    slaType String
    Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
    snat Boolean
    SNAT is enabled for all private network classic CLB created before December 2016. Note: This field may return null, indicating that no valid values can be obtained.
    snatIps List<Property Map>
    SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
    snatPro Boolean
    Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
    status Number
    CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
    statusTime String
    Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    subnetId String
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    tags List<Property Map>
    CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
    targetRegionInfos List<Property Map>
    Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
    vipIsp String
    ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
    vpcId String
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    zones List<String>
    Availability zone of a VPC-based private network CLB instance. Note: this field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet

    EdgeZone bool
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    LocalZone bool
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    ZoneId double
    .
    ZoneName string
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    ZoneRegion string
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    EdgeZone bool
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    LocalZone bool
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    ZoneId float64
    .
    ZoneName string
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    ZoneRegion string
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    edgeZone Boolean
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    localZone Boolean
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    zoneId Double
    .
    zoneName String
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    zoneRegion String
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    edgeZone boolean
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    localZone boolean
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    zoneId number
    .
    zoneName string
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    zoneRegion string
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    edge_zone bool
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    local_zone bool
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    zone str
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    zone_id float
    .
    zone_name str
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    zone_region str
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    edgeZone Boolean
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    localZone Boolean
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    zoneId Number
    .
    zoneName String
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    zoneRegion String
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster

    ClassicalClusters List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterClassicalCluster>
    vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
    L4Clusters List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL4Cluster>
    Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    L7Clusters List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL7Cluster>
    Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    ClassicalClusters []GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterClassicalCluster
    vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
    L4Clusters []GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL4Cluster
    Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    L7Clusters []GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL7Cluster
    Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    classicalClusters List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterClassicalCluster>
    vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
    l4Clusters List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL4Cluster>
    Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    l7Clusters List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL7Cluster>
    Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    classicalClusters GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterClassicalCluster[]
    vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
    l4Clusters GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL4Cluster[]
    Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    l7Clusters GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL7Cluster[]
    Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    classical_clusters Sequence[GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterClassicalCluster]
    vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
    l4_clusters Sequence[GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL4Cluster]
    Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    l7_clusters Sequence[GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL7Cluster]
    Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    classicalClusters List<Property Map>
    vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
    l4Clusters List<Property Map>
    Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
    l7Clusters List<Property Map>
    Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterClassicalCluster

    ClusterId string
    Unique cluster ID.
    ClusterName string
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    ClusterId string
    Unique cluster ID.
    ClusterName string
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    clusterId String
    Unique cluster ID.
    clusterName String
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    clusterId string
    Unique cluster ID.
    clusterName string
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    cluster_id str
    Unique cluster ID.
    cluster_name str
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone str
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    clusterId String
    Unique cluster ID.
    clusterName String
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL4Cluster

    ClusterId string
    Unique cluster ID.
    ClusterName string
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    ClusterId string
    Unique cluster ID.
    ClusterName string
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    clusterId String
    Unique cluster ID.
    clusterName String
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    clusterId string
    Unique cluster ID.
    clusterName string
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    cluster_id str
    Unique cluster ID.
    cluster_name str
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone str
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    clusterId String
    Unique cluster ID.
    clusterName String
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterL7Cluster

    ClusterId string
    Unique cluster ID.
    ClusterName string
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    ClusterId string
    Unique cluster ID.
    ClusterName string
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    clusterId String
    Unique cluster ID.
    clusterName String
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    clusterId string
    Unique cluster ID.
    clusterName string
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    cluster_id str
    Unique cluster ID.
    cluster_name str
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone str
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    clusterId String
    Unique cluster ID.
    clusterName String
    Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo

    TgwGroupName string
    TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
    ZhiTong bool
    Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
    TgwGroupName string
    TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
    ZhiTong bool
    Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
    tgwGroupName String
    TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
    zhiTong Boolean
    Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
    tgwGroupName string
    TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
    zhiTong boolean
    Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
    tgw_group_name str
    TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
    zhi_tong bool
    Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
    tgwGroupName String
    TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
    zhiTong Boolean
    Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerMasterZone

    EdgeZone bool
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    LocalZone bool
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    ZoneId double
    .
    ZoneName string
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    ZoneRegion string
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    EdgeZone bool
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    LocalZone bool
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    Zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    ZoneId float64
    .
    ZoneName string
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    ZoneRegion string
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    edgeZone Boolean
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    localZone Boolean
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    zoneId Double
    .
    zoneName String
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    zoneRegion String
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    edgeZone boolean
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    localZone boolean
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    zone string
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    zoneId number
    .
    zoneName string
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    zoneRegion string
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    edge_zone bool
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    local_zone bool
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    zone str
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    zone_id float
    .
    zone_name str
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    zone_region str
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
    edgeZone Boolean
    Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
    localZone Boolean
    Whether the AZ is the LocalZone, e.g., false. Note: This field may return null, indicating that no valid values can be obtained.
    zone String
    Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
    zoneId Number
    .
    zoneName String
    AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
    zoneRegion String
    AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute

    BandwidthpkgSubType string
    Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
    InternetChargeType string
    TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth; BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
    InternetMaxBandwidthOut double
    Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
    BandwidthpkgSubType string
    Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
    InternetChargeType string
    TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth; BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
    InternetMaxBandwidthOut float64
    Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
    bandwidthpkgSubType String
    Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
    internetChargeType String
    TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth; BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
    internetMaxBandwidthOut Double
    Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
    bandwidthpkgSubType string
    Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
    internetChargeType string
    TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth; BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
    internetMaxBandwidthOut number
    Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
    bandwidthpkg_sub_type str
    Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
    internet_charge_type str
    TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth; BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
    internet_max_bandwidth_out float
    Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
    bandwidthpkgSubType String
    Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
    internetChargeType String
    TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth; BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
    internetMaxBandwidthOut Number
    Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.

    GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute

    Period double
    Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
    RenewFlag string
    Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewal. Note: This field may return null, indicating that no valid values can be obtained.
    Period float64
    Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
    RenewFlag string
    Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewal. Note: This field may return null, indicating that no valid values can be obtained.
    period Double
    Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
    renewFlag String
    Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewal. Note: This field may return null, indicating that no valid values can be obtained.
    period number
    Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
    renewFlag string
    Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewal. Note: This field may return null, indicating that no valid values can be obtained.
    period float
    Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
    renew_flag str
    Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewal. Note: This field may return null, indicating that no valid values can be obtained.
    period Number
    Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
    renewFlag String
    Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewal. Note: This field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerSnatIp

    Ip string
    IP address, such as 192.168.0.1.
    SubnetId string
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    Ip string
    IP address, such as 192.168.0.1.
    SubnetId string
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    ip String
    IP address, such as 192.168.0.1.
    subnetId String
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    ip string
    IP address, such as 192.168.0.1.
    subnetId string
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    ip str
    IP address, such as 192.168.0.1.
    subnet_id str
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.
    ip String
    IP address, such as 192.168.0.1.
    subnetId String
    Subnet where a CLB instance resides (meaningful only for private network VPC CLB). Note: This field may return null, indicating that no valid values can be obtained.

    GetClbInstanceByCertIdCertSetLoadBalancerTag

    TagKey string
    Tag key.
    TagValue string
    Tag value.
    TagKey string
    Tag key.
    TagValue string
    Tag value.
    tagKey String
    Tag key.
    tagValue String
    Tag value.
    tagKey string
    Tag key.
    tagValue string
    Tag value.
    tag_key str
    Tag key.
    tag_value str
    Tag value.
    tagKey String
    Tag key.
    tagValue String
    Tag value.

    GetClbInstanceByCertIdCertSetLoadBalancerTargetRegionInfo

    Region string
    Region of the target, such as ap-guangzhou.
    VpcId string
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    Region string
    Region of the target, such as ap-guangzhou.
    VpcId string
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    region String
    Region of the target, such as ap-guangzhou.
    vpcId String
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    region string
    Region of the target, such as ap-guangzhou.
    vpcId string
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    region str
    Region of the target, such as ap-guangzhou.
    vpc_id str
    VPC ID Note: This field may return null, indicating that no valid values can be obtained.
    region String
    Region of the target, such as ap-guangzhou.
    vpcId String
    VPC ID Note: This field may return null, indicating that 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
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack