tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack
tencentcloud.getClbInstanceByCertId
Explore with Pulumi AI
tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack
Use this data source to query detailed information of clb instance_by_cert_id
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const instanceByCertId = tencentcloud.getClbInstanceByCertId({
certIds: ["3a6B5y8v"],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
instance_by_cert_id = tencentcloud.get_clb_instance_by_cert_id(cert_ids=["3a6B5y8v"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetClbInstanceByCertId(ctx, &tencentcloud.GetClbInstanceByCertIdArgs{
CertIds: []string{
"3a6B5y8v",
},
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var instanceByCertId = Tencentcloud.GetClbInstanceByCertId.Invoke(new()
{
CertIds = new[]
{
"3a6B5y8v",
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetClbInstanceByCertIdArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var instanceByCertId = TencentcloudFunctions.getClbInstanceByCertId(GetClbInstanceByCertIdArgs.builder()
.certIds("3a6B5y8v")
.build());
}
}
variables:
instanceByCertId:
fn::invoke:
function: tencentcloud:getClbInstanceByCertId
arguments:
certIds:
- 3a6B5y8v
Using getClbInstanceByCertId
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getClbInstanceByCertId(args: GetClbInstanceByCertIdArgs, opts?: InvokeOptions): Promise<GetClbInstanceByCertIdResult>
function getClbInstanceByCertIdOutput(args: GetClbInstanceByCertIdOutputArgs, opts?: InvokeOptions): Output<GetClbInstanceByCertIdResult>
def get_clb_instance_by_cert_id(cert_ids: Optional[Sequence[str]] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClbInstanceByCertIdResult
def get_clb_instance_by_cert_id_output(cert_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClbInstanceByCertIdResult]
func GetClbInstanceByCertId(ctx *Context, args *GetClbInstanceByCertIdArgs, opts ...InvokeOption) (*GetClbInstanceByCertIdResult, error)
func GetClbInstanceByCertIdOutput(ctx *Context, args *GetClbInstanceByCertIdOutputArgs, opts ...InvokeOption) GetClbInstanceByCertIdResultOutput
> Note: This function is named GetClbInstanceByCertId
in the Go SDK.
public static class GetClbInstanceByCertId
{
public static Task<GetClbInstanceByCertIdResult> InvokeAsync(GetClbInstanceByCertIdArgs args, InvokeOptions? opts = null)
public static Output<GetClbInstanceByCertIdResult> Invoke(GetClbInstanceByCertIdInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClbInstanceByCertIdResult> getClbInstanceByCertId(GetClbInstanceByCertIdArgs args, InvokeOptions options)
public static Output<GetClbInstanceByCertIdResult> getClbInstanceByCertId(GetClbInstanceByCertIdArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getClbInstanceByCertId:getClbInstanceByCertId
arguments:
# arguments dictionary
The following arguments are supported:
- Cert
Ids This property is required. List<string> - Server or client certificate ID.
- Id string
- Result
Output stringFile - Used to save results.
- Cert
Ids This property is required. []string - Server or client certificate ID.
- Id string
- Result
Output stringFile - Used to save results.
- cert
Ids This property is required. List<String> - Server or client certificate ID.
- id String
- result
Output StringFile - Used to save results.
- cert
Ids This property is required. string[] - Server or client certificate ID.
- id string
- result
Output stringFile - Used to save results.
- cert_
ids This property is required. Sequence[str] - Server or client certificate ID.
- id str
- result_
output_ strfile - Used to save results.
- cert
Ids This property is required. List<String> - Server or client certificate ID.
- id String
- result
Output StringFile - Used to save results.
getClbInstanceByCertId Result
The following output properties are available:
- Cert
Ids List<string> - Cert
Sets List<GetClb Instance By Cert Id Cert Set> - Certificate ID and list of CLB instances associated with it.
- Id string
- Result
Output stringFile
- Cert
Ids []string - Cert
Sets []GetClb Instance By Cert Id Cert Set - Certificate ID and list of CLB instances associated with it.
- Id string
- Result
Output stringFile
- cert
Ids List<String> - cert
Sets List<GetClb Instance By Cert Id Cert Set> - Certificate ID and list of CLB instances associated with it.
- id String
- result
Output StringFile
- cert
Ids string[] - cert
Sets GetClb Instance By Cert Id Cert Set[] - Certificate ID and list of CLB instances associated with it.
- id string
- result
Output stringFile
- cert_
ids Sequence[str] - cert_
sets Sequence[GetClb Instance By Cert Id Cert Set] - Certificate ID and list of CLB instances associated with it.
- id str
- result_
output_ strfile
- cert
Ids List<String> - cert
Sets List<Property Map> - Certificate ID and list of CLB instances associated with it.
- id String
- result
Output StringFile
Supporting Types
GetClbInstanceByCertIdCertSet
- Cert
Id This property is required. string - Certificate ID.
- Load
Balancers This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer> - List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
- Cert
Id This property is required. string - Certificate ID.
- Load
Balancers This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer - List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
- cert
Id This property is required. String - Certificate ID.
- load
Balancers This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer> - List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
- cert
Id This property is required. string - Certificate ID.
- load
Balancers This property is required. GetClb Instance By Cert Id Cert Set Load Balancer[] - List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
- cert_
id This property is required. str - Certificate ID.
- load_
balancers This property is required. Sequence[GetClb Instance By Cert Id Cert Set Load Balancer] - List of CLB instances associated with certificate. Note: this field may return null, indicating that no valid values can be obtained.
- cert
Id This property is required. String - Certificate ID.
- load
Balancers 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
- Address
IPVersion 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.
- Address
IPv6 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.
- Anycast
Zone 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.
- Attribute
Flags This property is required. List<string> - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- Backup
Zone Sets This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Backup Zone Set> - backup zone.
- Charge
Type 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.
- Cluster
Ids This property is required. List<string> - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Tag This property is required. string - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- Config
Id 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.
- Create
Time 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.
- Exclusive
Clusters This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster> - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- Expire
Time 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.
- Extra
Infos This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Extra Info> - Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
- Forward
This property is required. double - CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
- Health
Log Set Id 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.
- Health
Log Topic Id 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.
- 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. string - 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. 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.
- Load
Balancer Domain 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.
- Load
Balancer Id This property is required. string - CLB instance ID.
- Load
Balancer Name This property is required. string - 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. string - CLB instance network type:OPEN: public network; INTERNAL: private network.
- Load
Balancer Vips 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.
- Local
Bgp 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.
- Log
Set Id 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.
- Log
Topic Id 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.
- Master
Zones This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Master Zone> - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- Mix
Ip 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. List<GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute> - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- Nfv
Info 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.
- Numerical
Vpc Id 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.
- Open
Bgp 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.
- Prepaid
Attributes This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute> - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Project
Id This property is required. double - ID of the project to which a CLB instance belongs. 0: default project.
- Secure
Groups 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.
- Sla
Type 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.
- Snat
Ips This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip> - SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
- Snat
Pro 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.
- Status
Time 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.
- Subnet
Id 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.
This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Tag> - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- Target
Region Infos This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Target Region Info> - Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Vip
Isp 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.
- Vpc
Id 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.
- Address
IPVersion 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.
- Address
IPv6 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.
- Anycast
Zone 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.
- Attribute
Flags This property is required. []string - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- Backup
Zone Sets This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Backup Zone Set - backup zone.
- Charge
Type 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.
- Cluster
Ids This property is required. []string - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Tag This property is required. string - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- Config
Id 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.
- Create
Time 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.
- Exclusive
Clusters This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- Expire
Time 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.
- Extra
Infos This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Extra Info - Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
- Forward
This property is required. float64 - CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
- Health
Log Set Id 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.
- Health
Log Topic Id 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.
- 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. string - 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. 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.
- Load
Balancer Domain 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.
- Load
Balancer Id This property is required. string - CLB instance ID.
- Load
Balancer Name This property is required. string - 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. string - CLB instance network type:OPEN: public network; INTERNAL: private network.
- Load
Balancer Vips 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.
- Local
Bgp 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.
- Log
Set Id 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.
- Log
Topic Id 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.
- Master
Zones This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Master Zone - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- Mix
Ip 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. []GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- Nfv
Info 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.
- Numerical
Vpc Id 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.
- Open
Bgp 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.
- Prepaid
Attributes This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Project
Id This property is required. float64 - ID of the project to which a CLB instance belongs. 0: default project.
- Secure
Groups 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.
- Sla
Type 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.
- Snat
Ips This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip - SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
- Snat
Pro 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.
- Status
Time 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.
- Subnet
Id 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.
This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Tag - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- Target
Region Infos This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Target Region Info - Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- Vip
Isp 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.
- Vpc
Id 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
IPVersion 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.
- address
IPv6 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.
- anycast
Zone 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.
- attribute
Flags This property is required. List<String> - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- backup
Zone Sets This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Backup Zone Set> - backup zone.
- charge
Type 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.
- cluster
Ids This property is required. List<String> - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Tag This property is required. String - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- config
Id 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.
- create
Time 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.
- exclusive
Clusters This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster> - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- expire
Time 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.
- extra
Infos This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Extra Info> - Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
- forward
This property is required. Double - CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
- health
Log Set Id 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.
- health
Log Topic Id 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.
- is
Block This property is required. Boolean - 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. String - Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
- is
Ddos 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.
- isolated
Time 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.
- load
Balancer Domain 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.
- load
Balancer Id This property is required. String - CLB instance ID.
- load
Balancer Name This property is required. String - CLB instance name.
- load
Balancer Pass To Target 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.
- load
Balancer Type This property is required. String - CLB instance network type:OPEN: public network; INTERNAL: private network.
- load
Balancer Vips 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.
- local
Bgp 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.
- log
Set Id 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.
- log
Topic Id 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.
- master
Zones This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Master Zone> - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- mix
Ip Target 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.
- network
Attributes This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute> - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- nfv
Info 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.
- numerical
Vpc Id 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.
- open
Bgp 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.
- prepaid
Attributes This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute> - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- project
Id This property is required. Double - ID of the project to which a CLB instance belongs. 0: default project.
- secure
Groups 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.
- sla
Type 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.
- snat
Ips This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip> - SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
- snat
Pro 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.
- status
Time 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.
- subnet
Id 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.
This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Tag> - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- target
Region Infos This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Target Region Info> - Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- vip
Isp 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.
- vpc
Id 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.
- address
IPVersion 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.
- address
IPv6 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.
- anycast
Zone 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.
- attribute
Flags This property is required. string[] - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- backup
Zone Sets This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Backup Zone Set[] - backup zone.
- charge
Type 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.
- cluster
Ids This property is required. string[] - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Tag This property is required. string - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- config
Id 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.
- create
Time 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.
- exclusive
Clusters This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster[] - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- expire
Time 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.
- extra
Infos This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Extra Info[] - Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
- forward
This property is required. number - CLB type identifier. Value range: 1 (CLB); 0 (classic CLB).
- health
Log Set Id 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.
- health
Log Topic Id 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.
- is
Block This property is required. boolean - 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. string - Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
- is
Ddos 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.
- isolated
Time 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.
- load
Balancer Domain 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.
- load
Balancer Id This property is required. string - CLB instance ID.
- load
Balancer Name This property is required. string - CLB instance name.
- load
Balancer Pass To Target 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.
- load
Balancer Type This property is required. string - CLB instance network type:OPEN: public network; INTERNAL: private network.
- load
Balancer Vips 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.
- local
Bgp 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.
- log
Set Id 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.
- log
Topic Id 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.
- master
Zones This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Master Zone[] - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- mix
Ip Target 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.
- network
Attributes This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute[] - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- nfv
Info 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.
- numerical
Vpc Id 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.
- open
Bgp 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.
- prepaid
Attributes This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute[] - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- project
Id This property is required. number - ID of the project to which a CLB instance belongs. 0: default project.
- secure
Groups 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.
- sla
Type 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.
- snat
Ips This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip[] - SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
- snat
Pro 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.
- status
Time 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.
- subnet
Id 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.
This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Tag[] - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- target
Region Infos This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Target Region Info[] - Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- vip
Isp 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.
- vpc
Id 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[GetClb Instance By Cert Id Cert Set Load Balancer Backup Zone Set] - 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[GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster] - Private network dedicated cluster. Note: this field may return null, indicating that no valid values can be obtained.
- expire_
time 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[GetClb Instance By Cert Id Cert Set Load Balancer Extra Info] - Reserved field which can be ignored generally.Note: This field may return null, indicating that no valid values can be obtained.
- forward
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[GetClb Instance By Cert Id Cert Set Load Balancer Master Zone] - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- mix_
ip_ 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[GetClb Instance By Cert Id Cert Set Load Balancer Network Attribute] - CLB instance network attributes. Note: This field may return null, indicating that no valid values can be obtained.
- nfv_
info 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[GetClb Instance By Cert Id Cert Set Load Balancer Prepaid Attribute] - Prepaid billing attributes of a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- project_
id 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[GetClb Instance By Cert Id Cert Set Load Balancer Snat Ip] - SnatIp list after SnatPro load balancing is enabled. Note: this field may return null, indicating that no valid values can be obtained.
- snat_
pro 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.
This property is required. Sequence[GetClb Instance By Cert Id Cert Set Load Balancer Tag] - CLB instance tag information. Note: This field may return null, indicating that no valid values can be obtained.
- target_
region_ infos This property is required. Sequence[GetClb Instance By Cert Id Cert Set Load Balancer Target Region Info] - Basic information of a backend server bound to a CLB instance. Note: This field may return null, indicating that no valid values can be obtained.
- vip_
isp 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.
- address
IPVersion 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.
- address
IPv6 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.
- anycast
Zone 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.
- attribute
Flags This property is required. List<String> - Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.
- backup
Zone Sets This property is required. List<Property Map> - backup zone.
- charge
Type 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.
- cluster
Ids This property is required. List<String> - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Tag This property is required. String - Dedicated layer-7 tag. Note: this field may return null, indicating that no valid values can be obtained.
- config
Id 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.
- create
Time 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.
- exclusive
Clusters 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.
- expire
Time 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.
- extra
Infos 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).
- health
Log Set Id 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.
- health
Log Topic Id 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.
- is
Block This property is required. Boolean - 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. String - Time blocked or unblocked. Note: this field may return null, indicating that no valid values can be obtained.
- is
Ddos 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.
- isolated
Time 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.
- load
Balancer Domain 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.
- load
Balancer Id This property is required. String - CLB instance ID.
- load
Balancer Name This property is required. String - CLB instance name.
- load
Balancer Pass To Target 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.
- load
Balancer Type This property is required. String - CLB instance network type:OPEN: public network; INTERNAL: private network.
- load
Balancer Vips 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.
- local
Bgp 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.
- log
Set Id 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.
- log
Topic Id 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.
- master
Zones This property is required. List<Property Map> - Primary AZ. Note: This field may return null, indicating that no valid values can be obtained.
- mix
Ip Target 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.
- network
Attributes 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.
- nfv
Info 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.
- numerical
Vpc Id 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.
- open
Bgp 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.
- prepaid
Attributes 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.
- project
Id This property is required. Number - ID of the project to which a CLB instance belongs. 0: default project.
- secure
Groups 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.
- sla
Type 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.
- snat
Ips 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.
- snat
Pro 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.
- status
Time 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.
- subnet
Id 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.
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.
- target
Region Infos 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.
- vip
Isp 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.
- vpc
Id 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
- 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. string - Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
- Zone
Id This property is required. double - .
- Zone
Name 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.
- Zone
Region 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. string - Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
- Zone
Id This property is required. float64 - .
- Zone
Name 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.
- Zone
Region 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. Boolean - Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
- local
Zone 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.
- zone
Id This property is required. Double - .
- zone
Name 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.
- zone
Region 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. boolean - Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
- local
Zone 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.
- zone
Id This property is required. number - .
- zone
Name 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.
- zone
Region 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.
- edge
Zone 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.
- local
Zone 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.
- zone
Id This property is required. Number - .
- zone
Name 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.
- zone
Region 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
- Classical
Clusters This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster> - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- L4Clusters
This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster> - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- L7Clusters
This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster> - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- Classical
Clusters This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- L4Clusters
This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- L7Clusters
This property is required. []GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- classical
Clusters This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster> - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- l4Clusters
This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster> - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- l7Clusters
This property is required. List<GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster> - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- classical
Clusters This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster[] - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- l4Clusters
This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster[] - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- l7Clusters
This property is required. GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster[] - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- classical_
clusters This property is required. Sequence[GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster Classical Cluster] - vpcgw cluster. Note: this field may return null, indicating that no valid values can be obtained.
- l4_
clusters This property is required. Sequence[GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L4Cluster] - Layer-4 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- l7_
clusters This property is required. Sequence[GetClb Instance By Cert Id Cert Set Load Balancer Exclusive Cluster L7Cluster] - Layer-7 dedicated cluster list. Note: this field may return null, indicating that no valid values can be obtained.
- classical
Clusters 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
- Cluster
Id This property is required. string - Unique cluster ID.
- Cluster
Name 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. string - Unique cluster ID.
- Cluster
Name 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. String - Unique cluster ID.
- cluster
Name 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. string - Unique cluster ID.
- cluster
Name 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.
- cluster
Id This property is required. String - Unique cluster ID.
- cluster
Name 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
- Cluster
Id This property is required. string - Unique cluster ID.
- Cluster
Name 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. string - Unique cluster ID.
- Cluster
Name 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. String - Unique cluster ID.
- cluster
Name 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. string - Unique cluster ID.
- cluster
Name 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.
- cluster
Id This property is required. String - Unique cluster ID.
- cluster
Name 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
- Cluster
Id This property is required. string - Unique cluster ID.
- Cluster
Name 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. string - Unique cluster ID.
- Cluster
Name 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. String - Unique cluster ID.
- cluster
Name 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. string - Unique cluster ID.
- cluster
Name 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.
- cluster
Id This property is required. String - Unique cluster ID.
- cluster
Name 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
- Tgw
Group Name This property is required. string - 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.
- Tgw
Group Name This property is required. string - 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.
- tgw
Group Name This property is required. String - TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
- zhi
Tong 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. string - TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
- zhi
Tong 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.
- tgw
Group Name This property is required. String - TgwGroup name. Note: This field may return null, indicating that no valid values can be obtained.
- zhi
Tong 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
- 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. string - Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
- Zone
Id This property is required. double - .
- Zone
Name 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.
- Zone
Region 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. string - Unique AZ ID in a numeric form, such as 100001. Note: This field may return null, indicating that no valid values can be obtained.
- Zone
Id This property is required. float64 - .
- Zone
Name 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.
- Zone
Region 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. Boolean - Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
- local
Zone 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.
- zone
Id This property is required. Double - .
- zone
Name 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.
- zone
Region 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. boolean - Whether the AZ is an edge zone. Values: true, false. Note: This field may return null, indicating that no valid values can be obtained.
- local
Zone 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.
- zone
Id This property is required. number - .
- zone
Name 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.
- zone
Region 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.
- edge
Zone 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.
- local
Zone 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.
- zone
Id This property is required. Number - .
- zone
Name 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.
- zone
Region 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
- Bandwidthpkg
Sub Type 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.
- Internet
Charge Type 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).
- Internet
Max Bandwidth Out 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.
- Bandwidthpkg
Sub Type 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.
- Internet
Charge Type 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).
- Internet
Max Bandwidth Out 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.
- bandwidthpkg
Sub Type 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.
- internet
Charge Type 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).
- internet
Max Bandwidth Out 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.
- bandwidthpkg
Sub Type 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.
- internet
Charge Type 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).
- internet
Max Bandwidth Out 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.
- bandwidthpkg
Sub Type 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.
- internet
Charge Type 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).
- internet
Max Bandwidth Out 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.
- Renew
Flag 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.
- Renew
Flag 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.
- renew
Flag 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.
- renew
Flag 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.
- renew
Flag 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
GetClbInstanceByCertIdCertSetLoadBalancerTag
GetClbInstanceByCertIdCertSetLoadBalancerTargetRegionInfo
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack