tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getClbInstanceByCertId
Start a Neo task
Explain and create a tencentcloud.getClbInstanceByCertId resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 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 dictionaryThe following arguments are supported:
- Cert
Ids List<string> - Server or client certificate ID.
- Id string
- Result
Output stringFile - Used to save results.
- Cert
Ids []string - Server or client certificate ID.
- Id string
- Result
Output stringFile - Used to save results.
- cert
Ids List<String> - Server or client certificate ID.
- id String
- result
Output StringFile - Used to save results.
- cert
Ids string[] - Server or client certificate ID.
- id string
- result
Output stringFile - Used to save results.
- cert_
ids Sequence[str] - Server or client certificate ID.
- id str
- result_
output_ strfile - Used to save results.
- cert
Ids List<String> - Server or client certificate ID.
- id String
- result
Output StringFile - Used to save results.
getClbInstanceByCertId Result
The following output properties are available:
- Cert
Ids List<string> - Cert
Sets List<GetClb Instance By Cert Id Cert Set> - Certificate ID and list of CLB instances associated with it.
- Id string
- Result
Output stringFile
- Cert
Ids []string - Cert
Sets []GetClb Instance By Cert Id Cert Set - Certificate ID and list of CLB instances associated with it.
- Id string
- Result
Output stringFile
- cert
Ids List<String> - cert
Sets List<GetClb Instance By Cert Id Cert Set> - Certificate ID and list of CLB instances associated with it.
- id String
- result
Output StringFile
- cert
Ids string[] - cert
Sets GetClb Instance By Cert Id Cert Set[] - Certificate ID and list of CLB instances associated with it.
- id string
- result
Output stringFile
- cert_
ids Sequence[str] - cert_
sets Sequence[GetClb Instance By Cert Id Cert Set] - Certificate ID and list of CLB instances associated with it.
- id str
- result_
output_ strfile
- cert
Ids List<String> - cert
Sets List<Property Map> - Certificate ID and list of CLB instances associated with it.
- id String
- result
Output StringFile
Supporting Types
GetClbInstanceByCertIdCertSet
- Cert
Id string - Certificate ID.
- Load
Balancers List<GetClb Instance By Cert Id Cert Set Load Balancer> - List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
- Cert
Id string - Certificate ID.
- Load
Balancers []GetClb Instance By Cert Id Cert Set Load Balancer - List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
- cert
Id String - Certificate ID.
- load
Balancers List<GetClb Instance By Cert Id Cert Set Load Balancer> - List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
- cert
Id string - Certificate ID.
- load
Balancers GetClb Instance By Cert Id Cert Set Load Balancer[] - 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[GetClb Instance By Cert Id Cert Set Load Balancer] - List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
- cert
Id String - Certificate ID.
- load
Balancers 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
- Address
IPVersion string - IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
- Address
IPv6 string - IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Anycast
Zone 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.
- Attribute
Flags List<string> - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- Backup
Zone List<GetSets Clb Instance By Cert Id Cert Set Load Balancer Backup Zone Set> - backup zone.
- Charge
Type 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.
- Cluster
Ids List<string> - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Tag string - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- Config
Id string - Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
- Create
Time 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.
- Exclusive
Clusters List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster> - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- Expire
Time 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.
- Extra
Infos List<GetClb Instance By Cert Id Cert Set Load Balancer Extra Info> - 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).
- Health
Log stringSet Id - Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
- Health
Log stringTopic Id - 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.
- Is
Block bool - Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
- Is
Block stringTime - 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 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.
- Load
Balancer stringDomain - Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Load
Balancer stringId - CLB instance ID.
- Load
Balancer stringName - CLB instance name.
- Load
Balancer boolPass To Target - 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 stringType - CLB instance network type:OPEN: public network; INTERNAL: private network.
- Load
Balancer List<string>Vips - 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 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.
- Log
Set stringId - Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- Log
Topic stringId - Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- Master
Zones List<GetClb Instance By Cert Id Cert Set Load Balancer Master Zone> - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- Mix
Ip boolTarget - 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 List<GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute> - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- Nfv
Info 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.
- Numerical
Vpc doubleId - VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
- Open
Bgp 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.
- Prepaid
Attributes List<GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute> - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Project
Id double - ID of the project to which a CLB instance belongs. 0: default project.
- Secure
Groups List<string> - Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Sla
Type 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.
- Snat
Ips List<GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip> - 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 double
- CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
- Status
Time string - Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Subnet
Id 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.
-
List<Get
Clb Instance By Cert Id Cert Set Load Balancer Tag> - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- Target
Region List<GetInfos Clb Instance By Cert Id Cert Set Load Balancer Target Region Info> - 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 string - ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
- Vpc
Id 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.
- Address
IPVersion string - IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
- Address
IPv6 string - IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Anycast
Zone 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.
- Attribute
Flags []string - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- Backup
Zone []GetSets Clb Instance By Cert Id Cert Set Load Balancer Backup Zone Set - backup zone.
- Charge
Type 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.
- Cluster
Ids []string - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Tag string - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- Config
Id string - Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
- Create
Time 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.
- Exclusive
Clusters []GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- Expire
Time 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.
- Extra
Infos []GetClb Instance By Cert Id Cert Set Load Balancer Extra Info - 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).
- Health
Log stringSet Id - Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
- Health
Log stringTopic Id - 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.
- Is
Block bool - Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
- Is
Block stringTime - 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 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.
- Load
Balancer stringDomain - Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Load
Balancer stringId - CLB instance ID.
- Load
Balancer stringName - CLB instance name.
- Load
Balancer boolPass To Target - 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 stringType - CLB instance network type:OPEN: public network; INTERNAL: private network.
- Load
Balancer []stringVips - 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 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.
- Log
Set stringId - Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- Log
Topic stringId - Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- Master
Zones []GetClb Instance By Cert Id Cert Set Load Balancer Master Zone - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- Mix
Ip boolTarget - 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 []GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- Nfv
Info 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.
- Numerical
Vpc float64Id - VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
- Open
Bgp 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.
- Prepaid
Attributes []GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Project
Id float64 - ID of the project to which a CLB instance belongs. 0: default project.
- Secure
Groups []string - Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Sla
Type 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.
- Snat
Ips []GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip - 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 float64
- CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
- Status
Time string - Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Subnet
Id 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.
-
[]Get
Clb Instance By Cert Id Cert Set Load Balancer Tag - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- Target
Region []GetInfos Clb Instance By Cert Id Cert Set Load Balancer Target Region Info - 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 string - ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
- Vpc
Id 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
IPVersion String - IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
- address
IPv6 String - IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- anycast
Zone 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.
- attribute
Flags List<String> - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- backup
Zone List<GetSets Clb Instance By Cert Id Cert Set Load Balancer Backup Zone Set> - backup zone.
- charge
Type 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.
- cluster
Ids List<String> - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Tag String - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- config
Id String - Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
- create
Time 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.
- exclusive
Clusters List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster> - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- expire
Time 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.
- extra
Infos List<GetClb Instance By Cert Id Cert Set Load Balancer Extra Info> - 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).
- health
Log StringSet Id - Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
- health
Log StringTopic Id - 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.
- is
Block Boolean - Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
- is
Block StringTime - Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
- is
Ddos Boolean - 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 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.
- load
Balancer StringDomain - Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- load
Balancer StringId - CLB instance ID.
- load
Balancer StringName - CLB instance name.
- load
Balancer BooleanPass To Target - 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 StringType - CLB instance network type:OPEN: public network; INTERNAL: private network.
- load
Balancer List<String>Vips - List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- local
Bgp 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.
- log
Set StringId - Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- log
Topic StringId - Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- master
Zones List<GetClb Instance By Cert Id Cert Set Load Balancer Master Zone> - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- mix
Ip BooleanTarget - 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 List<GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute> - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- nfv
Info 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.
- numerical
Vpc DoubleId - VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
- open
Bgp 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.
- prepaid
Attributes List<GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute> - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- project
Id Double - ID of the project to which a CLB instance belongs. 0: default project.
- secure
Groups List<String> - Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- sla
Type 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.
- snat
Ips List<GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip> - SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
- snat
Pro 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.
- status
Time String - Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- subnet
Id 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.
-
List<Get
Clb Instance By Cert Id Cert Set Load Balancer Tag> - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- target
Region List<GetInfos Clb Instance By Cert Id Cert Set Load Balancer Target Region Info> - 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 String - ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
- vpc
Id 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.
- address
IPVersion string - IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
- address
IPv6 string - IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- anycast
Zone 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.
- attribute
Flags string[] - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- backup
Zone GetSets Clb Instance By Cert Id Cert Set Load Balancer Backup Zone Set[] - backup zone.
- charge
Type 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.
- cluster
Ids string[] - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Tag string - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- config
Id string - Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
- create
Time 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.
- exclusive
Clusters GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster[] - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- expire
Time 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.
- extra
Infos GetClb Instance By Cert Id Cert Set Load Balancer Extra Info[] - 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).
- health
Log stringSet Id - Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
- health
Log stringTopic Id - 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.
- is
Block boolean - Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
- is
Block stringTime - Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
- is
Ddos boolean - 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 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.
- load
Balancer stringDomain - Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- load
Balancer stringId - CLB instance ID.
- load
Balancer stringName - CLB instance name.
- load
Balancer booleanPass To Target - 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 stringType - CLB instance network type:OPEN: public network; INTERNAL: private network.
- load
Balancer string[]Vips - List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- local
Bgp 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.
- log
Set stringId - Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- log
Topic stringId - Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- master
Zones GetClb Instance By Cert Id Cert Set Load Balancer Master Zone[] - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- mix
Ip booleanTarget - 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 GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute[] - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- nfv
Info 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.
- numerical
Vpc numberId - VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
- open
Bgp 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.
- prepaid
Attributes GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute[] - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- project
Id number - ID of the project to which a CLB instance belongs. 0: default project.
- secure
Groups string[] - Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- sla
Type 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.
- snat
Ips GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip[] - SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
- snat
Pro 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.
- status
Time string - Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- subnet
Id 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.
-
Get
Clb Instance By Cert Id Cert Set Load Balancer Tag[] - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- target
Region GetInfos Clb Instance By Cert Id Cert Set Load Balancer Target Region Info[] - 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 string - ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
- vpc
Id 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_ strpv6 - IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- address_
ip_ strversion - 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_ Sequence[Getsets Clb Instance By Cert Id Cert Set Load Balancer Backup Zone Set] - 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[GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster] - 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[GetClb Instance By Cert Id Cert Set Load Balancer Extra Info] - 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_ strset_ id - Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
- health_
log_ strtopic_ id - 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_ strtime - 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_ strdomain - Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- load_
balancer_ strid - CLB instance ID.
- load_
balancer_ strname - CLB instance name.
- load_
balancer_ boolpass_ to_ target - 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_ strtype - CLB instance network type:OPEN: public network; INTERNAL: private network.
- load_
balancer_ Sequence[str]vips - 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_ strid - Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- log_
topic_ strid - 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[GetClb Instance By Cert Id Cert Set Load Balancer Master Zone] - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- mix_
ip_ booltarget - 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[GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute] - 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_ floatid - 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[GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute] - 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[GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip] - 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.
-
Sequence[Get
Clb Instance By Cert Id Cert Set Load Balancer Tag] - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- target_
region_ Sequence[Getinfos Clb Instance By Cert Id Cert Set Load Balancer Target Region Info] - 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.
- address
IPVersion String - IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
- address
IPv6 String - IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- anycast
Zone 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.
- attribute
Flags List<String> - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- backup
Zone List<Property Map>Sets - backup zone.
- charge
Type 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.
- cluster
Ids List<String> - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Tag String - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- config
Id String - Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
- create
Time 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.
- exclusive
Clusters List<Property Map> - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- expire
Time 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.
- extra
Infos 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).
- health
Log StringSet Id - Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
- health
Log StringTopic Id - 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.
- is
Block Boolean - Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
- is
Block StringTime - Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
- is
Ddos Boolean - 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 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.
- load
Balancer StringDomain - Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- load
Balancer StringId - CLB instance ID.
- load
Balancer StringName - CLB instance name.
- load
Balancer BooleanPass To Target - 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 StringType - CLB instance network type:OPEN: public network; INTERNAL: private network.
- load
Balancer List<String>Vips - List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- local
Bgp 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.
- log
Set StringId - Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- log
Topic StringId - Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
- master
Zones List<Property Map> - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- mix
Ip BooleanTarget - 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 List<Property Map> - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- nfv
Info 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.
- numerical
Vpc NumberId - VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
- open
Bgp 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.
- prepaid
Attributes List<Property Map> - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- project
Id Number - ID of the project to which a CLB instance belongs. 0: default project.
- secure
Groups List<String> - Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- sla
Type 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.
- snat
Ips 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.
- snat
Pro 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.
- status
Time String - Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- subnet
Id 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.
- List<Property Map>
- CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- target
Region List<Property Map>Infos - 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 String - ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
- vpc
Id 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
- 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 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.
- Zone
Id double - .
- Zone
Name string - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- Zone
Region 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 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.
- Zone
Id float64 - .
- Zone
Name string - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- Zone
Region string - AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
- edge
Zone 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.
- local
Zone 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.
- zone
Id Double - .
- zone
Name String - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- zone
Region String - AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
- edge
Zone 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.
- local
Zone 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.
- zone
Id number - .
- zone
Name string - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- zone
Region 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.
- edge
Zone 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.
- local
Zone 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.
- zone
Id Number - .
- zone
Name String - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- zone
Region String - AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster
- Classical
Clusters List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster> - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- L4Clusters
List<Get
Clb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster> - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- L7Clusters
List<Get
Clb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster> - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- Classical
Clusters []GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- L4Clusters
[]Get
Clb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- L7Clusters
[]Get
Clb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- classical
Clusters List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster> - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- l4Clusters
List<Get
Clb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster> - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- l7Clusters
List<Get
Clb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster> - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- classical
Clusters GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster[] - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- l4Clusters
Get
Clb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster[] - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- l7Clusters
Get
Clb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster[] - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- classical_
clusters Sequence[GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster] - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- l4_
clusters Sequence[GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster] - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- l7_
clusters Sequence[GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster] - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- classical
Clusters 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
- Cluster
Id string - Unique cluster ID.
- Cluster
Name 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 string - Unique cluster ID.
- Cluster
Name 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 String - Unique cluster ID.
- cluster
Name 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 string - Unique cluster ID.
- cluster
Name 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.
- cluster
Id String - Unique cluster ID.
- cluster
Name 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
- Cluster
Id string - Unique cluster ID.
- Cluster
Name 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 string - Unique cluster ID.
- Cluster
Name 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 String - Unique cluster ID.
- cluster
Name 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 string - Unique cluster ID.
- cluster
Name 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.
- cluster
Id String - Unique cluster ID.
- cluster
Name 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
- Cluster
Id string - Unique cluster ID.
- Cluster
Name 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 string - Unique cluster ID.
- Cluster
Name 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 String - Unique cluster ID.
- cluster
Name 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 string - Unique cluster ID.
- cluster
Name 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.
- cluster
Id String - Unique cluster ID.
- cluster
Name 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
- Tgw
Group stringName - 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.
- Tgw
Group stringName - 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.
- tgw
Group StringName - TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
- zhi
Tong Boolean - Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
- tgw
Group stringName - TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
- zhi
Tong boolean - Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
- tgw_
group_ strname - 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.
- tgw
Group StringName - TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
- zhi
Tong Boolean - Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
GetClbInstanceByCertIdCertSetLoadBalancerMasterZone
- 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 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.
- Zone
Id double - .
- Zone
Name string - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- Zone
Region 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 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.
- Zone
Id float64 - .
- Zone
Name string - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- Zone
Region string - AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
- edge
Zone 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.
- local
Zone 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.
- zone
Id Double - .
- zone
Name String - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- zone
Region String - AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
- edge
Zone 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.
- local
Zone 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.
- zone
Id number - .
- zone
Name string - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- zone
Region 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.
- edge
Zone 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.
- local
Zone 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.
- zone
Id Number - .
- zone
Name String - AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
- zone
Region String - AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute
- Bandwidthpkg
Sub stringType - Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
- Internet
Charge stringType - 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 doubleBandwidth Out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- Bandwidthpkg
Sub stringType - Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
- Internet
Charge stringType - 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 float64Bandwidth Out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- bandwidthpkg
Sub StringType - Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
- internet
Charge StringType - 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 DoubleBandwidth Out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- bandwidthpkg
Sub stringType - Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
- internet
Charge stringType - 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 numberBandwidth Out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- bandwidthpkg_
sub_ strtype - Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
- internet_
charge_ strtype - 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_ floatbandwidth_ out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- bandwidthpkg
Sub StringType - Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
- internet
Charge StringType - 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 NumberBandwidth Out - 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.
- Renew
Flag 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.
- Renew
Flag 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.
- renew
Flag 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.
- renew
Flag 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.
- renew
Flag 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
GetClbInstanceByCertIdCertSetLoadBalancerTag
GetClbInstanceByCertIdCertSetLoadBalancerTargetRegionInfo
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
