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

tencentcloud.getSslDescribeHostClbInstanceList

Explore with Pulumi AI

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

    Use this data source to query detailed information of ssl describe_host_clb_instance_list

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const describeHostClbInstanceList = tencentcloud.getSslDescribeHostClbInstanceList({
        certificateId: "8u8DII0l",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    describe_host_clb_instance_list = tencentcloud.get_ssl_describe_host_clb_instance_list(certificate_id="8u8DII0l")
    
    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.GetSslDescribeHostClbInstanceList(ctx, &tencentcloud.GetSslDescribeHostClbInstanceListArgs{
    			CertificateId: "8u8DII0l",
    		}, 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 describeHostClbInstanceList = Tencentcloud.GetSslDescribeHostClbInstanceList.Invoke(new()
        {
            CertificateId = "8u8DII0l",
        });
    
    });
    
    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.GetSslDescribeHostClbInstanceListArgs;
    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 describeHostClbInstanceList = TencentcloudFunctions.getSslDescribeHostClbInstanceList(GetSslDescribeHostClbInstanceListArgs.builder()
                .certificateId("8u8DII0l")
                .build());
    
        }
    }
    
    variables:
      describeHostClbInstanceList:
        fn::invoke:
          function: tencentcloud:getSslDescribeHostClbInstanceList
          arguments:
            certificateId: 8u8DII0l
    

    Using getSslDescribeHostClbInstanceList

    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 getSslDescribeHostClbInstanceList(args: GetSslDescribeHostClbInstanceListArgs, opts?: InvokeOptions): Promise<GetSslDescribeHostClbInstanceListResult>
    function getSslDescribeHostClbInstanceListOutput(args: GetSslDescribeHostClbInstanceListOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeHostClbInstanceListResult>
    def get_ssl_describe_host_clb_instance_list(async_cache: Optional[float] = None,
                                                certificate_id: Optional[str] = None,
                                                filters: Optional[Sequence[GetSslDescribeHostClbInstanceListFilter]] = None,
                                                id: Optional[str] = None,
                                                is_cache: Optional[float] = None,
                                                old_certificate_id: Optional[str] = None,
                                                result_output_file: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetSslDescribeHostClbInstanceListResult
    def get_ssl_describe_host_clb_instance_list_output(async_cache: Optional[pulumi.Input[float]] = None,
                                                certificate_id: Optional[pulumi.Input[str]] = None,
                                                filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSslDescribeHostClbInstanceListFilterArgs]]]] = None,
                                                id: Optional[pulumi.Input[str]] = None,
                                                is_cache: Optional[pulumi.Input[float]] = None,
                                                old_certificate_id: Optional[pulumi.Input[str]] = None,
                                                result_output_file: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeHostClbInstanceListResult]
    func GetSslDescribeHostClbInstanceList(ctx *Context, args *GetSslDescribeHostClbInstanceListArgs, opts ...InvokeOption) (*GetSslDescribeHostClbInstanceListResult, error)
    func GetSslDescribeHostClbInstanceListOutput(ctx *Context, args *GetSslDescribeHostClbInstanceListOutputArgs, opts ...InvokeOption) GetSslDescribeHostClbInstanceListResultOutput

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

    public static class GetSslDescribeHostClbInstanceList 
    {
        public static Task<GetSslDescribeHostClbInstanceListResult> InvokeAsync(GetSslDescribeHostClbInstanceListArgs args, InvokeOptions? opts = null)
        public static Output<GetSslDescribeHostClbInstanceListResult> Invoke(GetSslDescribeHostClbInstanceListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSslDescribeHostClbInstanceListResult> getSslDescribeHostClbInstanceList(GetSslDescribeHostClbInstanceListArgs args, InvokeOptions options)
    public static Output<GetSslDescribeHostClbInstanceListResult> getSslDescribeHostClbInstanceList(GetSslDescribeHostClbInstanceListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getSslDescribeHostClbInstanceList:getSslDescribeHostClbInstanceList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CertificateId string
    Certificate ID to be deployed.
    AsyncCache double
    Whether to cache asynchronous.
    Filters List<GetSslDescribeHostClbInstanceListFilter>
    List of filtering parameters; Filterkey: domainmatch.
    Id string
    IsCache double
    Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
    OldCertificateId string
    Original certificate ID.
    ResultOutputFile string
    Used to save results.
    CertificateId string
    Certificate ID to be deployed.
    AsyncCache float64
    Whether to cache asynchronous.
    Filters []GetSslDescribeHostClbInstanceListFilter
    List of filtering parameters; Filterkey: domainmatch.
    Id string
    IsCache float64
    Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
    OldCertificateId string
    Original certificate ID.
    ResultOutputFile string
    Used to save results.
    certificateId String
    Certificate ID to be deployed.
    asyncCache Double
    Whether to cache asynchronous.
    filters List<GetSslDescribeHostClbInstanceListFilter>
    List of filtering parameters; Filterkey: domainmatch.
    id String
    isCache Double
    Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
    oldCertificateId String
    Original certificate ID.
    resultOutputFile String
    Used to save results.
    certificateId string
    Certificate ID to be deployed.
    asyncCache number
    Whether to cache asynchronous.
    filters GetSslDescribeHostClbInstanceListFilter[]
    List of filtering parameters; Filterkey: domainmatch.
    id string
    isCache number
    Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
    oldCertificateId string
    Original certificate ID.
    resultOutputFile string
    Used to save results.
    certificate_id str
    Certificate ID to be deployed.
    async_cache float
    Whether to cache asynchronous.
    filters Sequence[GetSslDescribeHostClbInstanceListFilter]
    List of filtering parameters; Filterkey: domainmatch.
    id str
    is_cache float
    Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
    old_certificate_id str
    Original certificate ID.
    result_output_file str
    Used to save results.
    certificateId String
    Certificate ID to be deployed.
    asyncCache Number
    Whether to cache asynchronous.
    filters List<Property Map>
    List of filtering parameters; Filterkey: domainmatch.
    id String
    isCache Number
    Whether to query the cache, 1: Yes; 0: No, the default is the query cache, the cache is half an hour.
    oldCertificateId String
    Original certificate ID.
    resultOutputFile String
    Used to save results.

    getSslDescribeHostClbInstanceList Result

    The following output properties are available:

    AsyncCacheTime string
    Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    AsyncOffset double
    Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    AsyncTotalNum double
    The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertificateId string
    Id string
    InstanceLists List<GetSslDescribeHostClbInstanceListInstanceList>
    CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    AsyncCache double
    Filters List<GetSslDescribeHostClbInstanceListFilter>
    IsCache double
    OldCertificateId string
    ResultOutputFile string
    AsyncCacheTime string
    Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    AsyncOffset float64
    Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    AsyncTotalNum float64
    The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertificateId string
    Id string
    InstanceLists []GetSslDescribeHostClbInstanceListInstanceList
    CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    AsyncCache float64
    Filters []GetSslDescribeHostClbInstanceListFilter
    IsCache float64
    OldCertificateId string
    ResultOutputFile string
    asyncCacheTime String
    Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    asyncOffset Double
    Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    asyncTotalNum Double
    The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateId String
    id String
    instanceLists List<GetSslDescribeHostClbInstanceListInstanceList>
    CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    asyncCache Double
    filters List<GetSslDescribeHostClbInstanceListFilter>
    isCache Double
    oldCertificateId String
    resultOutputFile String
    asyncCacheTime string
    Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    asyncOffset number
    Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    asyncTotalNum number
    The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateId string
    id string
    instanceLists GetSslDescribeHostClbInstanceListInstanceList[]
    CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    asyncCache number
    filters GetSslDescribeHostClbInstanceListFilter[]
    isCache number
    oldCertificateId string
    resultOutputFile string
    async_cache_time str
    Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    async_offset float
    Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    async_total_num float
    The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certificate_id str
    id str
    instance_lists Sequence[GetSslDescribeHostClbInstanceListInstanceList]
    CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    async_cache float
    filters Sequence[GetSslDescribeHostClbInstanceListFilter]
    is_cache float
    old_certificate_id str
    result_output_file str
    asyncCacheTime String
    Current cache read timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    asyncOffset Number
    Asynchronous refresh current execution numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    asyncTotalNum Number
    The total number of asynchronous refreshNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateId String
    id String
    instanceLists List<Property Map>
    CLB instance listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    asyncCache Number
    filters List<Property Map>
    isCache Number
    oldCertificateId String
    resultOutputFile String

    Supporting Types

    GetSslDescribeHostClbInstanceListFilter

    FilterKey string
    Filter parameter key.
    FilterValue string
    Filter parameter value.
    FilterKey string
    Filter parameter key.
    FilterValue string
    Filter parameter value.
    filterKey String
    Filter parameter key.
    filterValue String
    Filter parameter value.
    filterKey string
    Filter parameter key.
    filterValue string
    Filter parameter value.
    filter_key str
    Filter parameter key.
    filter_value str
    Filter parameter value.
    filterKey String
    Filter parameter key.
    filterValue String
    Filter parameter value.

    GetSslDescribeHostClbInstanceListInstanceList

    Listeners List<GetSslDescribeHostClbInstanceListInstanceListListener>
    CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    LoadBalancerId string
    CLB instance ID.
    LoadBalancerName string
    CLB instance name name.
    Listeners []GetSslDescribeHostClbInstanceListInstanceListListener
    CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    LoadBalancerId string
    CLB instance ID.
    LoadBalancerName string
    CLB instance name name.
    listeners List<GetSslDescribeHostClbInstanceListInstanceListListener>
    CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    loadBalancerId String
    CLB instance ID.
    loadBalancerName String
    CLB instance name name.
    listeners GetSslDescribeHostClbInstanceListInstanceListListener[]
    CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    loadBalancerId string
    CLB instance ID.
    loadBalancerName string
    CLB instance name name.
    listeners Sequence[GetSslDescribeHostClbInstanceListInstanceListListener]
    CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    load_balancer_id str
    CLB instance ID.
    load_balancer_name str
    CLB instance name name.
    listeners List<Property Map>
    CLB listener listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    loadBalancerId String
    CLB instance ID.
    loadBalancerName String
    CLB instance name name.

    GetSslDescribeHostClbInstanceListInstanceListListener

    Certificates List<GetSslDescribeHostClbInstanceListInstanceListListenerCertificate>
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ListenerId string
    Listener ID.
    ListenerName string
    Name of listeners.
    NoMatchDomains List<string>
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Protocol string
    Type of listener protocol, https | TCP_SSL.
    Rules List<GetSslDescribeHostClbInstanceListInstanceListListenerRule>
    List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    SniSwitch double
    Whether to turn on SNI, 1 to open, 0 to close.
    Certificates []GetSslDescribeHostClbInstanceListInstanceListListenerCertificate
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ListenerId string
    Listener ID.
    ListenerName string
    Name of listeners.
    NoMatchDomains []string
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Protocol string
    Type of listener protocol, https | TCP_SSL.
    Rules []GetSslDescribeHostClbInstanceListInstanceListListenerRule
    List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    SniSwitch float64
    Whether to turn on SNI, 1 to open, 0 to close.
    certificates List<GetSslDescribeHostClbInstanceListInstanceListListenerCertificate>
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    listenerId String
    Listener ID.
    listenerName String
    Name of listeners.
    noMatchDomains List<String>
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    protocol String
    Type of listener protocol, https | TCP_SSL.
    rules List<GetSslDescribeHostClbInstanceListInstanceListListenerRule>
    List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    sniSwitch Double
    Whether to turn on SNI, 1 to open, 0 to close.
    certificates GetSslDescribeHostClbInstanceListInstanceListListenerCertificate[]
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    listenerId string
    Listener ID.
    listenerName string
    Name of listeners.
    noMatchDomains string[]
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    protocol string
    Type of listener protocol, https | TCP_SSL.
    rules GetSslDescribeHostClbInstanceListInstanceListListenerRule[]
    List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    sniSwitch number
    Whether to turn on SNI, 1 to open, 0 to close.
    certificates Sequence[GetSslDescribeHostClbInstanceListInstanceListListenerCertificate]
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    listener_id str
    Listener ID.
    listener_name str
    Name of listeners.
    no_match_domains Sequence[str]
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    protocol str
    Type of listener protocol, https | TCP_SSL.
    rules Sequence[GetSslDescribeHostClbInstanceListInstanceListListenerRule]
    List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    sni_switch float
    Whether to turn on SNI, 1 to open, 0 to close.
    certificates List<Property Map>
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    listenerId String
    Listener ID.
    listenerName String
    Name of listeners.
    noMatchDomains List<String>
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    protocol String
    Type of listener protocol, https | TCP_SSL.
    rules List<Property Map>
    List of listeners' rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    sniSwitch Number
    Whether to turn on SNI, 1 to open, 0 to close.

    GetSslDescribeHostClbInstanceListInstanceListListenerCertificate

    CertCaId string
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertId string
    Certificate ID.
    DnsNames List<string>
    Domain name binding of certificates.
    SSLMode string
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertCaId string
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertId string
    Certificate ID.
    DnsNames []string
    Domain name binding of certificates.
    SSLMode string
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certCaId String
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certId String
    Certificate ID.
    dnsNames List<String>
    Domain name binding of certificates.
    sSLMode String
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certCaId string
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certId string
    Certificate ID.
    dnsNames string[]
    Domain name binding of certificates.
    sSLMode string
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cert_ca_id str
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cert_id str
    Certificate ID.
    dns_names Sequence[str]
    Domain name binding of certificates.
    s_sl_mode str
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certCaId String
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certId String
    Certificate ID.
    dnsNames List<String>
    Domain name binding of certificates.
    sSLMode String
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.

    GetSslDescribeHostClbInstanceListInstanceListListenerRule

    Certificates List<GetSslDescribeHostClbInstanceListInstanceListListenerRuleCertificate>
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Domain string
    Domain name binding.
    IsMatch bool
    Whether the rules match the domain name to be bound to the certificate.
    LocationId string
    Rule ID.
    NoMatchDomains List<string>
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Certificates []GetSslDescribeHostClbInstanceListInstanceListListenerRuleCertificate
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Domain string
    Domain name binding.
    IsMatch bool
    Whether the rules match the domain name to be bound to the certificate.
    LocationId string
    Rule ID.
    NoMatchDomains []string
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certificates List<GetSslDescribeHostClbInstanceListInstanceListListenerRuleCertificate>
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    domain String
    Domain name binding.
    isMatch Boolean
    Whether the rules match the domain name to be bound to the certificate.
    locationId String
    Rule ID.
    noMatchDomains List<String>
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certificates GetSslDescribeHostClbInstanceListInstanceListListenerRuleCertificate[]
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    domain string
    Domain name binding.
    isMatch boolean
    Whether the rules match the domain name to be bound to the certificate.
    locationId string
    Rule ID.
    noMatchDomains string[]
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certificates Sequence[GetSslDescribeHostClbInstanceListInstanceListListenerRuleCertificate]
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    domain str
    Domain name binding.
    is_match bool
    Whether the rules match the domain name to be bound to the certificate.
    location_id str
    Rule ID.
    no_match_domains Sequence[str]
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certificates List<Property Map>
    Certificate data that has been bound to the rulesNote: This field may return NULL, indicating that the valid value cannot be obtained.
    domain String
    Domain name binding.
    isMatch Boolean
    Whether the rules match the domain name to be bound to the certificate.
    locationId String
    Rule ID.
    noMatchDomains List<String>
    List of non -matching fieldsNote: This field may return NULL, indicating that the valid value cannot be obtained.

    GetSslDescribeHostClbInstanceListInstanceListListenerRuleCertificate

    CertCaId string
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertId string
    Certificate ID.
    DnsNames List<string>
    Domain name binding of certificates.
    SSLMode string
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertCaId string
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertId string
    Certificate ID.
    DnsNames []string
    Domain name binding of certificates.
    SSLMode string
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certCaId String
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certId String
    Certificate ID.
    dnsNames List<String>
    Domain name binding of certificates.
    sSLMode String
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certCaId string
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certId string
    Certificate ID.
    dnsNames string[]
    Domain name binding of certificates.
    sSLMode string
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cert_ca_id str
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cert_id str
    Certificate ID.
    dns_names Sequence[str]
    Domain name binding of certificates.
    s_sl_mode str
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certCaId String
    Root certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certId String
    Certificate ID.
    dnsNames List<String>
    Domain name binding of certificates.
    sSLMode String
    Certificate certification mode: unidirectional unidirectional authentication, Mutual two -way certificationNote: This field may return NULL, indicating that the valid value cannot be obtained.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack