1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getClbInstanceByCertId
tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack

tencentcloud.getClbInstanceByCertId

Explore with Pulumi AI

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"],
});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

instance_by_cert_id = tencentcloud.get_clb_instance_by_cert_id(cert_ids=["3a6B5y8v"])
Copy
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
	})
}
Copy
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",
        },
    });

});
Copy
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());

    }
}
Copy
variables:
  instanceByCertId:
    fn::invoke:
      function: tencentcloud:getClbInstanceByCertId
      arguments:
        certIds:
          - 3a6B5y8v
Copy

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>
Copy
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]
Copy
func GetClbInstanceByCertId(ctx *Context, args *GetClbInstanceByCertIdArgs, opts ...InvokeOption) (*GetClbInstanceByCertIdResult, error)
func GetClbInstanceByCertIdOutput(ctx *Context, args *GetClbInstanceByCertIdOutputArgs, opts ...InvokeOption) GetClbInstanceByCertIdResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetClbInstanceByCertIdResult> getClbInstanceByCertId(GetClbInstanceByCertIdArgs args, InvokeOptions options)
public static Output<GetClbInstanceByCertIdResult> getClbInstanceByCertId(GetClbInstanceByCertIdArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getClbInstanceByCertId:getClbInstanceByCertId
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CertIds This property is required. List<string>
Server or client certificate ID.
Id string
ResultOutputFile string
Used to save results.
CertIds This property is required. []string
Server or client certificate ID.
Id string
ResultOutputFile string
Used to save results.
certIds This property is required. List<String>
Server or client certificate ID.
id String
resultOutputFile String
Used to save results.
certIds This property is required. string[]
Server or client certificate ID.
id string
resultOutputFile string
Used to save results.
cert_ids This property is required. Sequence[str]
Server or client certificate ID.
id str
result_output_file str
Used to save results.
certIds This property is required. 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 This property is required. string
Certificate ID.
LoadBalancers This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancer>
List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
CertId This property is required. string
Certificate ID.
LoadBalancers This property is required. []GetClbInstanceByCertIdCertSetLoadBalancer
List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
certId This property is required. String
Certificate ID.
loadBalancers This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancer>
List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
certId This property is required. string
Certificate ID.
loadBalancers This property is required. GetClbInstanceByCertIdCertSetLoadBalancer[]
List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
cert_id This property is required. str
Certificate ID.
load_balancers This property is required. Sequence[GetClbInstanceByCertIdCertSetLoadBalancer]
List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
certId This property is required. String
Certificate ID.
loadBalancers This property is required. 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 This property is required. string
IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
AddressIPv6 This property is required. string
IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
AnycastZone This property is required. 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 This property is required. List<string>
Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
BackupZoneSets This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet>
backup zone.
ChargeType This property is required. 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 This property is required. List<string>
Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
ClusterTag This property is required. string
Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
ConfigId This property is required. string
Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
CreateTime This property is required. string
CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
Domain This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster>
Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
ExpireTime This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo>
Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
Forward This property is required. double
CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
HealthLogSetId This property is required. string
Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
HealthLogTopicId This property is required. string
Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
Ipv6Mode This property is required. 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 This property is required. bool
Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
IsBlockTime This property is required. string
Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
IsDdos This property is required. 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 This property is required. string
CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
Isolation This property is required. double
0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
LoadBalancerDomain This property is required. string
Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
LoadBalancerId This property is required. string
CLB instance ID.
LoadBalancerName This property is required. string
CLB instance name.
LoadBalancerPassToTarget This property is required. 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 This property is required. string
CLB instance network type:OPEN: public network; INTERNAL: private network.
LoadBalancerVips This property is required. List<string>
List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
LocalBgp This property is required. bool
Whether the IP type is the local BGP.
Log This property is required. 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 This property is required. string
Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
LogTopicId This property is required. string
Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
MasterZones This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerMasterZone>
Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
MixIpTarget This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute>
CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
NfvInfo This property is required. 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 This property is required. double
VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
OpenBgp This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute>
Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
ProjectId This property is required. double
ID of the project to which a CLB instance belongs. 0: default project.
SecureGroups This property is required. List<string>
Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
SlaType This property is required. string
Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
Snat This property is required. 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 This property is required. 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 This property is required. bool
Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
Status This property is required. double
CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
StatusTime This property is required. string
Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
SubnetId This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerTag>
CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
TargetRegionInfos This property is required. 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 This property is required. string
ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
VpcId This property is required. string
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
Zones This property is required. 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 This property is required. string
IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
AddressIPv6 This property is required. string
IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
AnycastZone This property is required. 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 This property is required. []string
Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
BackupZoneSets This property is required. []GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet
backup zone.
ChargeType This property is required. 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 This property is required. []string
Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
ClusterTag This property is required. string
Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
ConfigId This property is required. string
Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
CreateTime This property is required. string
CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
Domain This property is required. 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 This property is required. []GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster
Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
ExpireTime This property is required. 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 This property is required. []GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo
Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
Forward This property is required. float64
CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
HealthLogSetId This property is required. string
Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
HealthLogTopicId This property is required. string
Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
Ipv6Mode This property is required. 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 This property is required. bool
Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
IsBlockTime This property is required. string
Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
IsDdos This property is required. 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 This property is required. string
CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
Isolation This property is required. float64
0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
LoadBalancerDomain This property is required. string
Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
LoadBalancerId This property is required. string
CLB instance ID.
LoadBalancerName This property is required. string
CLB instance name.
LoadBalancerPassToTarget This property is required. 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 This property is required. string
CLB instance network type:OPEN: public network; INTERNAL: private network.
LoadBalancerVips This property is required. []string
List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
LocalBgp This property is required. bool
Whether the IP type is the local BGP.
Log This property is required. 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 This property is required. string
Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
LogTopicId This property is required. string
Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
MasterZones This property is required. []GetClbInstanceByCertIdCertSetLoadBalancerMasterZone
Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
MixIpTarget This property is required. 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 This property is required. []GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute
CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
NfvInfo This property is required. 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 This property is required. float64
VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
OpenBgp This property is required. 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 This property is required. []GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute
Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
ProjectId This property is required. float64
ID of the project to which a CLB instance belongs. 0: default project.
SecureGroups This property is required. []string
Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
SlaType This property is required. string
Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
Snat This property is required. 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 This property is required. []GetClbInstanceByCertIdCertSetLoadBalancerSnatIp
SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
SnatPro This property is required. bool
Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
Status This property is required. float64
CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
StatusTime This property is required. string
Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
SubnetId This property is required. 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 This property is required. []GetClbInstanceByCertIdCertSetLoadBalancerTag
CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
TargetRegionInfos This property is required. []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 This property is required. string
ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
VpcId This property is required. string
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
Zones This property is required. []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 This property is required. String
IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
addressIPv6 This property is required. String
IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
anycastZone This property is required. 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 This property is required. List<String>
Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
backupZoneSets This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet>
backup zone.
chargeType This property is required. 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 This property is required. List<String>
Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
clusterTag This property is required. String
Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
configId This property is required. String
Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
createTime This property is required. String
CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
domain This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster>
Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
expireTime This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo>
Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
forward This property is required. Double
CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
healthLogSetId This property is required. String
Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
healthLogTopicId This property is required. String
Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
ipv6Mode This property is required. 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 This property is required. Boolean
Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
isBlockTime This property is required. String
Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
isDdos This property is required. 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 This property is required. String
CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
isolation This property is required. Double
0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
loadBalancerDomain This property is required. String
Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
loadBalancerId This property is required. String
CLB instance ID.
loadBalancerName This property is required. String
CLB instance name.
loadBalancerPassToTarget This property is required. 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 This property is required. String
CLB instance network type:OPEN: public network; INTERNAL: private network.
loadBalancerVips This property is required. List<String>
List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
localBgp This property is required. Boolean
Whether the IP type is the local BGP.
log This property is required. 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 This property is required. String
Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
logTopicId This property is required. String
Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
masterZones This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerMasterZone>
Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
mixIpTarget This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute>
CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
nfvInfo This property is required. 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 This property is required. Double
VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
openBgp This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute>
Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
projectId This property is required. Double
ID of the project to which a CLB instance belongs. 0: default project.
secureGroups This property is required. List<String>
Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
slaType This property is required. String
Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
snat This property is required. 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 This property is required. 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 This property is required. Boolean
Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
status This property is required. Double
CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
statusTime This property is required. String
Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
subnetId This property is required. 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 This property is required. List<GetClbInstanceByCertIdCertSetLoadBalancerTag>
CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
targetRegionInfos This property is required. 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 This property is required. String
ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
vpcId This property is required. String
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
zones This property is required. 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 This property is required. string
IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
addressIPv6 This property is required. string
IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
anycastZone This property is required. 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 This property is required. string[]
Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
backupZoneSets This property is required. GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet[]
backup zone.
chargeType This property is required. 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 This property is required. string[]
Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
clusterTag This property is required. string
Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
configId This property is required. string
Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
createTime This property is required. string
CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
domain This property is required. 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 This property is required. GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster[]
Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
expireTime This property is required. 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 This property is required. GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo[]
Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
forward This property is required. number
CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
healthLogSetId This property is required. string
Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
healthLogTopicId This property is required. string
Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
ipv6Mode This property is required. 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 This property is required. boolean
Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
isBlockTime This property is required. string
Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
isDdos This property is required. 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 This property is required. string
CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
isolation This property is required. number
0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
loadBalancerDomain This property is required. string
Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
loadBalancerId This property is required. string
CLB instance ID.
loadBalancerName This property is required. string
CLB instance name.
loadBalancerPassToTarget This property is required. 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 This property is required. string
CLB instance network type:OPEN: public network; INTERNAL: private network.
loadBalancerVips This property is required. string[]
List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
localBgp This property is required. boolean
Whether the IP type is the local BGP.
log This property is required. 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 This property is required. string
Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
logTopicId This property is required. string
Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
masterZones This property is required. GetClbInstanceByCertIdCertSetLoadBalancerMasterZone[]
Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
mixIpTarget This property is required. 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 This property is required. GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute[]
CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
nfvInfo This property is required. 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 This property is required. number
VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
openBgp This property is required. 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 This property is required. GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute[]
Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
projectId This property is required. number
ID of the project to which a CLB instance belongs. 0: default project.
secureGroups This property is required. string[]
Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
slaType This property is required. string
Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
snat This property is required. 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 This property is required. GetClbInstanceByCertIdCertSetLoadBalancerSnatIp[]
SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
snatPro This property is required. boolean
Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
status This property is required. number
CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
statusTime This property is required. string
Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
subnetId This property is required. 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 This property is required. GetClbInstanceByCertIdCertSetLoadBalancerTag[]
CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
targetRegionInfos This property is required. 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 This property is required. string
ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
vpcId This property is required. string
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
zones This property is required. 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 This property is required. str
IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
address_ip_version This property is required. str
IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
anycast_zone This property is required. 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 This property is required. Sequence[str]
Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
backup_zone_sets This property is required. Sequence[GetClbInstanceByCertIdCertSetLoadBalancerBackupZoneSet]
backup zone.
charge_type This property is required. 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 This property is required. Sequence[str]
Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
cluster_tag This property is required. str
Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
config_id This property is required. 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 This property is required. str
CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
domain This property is required. 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 This property is required. Sequence[GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster]
Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
expire_time This property is required. 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 This property is required. Sequence[GetClbInstanceByCertIdCertSetLoadBalancerExtraInfo]
Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
forward This property is required. float
CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
health_log_set_id This property is required. 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 This property is required. 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 This property is required. 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 This property is required. bool
Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
is_block_time This property is required. str
Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
is_ddos This property is required. 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 This property is required. str
CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
isolation This property is required. float
0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
load_balancer_domain This property is required. str
Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
load_balancer_id This property is required. str
CLB instance ID.
load_balancer_name This property is required. str
CLB instance name.
load_balancer_pass_to_target This property is required. 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 This property is required. str
CLB instance network type:OPEN: public network; INTERNAL: private network.
load_balancer_vips This property is required. 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 This property is required. bool
Whether the IP type is the local BGP.
log This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Sequence[GetClbInstanceByCertIdCertSetLoadBalancerMasterZone]
Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
mix_ip_target This property is required. 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 This property is required. Sequence[GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute]
CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
nfv_info This property is required. 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 This property is required. float
VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
open_bgp This property is required. 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 This property is required. 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 This property is required. float
ID of the project to which a CLB instance belongs. 0: default project.
secure_groups This property is required. Sequence[str]
Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
sla_type This property is required. str
Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
snat This property is required. 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 This property is required. 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 This property is required. bool
Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
status This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Sequence[GetClbInstanceByCertIdCertSetLoadBalancerTag]
CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
target_region_infos This property is required. 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 This property is required. 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 This property is required. str
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
zones This property is required. 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 This property is required. String
IP version. Valid values: ipv4, ipv6. Note: this field may return null, indicating that no valid values can be obtained.
addressIPv6 This property is required. String
IPv6 address of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
anycastZone This property is required. 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 This property is required. List<String>
Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
backupZoneSets This property is required. List<Property Map>
backup zone.
chargeType This property is required. 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 This property is required. List<String>
Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
clusterTag This property is required. String
Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
configId This property is required. String
Custom configuration ID at the CLB instance level. Note: This field may return null, indicating that no valid values can be obtained.
createTime This property is required. String
CLB instance creation time. Note: This field may return null, indicating that no valid values can be obtained.
domain This property is required. 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 This property is required. List<Property Map>
Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
expireTime This property is required. 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 This property is required. 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 This property is required. Number
CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
healthLogSetId This property is required. String
Health check logset ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
healthLogTopicId This property is required. String
Health check log topic ID of CLB CLS. Note: this field may return null, indicating that no valid values can be obtained.
ipv6Mode This property is required. 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 This property is required. Boolean
Whether VIP is blocked. Note: this field may return null, indicating that no valid values can be obtained.
isBlockTime This property is required. String
Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
isDdos This property is required. 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 This property is required. String
CLB instance isolation time. Note: This field may return null, indicating that no valid values can be obtained.
isolation This property is required. Number
0: not isolated; 1: isolated. Note: This field may return null, indicating that no valid values can be obtained.
loadBalancerDomain This property is required. String
Domain name of the CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
loadBalancerId This property is required. String
CLB instance ID.
loadBalancerName This property is required. String
CLB instance name.
loadBalancerPassToTarget This property is required. 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 This property is required. String
CLB instance network type:OPEN: public network; INTERNAL: private network.
loadBalancerVips This property is required. List<String>
List of VIPs of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
localBgp This property is required. Boolean
Whether the IP type is the local BGP.
log This property is required. 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 This property is required. String
Logset ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
logTopicId This property is required. String
Log topic ID of CLB Log Service (CLS). Note: This field may return null, indicating that no valid values can be obtained.
masterZones This property is required. List<Property Map>
Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
mixIpTarget This property is required. 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 This property is required. List<Property Map>
CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
nfvInfo This property is required. 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 This property is required. Number
VPC ID in a numeric form. Note: This field may return null, indicating that no valid values can be obtained.
openBgp This property is required. 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 This property is required. 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 This property is required. Number
ID of the project to which a CLB instance belongs. 0: default project.
secureGroups This property is required. List<String>
Security group of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
slaType This property is required. String
Specification of the LCU-supported instance. Note: This field may return null, indicating that no valid values can be obtained.
snat This property is required. 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 This property is required. 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 This property is required. Boolean
Whether to enable SnatPro. Note: this field may return null, indicating that no valid values can be obtained.
status This property is required. Number
CLB instance status, including:0: creating; 1: running. Note: This field may return null, indicating that no valid values can be obtained.
statusTime This property is required. String
Last status change time of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
subnetId This property is required. 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 This property is required. List<Property Map>
CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
targetRegionInfos This property is required. 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 This property is required. String
ISP to which a CLB IP address belongs. Note: This field may return null, indicating that no valid values can be obtained.
vpcId This property is required. String
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
zones This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. double
.
ZoneName This property is required. string
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
ZoneRegion This property is required. string
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
EdgeZone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. float64
.
ZoneName This property is required. string
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
ZoneRegion This property is required. string
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
edgeZone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Double
.
zoneName This property is required. String
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
zoneRegion This property is required. String
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
edgeZone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. number
.
zoneName This property is required. string
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
zoneRegion This property is required. string
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
edge_zone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. float
.
zone_name This property is required. str
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
zone_region This property is required. str
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
edgeZone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Number
.
zoneName This property is required. String
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
zoneRegion This property is required. String
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.

GetClbInstanceByCertIdCertSetLoadBalancerExclusiveCluster

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

GetClbInstanceByCertIdCertSetLoadBalancerExclusiveClusterClassicalCluster

ClusterId This property is required. string
Unique cluster ID.
ClusterName This property is required. string
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
Zone This property is required. 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 This property is required. string
Unique cluster ID.
ClusterName This property is required. string
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
Zone This property is required. 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 This property is required. String
Unique cluster ID.
clusterName This property is required. String
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. string
Unique cluster ID.
clusterName This property is required. string
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. str
Unique cluster ID.
cluster_name This property is required. str
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. String
Unique cluster ID.
clusterName This property is required. String
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. string
Unique cluster ID.
ClusterName This property is required. string
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
Zone This property is required. 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 This property is required. string
Unique cluster ID.
ClusterName This property is required. string
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
Zone This property is required. 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 This property is required. String
Unique cluster ID.
clusterName This property is required. String
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. string
Unique cluster ID.
clusterName This property is required. string
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. str
Unique cluster ID.
cluster_name This property is required. str
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. String
Unique cluster ID.
clusterName This property is required. String
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. string
Unique cluster ID.
ClusterName This property is required. string
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
Zone This property is required. 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 This property is required. string
Unique cluster ID.
ClusterName This property is required. string
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
Zone This property is required. 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 This property is required. String
Unique cluster ID.
clusterName This property is required. String
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. string
Unique cluster ID.
clusterName This property is required. string
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. str
Unique cluster ID.
cluster_name This property is required. str
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. String
Unique cluster ID.
clusterName This property is required. String
Cluster name. Note: this field may return null, indicating that no valid values can be obtained.
zone This property is required. 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 This property is required. string
TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
ZhiTong This property is required. bool
Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
TgwGroupName This property is required. string
TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
ZhiTong This property is required. bool
Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
tgwGroupName This property is required. String
TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
zhiTong This property is required. Boolean
Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
tgwGroupName This property is required. string
TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
zhiTong This property is required. boolean
Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
tgw_group_name This property is required. str
TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
zhi_tong This property is required. bool
Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.
tgwGroupName This property is required. String
TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
zhiTong This property is required. Boolean
Whether to enable VIP direct connection. Note: This field may return null, indicating that no valid values can be obtained.

GetClbInstanceByCertIdCertSetLoadBalancerMasterZone

EdgeZone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. double
.
ZoneName This property is required. string
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
ZoneRegion This property is required. string
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
EdgeZone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. float64
.
ZoneName This property is required. string
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
ZoneRegion This property is required. string
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
edgeZone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Double
.
zoneName This property is required. String
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
zoneRegion This property is required. String
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
edgeZone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. number
.
zoneName This property is required. string
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
zoneRegion This property is required. string
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
edge_zone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. float
.
zone_name This property is required. str
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
zone_region This property is required. str
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.
edgeZone This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Number
.
zoneName This property is required. String
AZ name, such as Guangzhou Zone 1. Note: This field may return null, indicating that no valid values can be obtained.
zoneRegion This property is required. String
AZ region, e.g., ap-guangzhou. Note: This field may return null, indicating that no valid values can be obtained.

GetClbInstanceByCertIdCertSetLoadBalancerNetworkAttribute

BandwidthpkgSubType This property is required. string
Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
InternetChargeType This property is required. 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 This property is required. double
Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
BandwidthpkgSubType This property is required. string
Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
InternetChargeType This property is required. 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 This property is required. float64
Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
bandwidthpkgSubType This property is required. String
Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
internetChargeType This property is required. 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 This property is required. Double
Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
bandwidthpkgSubType This property is required. string
Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
internetChargeType This property is required. 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 This property is required. number
Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
bandwidthpkg_sub_type This property is required. str
Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
internet_charge_type This property is required. 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 This property is required. float
Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
bandwidthpkgSubType This property is required. String
Bandwidth package type, such as SINGLEISP. Note: This field may return null, indicating that no valid values can be obtained.
internetChargeType This property is required. 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 This property is required. Number
Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.

GetClbInstanceByCertIdCertSetLoadBalancerPrepaidAttribute

Period This property is required. double
Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
RenewFlag This property is required. 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 This property is required. float64
Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
RenewFlag This property is required. 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 This property is required. Double
Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
renewFlag This property is required. 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 This property is required. number
Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
renewFlag This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Number
Cycle, indicating the number of months (reserved field). Note: This field may return null, indicating that no valid values can be obtained.
renewFlag This property is required. 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 This property is required. string
IP address, such as 192.168.0.1.
SubnetId This property is required. 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 This property is required. string
IP address, such as 192.168.0.1.
SubnetId This property is required. 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 This property is required. String
IP address, such as 192.168.0.1.
subnetId This property is required. 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 This property is required. string
IP address, such as 192.168.0.1.
subnetId This property is required. 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 This property is required. str
IP address, such as 192.168.0.1.
subnet_id This property is required. 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 This property is required. String
IP address, such as 192.168.0.1.
subnetId This property is required. 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 This property is required. string
Tag key.
TagValue This property is required. string
Tag value.
TagKey This property is required. string
Tag key.
TagValue This property is required. string
Tag value.
tagKey This property is required. String
Tag key.
tagValue This property is required. String
Tag value.
tagKey This property is required. string
Tag key.
tagValue This property is required. string
Tag value.
tag_key This property is required. str
Tag key.
tag_value This property is required. str
Tag value.
tagKey This property is required. String
Tag key.
tagValue This property is required. String
Tag value.

GetClbInstanceByCertIdCertSetLoadBalancerTargetRegionInfo

Region This property is required. string
Region of the target, such as ap-guangzhou.
VpcId This property is required. string
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
Region This property is required. string
Region of the target, such as ap-guangzhou.
VpcId This property is required. string
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
region This property is required. String
Region of the target, such as ap-guangzhou.
vpcId This property is required. String
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
region This property is required. string
Region of the target, such as ap-guangzhou.
vpcId This property is required. string
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
region This property is required. str
Region of the target, such as ap-guangzhou.
vpc_id This property is required. str
VPC ID Note: This field may return null, indicating that no valid values can be obtained.
region This property is required. String
Region of the target, such as ap-guangzhou.
vpcId This property is required. 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.