tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getClbInstanceDetail
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of clb instance_detail
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const instanceDetail = tencentcloud.getClbInstanceDetail({
targetType: "NODE",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
instance_detail = tencentcloud.get_clb_instance_detail(target_type="NODE")
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.GetClbInstanceDetail(ctx, &tencentcloud.GetClbInstanceDetailArgs{
TargetType: pulumi.StringRef("NODE"),
}, 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 instanceDetail = Tencentcloud.GetClbInstanceDetail.Invoke(new()
{
TargetType = "NODE",
});
});
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.GetClbInstanceDetailArgs;
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 instanceDetail = TencentcloudFunctions.getClbInstanceDetail(GetClbInstanceDetailArgs.builder()
.targetType("NODE")
.build());
}
}
variables:
instanceDetail:
fn::invoke:
function: tencentcloud:getClbInstanceDetail
arguments:
targetType: NODE
Using getClbInstanceDetail
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 getClbInstanceDetail(args: GetClbInstanceDetailArgs, opts?: InvokeOptions): Promise<GetClbInstanceDetailResult>
function getClbInstanceDetailOutput(args: GetClbInstanceDetailOutputArgs, opts?: InvokeOptions): Output<GetClbInstanceDetailResult>
def get_clb_instance_detail(fields: Optional[Sequence[str]] = None,
filters: Optional[Sequence[GetClbInstanceDetailFilter]] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
target_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClbInstanceDetailResult
def get_clb_instance_detail_output(fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetClbInstanceDetailFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
target_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClbInstanceDetailResult]
func GetClbInstanceDetail(ctx *Context, args *GetClbInstanceDetailArgs, opts ...InvokeOption) (*GetClbInstanceDetailResult, error)
func GetClbInstanceDetailOutput(ctx *Context, args *GetClbInstanceDetailOutputArgs, opts ...InvokeOption) GetClbInstanceDetailResultOutput
> Note: This function is named GetClbInstanceDetail
in the Go SDK.
public static class GetClbInstanceDetail
{
public static Task<GetClbInstanceDetailResult> InvokeAsync(GetClbInstanceDetailArgs args, InvokeOptions? opts = null)
public static Output<GetClbInstanceDetailResult> Invoke(GetClbInstanceDetailInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClbInstanceDetailResult> getClbInstanceDetail(GetClbInstanceDetailArgs args, InvokeOptions options)
public static Output<GetClbInstanceDetailResult> getClbInstanceDetail(GetClbInstanceDetailArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getClbInstanceDetail:getClbInstanceDetail
arguments:
# arguments dictionary
The following arguments are supported:
- Fields List<string>
- List of fields. Only fields specified will be returned. If it's left blank,
null
is returned. The fieldsLoadBalancerId
andLoadBalancerName
are added by default. For details about fields. - Filters
List<Get
Clb Instance Detail Filter> - Filter condition of querying lists describing CLB instance details:loadbalancer-id - String - Required: no - (Filter condition) CLB instance ID, such as lb-12345678; project-id - String - Required: no - (Filter condition) Project ID, such as 0 and 123; network - String - Required: no - (Filter condition) Network type of the CLB instance, such as Public and Private.</li><li> vip - String - Required: no - (Filter condition) CLB instance VIP, such as 1.1.1.1 and 2204::22:3; target-ip - String - Required: no - (Filter condition) Private IP of the target real servers, such as1.1.1.1 and 2203::214:4; vpcid - String - Required: no - (Filter condition) Identifier of the VPC instance to which the CLB instance belongs, such as vpc-12345678; zone - String - Required: no - (Filter condition) Availability zone where the CLB instance resides, such as ap-guangzhou-1; tag-key - String - Required: no - (Filter condition) Tag key of the CLB instance, such as name; tag:* - String - Required: no - (Filter condition) CLB instance tag, followed by tag key after the colon. For example, use {Name: tag:name,Values: [zhangsan, lisi]} to filter the tag key
name
with the tag valuezhangsan
andlisi
; fuzzy-search - String - Required: no - (Filter condition) Fuzzy search for CLB instance VIP and CLB instance name, such as 1. - Id string
- Result
Output stringFile - Used to save results.
- Target
Type string - Target type. Valid values: NODE and GROUP. If the list of fields contains
TargetId
,TargetAddress
,TargetPort
,TargetWeight
and other fields,Target
of the target group or non-target group must be exported.
- Fields []string
- List of fields. Only fields specified will be returned. If it's left blank,
null
is returned. The fieldsLoadBalancerId
andLoadBalancerName
are added by default. For details about fields. - Filters
[]Get
Clb Instance Detail Filter - Filter condition of querying lists describing CLB instance details:loadbalancer-id - String - Required: no - (Filter condition) CLB instance ID, such as lb-12345678; project-id - String - Required: no - (Filter condition) Project ID, such as 0 and 123; network - String - Required: no - (Filter condition) Network type of the CLB instance, such as Public and Private.</li><li> vip - String - Required: no - (Filter condition) CLB instance VIP, such as 1.1.1.1 and 2204::22:3; target-ip - String - Required: no - (Filter condition) Private IP of the target real servers, such as1.1.1.1 and 2203::214:4; vpcid - String - Required: no - (Filter condition) Identifier of the VPC instance to which the CLB instance belongs, such as vpc-12345678; zone - String - Required: no - (Filter condition) Availability zone where the CLB instance resides, such as ap-guangzhou-1; tag-key - String - Required: no - (Filter condition) Tag key of the CLB instance, such as name; tag:* - String - Required: no - (Filter condition) CLB instance tag, followed by tag key after the colon. For example, use {Name: tag:name,Values: [zhangsan, lisi]} to filter the tag key
name
with the tag valuezhangsan
andlisi
; fuzzy-search - String - Required: no - (Filter condition) Fuzzy search for CLB instance VIP and CLB instance name, such as 1. - Id string
- Result
Output stringFile - Used to save results.
- Target
Type string - Target type. Valid values: NODE and GROUP. If the list of fields contains
TargetId
,TargetAddress
,TargetPort
,TargetWeight
and other fields,Target
of the target group or non-target group must be exported.
- fields List<String>
- List of fields. Only fields specified will be returned. If it's left blank,
null
is returned. The fieldsLoadBalancerId
andLoadBalancerName
are added by default. For details about fields. - filters
List<Get
Clb Instance Detail Filter> - Filter condition of querying lists describing CLB instance details:loadbalancer-id - String - Required: no - (Filter condition) CLB instance ID, such as lb-12345678; project-id - String - Required: no - (Filter condition) Project ID, such as 0 and 123; network - String - Required: no - (Filter condition) Network type of the CLB instance, such as Public and Private.</li><li> vip - String - Required: no - (Filter condition) CLB instance VIP, such as 1.1.1.1 and 2204::22:3; target-ip - String - Required: no - (Filter condition) Private IP of the target real servers, such as1.1.1.1 and 2203::214:4; vpcid - String - Required: no - (Filter condition) Identifier of the VPC instance to which the CLB instance belongs, such as vpc-12345678; zone - String - Required: no - (Filter condition) Availability zone where the CLB instance resides, such as ap-guangzhou-1; tag-key - String - Required: no - (Filter condition) Tag key of the CLB instance, such as name; tag:* - String - Required: no - (Filter condition) CLB instance tag, followed by tag key after the colon. For example, use {Name: tag:name,Values: [zhangsan, lisi]} to filter the tag key
name
with the tag valuezhangsan
andlisi
; fuzzy-search - String - Required: no - (Filter condition) Fuzzy search for CLB instance VIP and CLB instance name, such as 1. - id String
- result
Output StringFile - Used to save results.
- target
Type String - Target type. Valid values: NODE and GROUP. If the list of fields contains
TargetId
,TargetAddress
,TargetPort
,TargetWeight
and other fields,Target
of the target group or non-target group must be exported.
- fields string[]
- List of fields. Only fields specified will be returned. If it's left blank,
null
is returned. The fieldsLoadBalancerId
andLoadBalancerName
are added by default. For details about fields. - filters
Get
Clb Instance Detail Filter[] - Filter condition of querying lists describing CLB instance details:loadbalancer-id - String - Required: no - (Filter condition) CLB instance ID, such as lb-12345678; project-id - String - Required: no - (Filter condition) Project ID, such as 0 and 123; network - String - Required: no - (Filter condition) Network type of the CLB instance, such as Public and Private.</li><li> vip - String - Required: no - (Filter condition) CLB instance VIP, such as 1.1.1.1 and 2204::22:3; target-ip - String - Required: no - (Filter condition) Private IP of the target real servers, such as1.1.1.1 and 2203::214:4; vpcid - String - Required: no - (Filter condition) Identifier of the VPC instance to which the CLB instance belongs, such as vpc-12345678; zone - String - Required: no - (Filter condition) Availability zone where the CLB instance resides, such as ap-guangzhou-1; tag-key - String - Required: no - (Filter condition) Tag key of the CLB instance, such as name; tag:* - String - Required: no - (Filter condition) CLB instance tag, followed by tag key after the colon. For example, use {Name: tag:name,Values: [zhangsan, lisi]} to filter the tag key
name
with the tag valuezhangsan
andlisi
; fuzzy-search - String - Required: no - (Filter condition) Fuzzy search for CLB instance VIP and CLB instance name, such as 1. - id string
- result
Output stringFile - Used to save results.
- target
Type string - Target type. Valid values: NODE and GROUP. If the list of fields contains
TargetId
,TargetAddress
,TargetPort
,TargetWeight
and other fields,Target
of the target group or non-target group must be exported.
- fields Sequence[str]
- List of fields. Only fields specified will be returned. If it's left blank,
null
is returned. The fieldsLoadBalancerId
andLoadBalancerName
are added by default. For details about fields. - filters
Sequence[Get
Clb Instance Detail Filter] - Filter condition of querying lists describing CLB instance details:loadbalancer-id - String - Required: no - (Filter condition) CLB instance ID, such as lb-12345678; project-id - String - Required: no - (Filter condition) Project ID, such as 0 and 123; network - String - Required: no - (Filter condition) Network type of the CLB instance, such as Public and Private.</li><li> vip - String - Required: no - (Filter condition) CLB instance VIP, such as 1.1.1.1 and 2204::22:3; target-ip - String - Required: no - (Filter condition) Private IP of the target real servers, such as1.1.1.1 and 2203::214:4; vpcid - String - Required: no - (Filter condition) Identifier of the VPC instance to which the CLB instance belongs, such as vpc-12345678; zone - String - Required: no - (Filter condition) Availability zone where the CLB instance resides, such as ap-guangzhou-1; tag-key - String - Required: no - (Filter condition) Tag key of the CLB instance, such as name; tag:* - String - Required: no - (Filter condition) CLB instance tag, followed by tag key after the colon. For example, use {Name: tag:name,Values: [zhangsan, lisi]} to filter the tag key
name
with the tag valuezhangsan
andlisi
; fuzzy-search - String - Required: no - (Filter condition) Fuzzy search for CLB instance VIP and CLB instance name, such as 1. - id str
- result_
output_ strfile - Used to save results.
- target_
type str - Target type. Valid values: NODE and GROUP. If the list of fields contains
TargetId
,TargetAddress
,TargetPort
,TargetWeight
and other fields,Target
of the target group or non-target group must be exported.
- fields List<String>
- List of fields. Only fields specified will be returned. If it's left blank,
null
is returned. The fieldsLoadBalancerId
andLoadBalancerName
are added by default. For details about fields. - filters List<Property Map>
- Filter condition of querying lists describing CLB instance details:loadbalancer-id - String - Required: no - (Filter condition) CLB instance ID, such as lb-12345678; project-id - String - Required: no - (Filter condition) Project ID, such as 0 and 123; network - String - Required: no - (Filter condition) Network type of the CLB instance, such as Public and Private.</li><li> vip - String - Required: no - (Filter condition) CLB instance VIP, such as 1.1.1.1 and 2204::22:3; target-ip - String - Required: no - (Filter condition) Private IP of the target real servers, such as1.1.1.1 and 2203::214:4; vpcid - String - Required: no - (Filter condition) Identifier of the VPC instance to which the CLB instance belongs, such as vpc-12345678; zone - String - Required: no - (Filter condition) Availability zone where the CLB instance resides, such as ap-guangzhou-1; tag-key - String - Required: no - (Filter condition) Tag key of the CLB instance, such as name; tag:* - String - Required: no - (Filter condition) CLB instance tag, followed by tag key after the colon. For example, use {Name: tag:name,Values: [zhangsan, lisi]} to filter the tag key
name
with the tag valuezhangsan
andlisi
; fuzzy-search - String - Required: no - (Filter condition) Fuzzy search for CLB instance VIP and CLB instance name, such as 1. - id String
- result
Output StringFile - Used to save results.
- target
Type String - Target type. Valid values: NODE and GROUP. If the list of fields contains
TargetId
,TargetAddress
,TargetPort
,TargetWeight
and other fields,Target
of the target group or non-target group must be exported.
getClbInstanceDetail Result
The following output properties are available:
- Id string
- Load
Balancer List<GetDetail Sets Clb Instance Detail Load Balancer Detail Set> - List of CLB instance details.Note: this field may return null, indicating that no valid values can be obtained.
- Fields List<string>
- Filters
List<Get
Clb Instance Detail Filter> - Result
Output stringFile - Target
Type string
- Id string
- Load
Balancer []GetDetail Sets Clb Instance Detail Load Balancer Detail Set - List of CLB instance details.Note: this field may return null, indicating that no valid values can be obtained.
- Fields []string
- Filters
[]Get
Clb Instance Detail Filter - Result
Output stringFile - Target
Type string
- id String
- load
Balancer List<GetDetail Sets Clb Instance Detail Load Balancer Detail Set> - List of CLB instance details.Note: this field may return null, indicating that no valid values can be obtained.
- fields List<String>
- filters
List<Get
Clb Instance Detail Filter> - result
Output StringFile - target
Type String
- id string
- load
Balancer GetDetail Sets Clb Instance Detail Load Balancer Detail Set[] - List of CLB instance details.Note: this field may return null, indicating that no valid values can be obtained.
- fields string[]
- filters
Get
Clb Instance Detail Filter[] - result
Output stringFile - target
Type string
- id str
- load_
balancer_ Sequence[Getdetail_ sets Clb Instance Detail Load Balancer Detail Set] - List of CLB instance details.Note: this field may return null, indicating that no valid values can be obtained.
- fields Sequence[str]
- filters
Sequence[Get
Clb Instance Detail Filter] - result_
output_ strfile - target_
type str
- id String
- load
Balancer List<Property Map>Detail Sets - List of CLB instance details.Note: this field may return null, indicating that no valid values can be obtained.
- fields List<String>
- filters List<Property Map>
- result
Output StringFile - target
Type String
Supporting Types
GetClbInstanceDetailFilter
GetClbInstanceDetailLoadBalancerDetailSet
- Address string
- CLB instance VIP.Note: this field may return null, indicating that no valid values can be obtained.
- Address
Ip stringVersion - IP version of the CLB instance. Valid values: IPv4, IPv6.Note: this field may return null, indicating that no valid values can be obtained.
- Address
Ipv6 string - IPv6 VIP address of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- Address
Isp string - ISP to which the CLB IP address belongs.Note: this field may return null, indicating that no valid values can be obtained.
- Charge
Type string - CLB instance billing mode.Note: this field may return null, indicating that no valid values can be obtained.
- Config
Id string - Custom configuration IDs of CLB instances. Multiple IDs must be separated by commas (,).Note: This field may return null, indicating that no valid values can be obtained.
- Create
Time string - CLB instance creation time.Note: this field may return null, indicating that no valid values can be obtained.
- Domain string
- Domain name of the forwarding rule.Note: this field may return null, indicating that no valid values can be obtained.
- Domains string
- List o domain names associated with the forwarding ruleNote: This field may return
null
, indicating that no valid values can be obtained. - Extra
Infos List<GetClb Instance Detail Load Balancer Detail Set Extra Info> - Reserved field, which can be ignored generally.Note: this field may return null, indicating that no valid values can be obtained.
- Ipv6Mode string
- IPv6 address type of the CLB instance. Valid values: IPv6Nat64, IPv6FullChain.Note: this field may return null, indicating that no valid values can be obtained.
- Isolation double
- 0: not isolated; 1: isolated.Note: this field may return null, indicating that no valid values can be obtained.
- Listener
Id string - CLB listener ID.Note: this field may return null, indicating that no valid values can be obtained.
- Load
Balancer stringDomain - Domain name of the CLB instance.Note: This field may return null, indicating that no valid values can be obtained.
- Load
Balancer stringId - CLB instance ID.
- Load
Balancer stringName - CLB instance name.
- Load
Balancer doublePass To Target - Whether the CLB instance is billed by IP.Note: this field may return
null
, indicating that no valid values can be obtained. - Load
Balancer stringType - CLB instance network type:Public: public network; Private: private network.Note: this field may return null, indicating that no valid values can be obtained.
- Location
Id string - Forwarding rule ID.Note: this field may return null, indicating that no valid values can be obtained.
- Network
Attributes List<GetClb Instance Detail Load Balancer Detail Set Network Attribute> - CLB instance network attribute.Note: this field may return null, indicating that no valid values can be obtained.
- Port double
- Listener port.Note: this field may return null, indicating that no valid values can be obtained.
- Prepaid
Attributes List<GetClb Instance Detail Load Balancer Detail Set Prepaid Attribute> - Pay-as-you-go attribute of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- Project
Id double - ID of the project to which the CLB instance belongs. 0: default project.Note: this field may return null, indicating that no valid values can be obtained.
- Protocol string
- Listener protocol.Note: this field may return null, indicating that no valid values can be obtained.
- Security
Groups List<string> - List of the security groups bound to the CLB instance.Note: this field may return
null
, indicating that no valid values can be obtained. - Slave
Zones List<string> - The secondary zone of multi-AZ CLB instanceNote: This field may return
null
, indicating that no valid values can be obtained. - Sni
Switch double - Whether SNI is enabled. This parameter is only meaningful for HTTPS listeners.Note: This field may return
null
, indicating that no valid values can be obtained. - Status double
- CLB instance status, including:0: creating; 1: running.Note: this field may return null, indicating that no valid values can be obtained.
- List<Get
Clb Instance Detail Load Balancer Detail Set Tag> - CLB instance tag information.Note: this field may return null, indicating that no valid values can be obtained.
- Target
Address string - Address of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- Target
Health string - Health status of the target real server.Note: this field may return
null
, indicating that no valid values can be obtained. - Target
Id string - ID of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- Target
Port double - Listening port of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- Target
Weight double - Forwarding weight of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- Url string
- Forwarding rule path.Note: this field may return null, indicating that no valid values can be obtained.
- Vpc
Id string - ID of the VPC instance to which the CLB instance belongs.Note: this field may return null, indicating that no valid values can be obtained.
- Zone string
- Availability zone where the CLB instance resides.Note: this field may return null, indicating that no valid values can be obtained.
- Zones List<string>
- The AZ of private CLB instance. This is only available for beta users.Note: This field may return
null
, indicating that no valid values can be obtained.
- Address string
- CLB instance VIP.Note: this field may return null, indicating that no valid values can be obtained.
- Address
Ip stringVersion - IP version of the CLB instance. Valid values: IPv4, IPv6.Note: this field may return null, indicating that no valid values can be obtained.
- Address
Ipv6 string - IPv6 VIP address of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- Address
Isp string - ISP to which the CLB IP address belongs.Note: this field may return null, indicating that no valid values can be obtained.
- Charge
Type string - CLB instance billing mode.Note: this field may return null, indicating that no valid values can be obtained.
- Config
Id string - Custom configuration IDs of CLB instances. Multiple IDs must be separated by commas (,).Note: This field may return null, indicating that no valid values can be obtained.
- Create
Time string - CLB instance creation time.Note: this field may return null, indicating that no valid values can be obtained.
- Domain string
- Domain name of the forwarding rule.Note: this field may return null, indicating that no valid values can be obtained.
- Domains string
- List o domain names associated with the forwarding ruleNote: This field may return
null
, indicating that no valid values can be obtained. - Extra
Infos []GetClb Instance Detail Load Balancer Detail Set Extra Info - Reserved field, which can be ignored generally.Note: this field may return null, indicating that no valid values can be obtained.
- Ipv6Mode string
- IPv6 address type of the CLB instance. Valid values: IPv6Nat64, IPv6FullChain.Note: this field may return null, indicating that no valid values can be obtained.
- Isolation float64
- 0: not isolated; 1: isolated.Note: this field may return null, indicating that no valid values can be obtained.
- Listener
Id string - CLB listener ID.Note: this field may return null, indicating that no valid values can be obtained.
- Load
Balancer stringDomain - Domain name of the CLB instance.Note: This field may return null, indicating that no valid values can be obtained.
- Load
Balancer stringId - CLB instance ID.
- Load
Balancer stringName - CLB instance name.
- Load
Balancer float64Pass To Target - Whether the CLB instance is billed by IP.Note: this field may return
null
, indicating that no valid values can be obtained. - Load
Balancer stringType - CLB instance network type:Public: public network; Private: private network.Note: this field may return null, indicating that no valid values can be obtained.
- Location
Id string - Forwarding rule ID.Note: this field may return null, indicating that no valid values can be obtained.
- Network
Attributes []GetClb Instance Detail Load Balancer Detail Set Network Attribute - CLB instance network attribute.Note: this field may return null, indicating that no valid values can be obtained.
- Port float64
- Listener port.Note: this field may return null, indicating that no valid values can be obtained.
- Prepaid
Attributes []GetClb Instance Detail Load Balancer Detail Set Prepaid Attribute - Pay-as-you-go attribute of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- Project
Id float64 - ID of the project to which the CLB instance belongs. 0: default project.Note: this field may return null, indicating that no valid values can be obtained.
- Protocol string
- Listener protocol.Note: this field may return null, indicating that no valid values can be obtained.
- Security
Groups []string - List of the security groups bound to the CLB instance.Note: this field may return
null
, indicating that no valid values can be obtained. - Slave
Zones []string - The secondary zone of multi-AZ CLB instanceNote: This field may return
null
, indicating that no valid values can be obtained. - Sni
Switch float64 - Whether SNI is enabled. This parameter is only meaningful for HTTPS listeners.Note: This field may return
null
, indicating that no valid values can be obtained. - Status float64
- CLB instance status, including:0: creating; 1: running.Note: this field may return null, indicating that no valid values can be obtained.
- []Get
Clb Instance Detail Load Balancer Detail Set Tag - CLB instance tag information.Note: this field may return null, indicating that no valid values can be obtained.
- Target
Address string - Address of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- Target
Health string - Health status of the target real server.Note: this field may return
null
, indicating that no valid values can be obtained. - Target
Id string - ID of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- Target
Port float64 - Listening port of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- Target
Weight float64 - Forwarding weight of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- Url string
- Forwarding rule path.Note: this field may return null, indicating that no valid values can be obtained.
- Vpc
Id string - ID of the VPC instance to which the CLB instance belongs.Note: this field may return null, indicating that no valid values can be obtained.
- Zone string
- Availability zone where the CLB instance resides.Note: this field may return null, indicating that no valid values can be obtained.
- Zones []string
- The AZ of private CLB instance. This is only available for beta users.Note: This field may return
null
, indicating that no valid values can be obtained.
- address String
- CLB instance VIP.Note: this field may return null, indicating that no valid values can be obtained.
- address
Ip StringVersion - IP version of the CLB instance. Valid values: IPv4, IPv6.Note: this field may return null, indicating that no valid values can be obtained.
- address
Ipv6 String - IPv6 VIP address of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- address
Isp String - ISP to which the CLB IP address belongs.Note: this field may return null, indicating that no valid values can be obtained.
- charge
Type String - CLB instance billing mode.Note: this field may return null, indicating that no valid values can be obtained.
- config
Id String - Custom configuration IDs of CLB instances. Multiple IDs must be separated by commas (,).Note: This field may return null, indicating that no valid values can be obtained.
- create
Time String - CLB instance creation time.Note: this field may return null, indicating that no valid values can be obtained.
- domain String
- Domain name of the forwarding rule.Note: this field may return null, indicating that no valid values can be obtained.
- domains String
- List o domain names associated with the forwarding ruleNote: This field may return
null
, indicating that no valid values can be obtained. - extra
Infos List<GetClb Instance Detail Load Balancer Detail Set Extra Info> - Reserved field, which can be ignored generally.Note: this field may return null, indicating that no valid values can be obtained.
- ipv6Mode String
- IPv6 address type of the CLB instance. Valid values: IPv6Nat64, IPv6FullChain.Note: this field may return null, indicating that no valid values can be obtained.
- isolation Double
- 0: not isolated; 1: isolated.Note: this field may return null, indicating that no valid values can be obtained.
- listener
Id String - CLB listener ID.Note: this field may return null, indicating that no valid values can be obtained.
- load
Balancer StringDomain - Domain name of the CLB instance.Note: This field may return null, indicating that no valid values can be obtained.
- load
Balancer StringId - CLB instance ID.
- load
Balancer StringName - CLB instance name.
- load
Balancer DoublePass To Target - Whether the CLB instance is billed by IP.Note: this field may return
null
, indicating that no valid values can be obtained. - load
Balancer StringType - CLB instance network type:Public: public network; Private: private network.Note: this field may return null, indicating that no valid values can be obtained.
- location
Id String - Forwarding rule ID.Note: this field may return null, indicating that no valid values can be obtained.
- network
Attributes List<GetClb Instance Detail Load Balancer Detail Set Network Attribute> - CLB instance network attribute.Note: this field may return null, indicating that no valid values can be obtained.
- port Double
- Listener port.Note: this field may return null, indicating that no valid values can be obtained.
- prepaid
Attributes List<GetClb Instance Detail Load Balancer Detail Set Prepaid Attribute> - Pay-as-you-go attribute of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- project
Id Double - ID of the project to which the CLB instance belongs. 0: default project.Note: this field may return null, indicating that no valid values can be obtained.
- protocol String
- Listener protocol.Note: this field may return null, indicating that no valid values can be obtained.
- security
Groups List<String> - List of the security groups bound to the CLB instance.Note: this field may return
null
, indicating that no valid values can be obtained. - slave
Zones List<String> - The secondary zone of multi-AZ CLB instanceNote: This field may return
null
, indicating that no valid values can be obtained. - sni
Switch Double - Whether SNI is enabled. This parameter is only meaningful for HTTPS listeners.Note: This field may return
null
, indicating that no valid values can be obtained. - status Double
- CLB instance status, including:0: creating; 1: running.Note: this field may return null, indicating that no valid values can be obtained.
- List<Get
Clb Instance Detail Load Balancer Detail Set Tag> - CLB instance tag information.Note: this field may return null, indicating that no valid values can be obtained.
- target
Address String - Address of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target
Health String - Health status of the target real server.Note: this field may return
null
, indicating that no valid values can be obtained. - target
Id String - ID of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target
Port Double - Listening port of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target
Weight Double - Forwarding weight of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- url String
- Forwarding rule path.Note: this field may return null, indicating that no valid values can be obtained.
- vpc
Id String - ID of the VPC instance to which the CLB instance belongs.Note: this field may return null, indicating that no valid values can be obtained.
- zone String
- Availability zone where the CLB instance resides.Note: this field may return null, indicating that no valid values can be obtained.
- zones List<String>
- The AZ of private CLB instance. This is only available for beta users.Note: This field may return
null
, indicating that no valid values can be obtained.
- address string
- CLB instance VIP.Note: this field may return null, indicating that no valid values can be obtained.
- address
Ip stringVersion - IP version of the CLB instance. Valid values: IPv4, IPv6.Note: this field may return null, indicating that no valid values can be obtained.
- address
Ipv6 string - IPv6 VIP address of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- address
Isp string - ISP to which the CLB IP address belongs.Note: this field may return null, indicating that no valid values can be obtained.
- charge
Type string - CLB instance billing mode.Note: this field may return null, indicating that no valid values can be obtained.
- config
Id string - Custom configuration IDs of CLB instances. Multiple IDs must be separated by commas (,).Note: This field may return null, indicating that no valid values can be obtained.
- create
Time string - CLB instance creation time.Note: this field may return null, indicating that no valid values can be obtained.
- domain string
- Domain name of the forwarding rule.Note: this field may return null, indicating that no valid values can be obtained.
- domains string
- List o domain names associated with the forwarding ruleNote: This field may return
null
, indicating that no valid values can be obtained. - extra
Infos GetClb Instance Detail Load Balancer Detail Set Extra Info[] - Reserved field, which can be ignored generally.Note: this field may return null, indicating that no valid values can be obtained.
- ipv6Mode string
- IPv6 address type of the CLB instance. Valid values: IPv6Nat64, IPv6FullChain.Note: this field may return null, indicating that no valid values can be obtained.
- isolation number
- 0: not isolated; 1: isolated.Note: this field may return null, indicating that no valid values can be obtained.
- listener
Id string - CLB listener ID.Note: this field may return null, indicating that no valid values can be obtained.
- load
Balancer stringDomain - Domain name of the CLB instance.Note: This field may return null, indicating that no valid values can be obtained.
- load
Balancer stringId - CLB instance ID.
- load
Balancer stringName - CLB instance name.
- load
Balancer numberPass To Target - Whether the CLB instance is billed by IP.Note: this field may return
null
, indicating that no valid values can be obtained. - load
Balancer stringType - CLB instance network type:Public: public network; Private: private network.Note: this field may return null, indicating that no valid values can be obtained.
- location
Id string - Forwarding rule ID.Note: this field may return null, indicating that no valid values can be obtained.
- network
Attributes GetClb Instance Detail Load Balancer Detail Set Network Attribute[] - CLB instance network attribute.Note: this field may return null, indicating that no valid values can be obtained.
- port number
- Listener port.Note: this field may return null, indicating that no valid values can be obtained.
- prepaid
Attributes GetClb Instance Detail Load Balancer Detail Set Prepaid Attribute[] - Pay-as-you-go attribute of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- project
Id number - ID of the project to which the CLB instance belongs. 0: default project.Note: this field may return null, indicating that no valid values can be obtained.
- protocol string
- Listener protocol.Note: this field may return null, indicating that no valid values can be obtained.
- security
Groups string[] - List of the security groups bound to the CLB instance.Note: this field may return
null
, indicating that no valid values can be obtained. - slave
Zones string[] - The secondary zone of multi-AZ CLB instanceNote: This field may return
null
, indicating that no valid values can be obtained. - sni
Switch number - Whether SNI is enabled. This parameter is only meaningful for HTTPS listeners.Note: This field may return
null
, indicating that no valid values can be obtained. - status number
- CLB instance status, including:0: creating; 1: running.Note: this field may return null, indicating that no valid values can be obtained.
- Get
Clb Instance Detail Load Balancer Detail Set Tag[] - CLB instance tag information.Note: this field may return null, indicating that no valid values can be obtained.
- target
Address string - Address of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target
Health string - Health status of the target real server.Note: this field may return
null
, indicating that no valid values can be obtained. - target
Id string - ID of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target
Port number - Listening port of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target
Weight number - Forwarding weight of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- url string
- Forwarding rule path.Note: this field may return null, indicating that no valid values can be obtained.
- vpc
Id string - ID of the VPC instance to which the CLB instance belongs.Note: this field may return null, indicating that no valid values can be obtained.
- zone string
- Availability zone where the CLB instance resides.Note: this field may return null, indicating that no valid values can be obtained.
- zones string[]
- The AZ of private CLB instance. This is only available for beta users.Note: This field may return
null
, indicating that no valid values can be obtained.
- address str
- CLB instance VIP.Note: this field may return null, indicating that no valid values can be obtained.
- address_
ip_ strversion - IP version of the CLB instance. Valid values: IPv4, IPv6.Note: this field may return null, indicating that no valid values can be obtained.
- address_
ipv6 str - IPv6 VIP address of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- address_
isp str - ISP to which the CLB IP address belongs.Note: this field may return null, indicating that no valid values can be obtained.
- charge_
type str - CLB instance billing mode.Note: this field may return null, indicating that no valid values can be obtained.
- config_
id str - Custom configuration IDs of CLB instances. Multiple IDs must be separated by commas (,).Note: This field may return null, indicating that no valid values can be obtained.
- create_
time str - CLB instance creation time.Note: this field may return null, indicating that no valid values can be obtained.
- domain str
- Domain name of the forwarding rule.Note: this field may return null, indicating that no valid values can be obtained.
- domains str
- List o domain names associated with the forwarding ruleNote: This field may return
null
, indicating that no valid values can be obtained. - extra_
infos Sequence[GetClb Instance Detail Load Balancer Detail Set Extra Info] - Reserved field, which can be ignored generally.Note: this field may return null, indicating that no valid values can be obtained.
- ipv6_
mode str - IPv6 address type of the CLB instance. Valid values: IPv6Nat64, IPv6FullChain.Note: this field may return null, indicating that no valid values can be obtained.
- isolation float
- 0: not isolated; 1: isolated.Note: this field may return null, indicating that no valid values can be obtained.
- listener_
id str - CLB listener ID.Note: this field may return null, indicating that no valid values can be obtained.
- load_
balancer_ strdomain - Domain name of the CLB instance.Note: This field may return null, indicating that no valid values can be obtained.
- load_
balancer_ strid - CLB instance ID.
- load_
balancer_ strname - CLB instance name.
- load_
balancer_ floatpass_ to_ target - Whether the CLB instance is billed by IP.Note: this field may return
null
, indicating that no valid values can be obtained. - load_
balancer_ strtype - CLB instance network type:Public: public network; Private: private network.Note: this field may return null, indicating that no valid values can be obtained.
- location_
id str - Forwarding rule ID.Note: this field may return null, indicating that no valid values can be obtained.
- network_
attributes Sequence[GetClb Instance Detail Load Balancer Detail Set Network Attribute] - CLB instance network attribute.Note: this field may return null, indicating that no valid values can be obtained.
- port float
- Listener port.Note: this field may return null, indicating that no valid values can be obtained.
- prepaid_
attributes Sequence[GetClb Instance Detail Load Balancer Detail Set Prepaid Attribute] - Pay-as-you-go attribute of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- project_
id float - ID of the project to which the CLB instance belongs. 0: default project.Note: this field may return null, indicating that no valid values can be obtained.
- protocol str
- Listener protocol.Note: this field may return null, indicating that no valid values can be obtained.
- security_
groups Sequence[str] - List of the security groups bound to the CLB instance.Note: this field may return
null
, indicating that no valid values can be obtained. - slave_
zones Sequence[str] - The secondary zone of multi-AZ CLB instanceNote: This field may return
null
, indicating that no valid values can be obtained. - sni_
switch float - Whether SNI is enabled. This parameter is only meaningful for HTTPS listeners.Note: This field may return
null
, indicating that no valid values can be obtained. - status float
- CLB instance status, including:0: creating; 1: running.Note: this field may return null, indicating that no valid values can be obtained.
- Sequence[Get
Clb Instance Detail Load Balancer Detail Set Tag] - CLB instance tag information.Note: this field may return null, indicating that no valid values can be obtained.
- target_
address str - Address of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target_
health str - Health status of the target real server.Note: this field may return
null
, indicating that no valid values can be obtained. - target_
id str - ID of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target_
port float - Listening port of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target_
weight float - Forwarding weight of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- url str
- Forwarding rule path.Note: this field may return null, indicating that no valid values can be obtained.
- vpc_
id str - ID of the VPC instance to which the CLB instance belongs.Note: this field may return null, indicating that no valid values can be obtained.
- zone str
- Availability zone where the CLB instance resides.Note: this field may return null, indicating that no valid values can be obtained.
- zones Sequence[str]
- The AZ of private CLB instance. This is only available for beta users.Note: This field may return
null
, indicating that no valid values can be obtained.
- address String
- CLB instance VIP.Note: this field may return null, indicating that no valid values can be obtained.
- address
Ip StringVersion - IP version of the CLB instance. Valid values: IPv4, IPv6.Note: this field may return null, indicating that no valid values can be obtained.
- address
Ipv6 String - IPv6 VIP address of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- address
Isp String - ISP to which the CLB IP address belongs.Note: this field may return null, indicating that no valid values can be obtained.
- charge
Type String - CLB instance billing mode.Note: this field may return null, indicating that no valid values can be obtained.
- config
Id String - Custom configuration IDs of CLB instances. Multiple IDs must be separated by commas (,).Note: This field may return null, indicating that no valid values can be obtained.
- create
Time String - CLB instance creation time.Note: this field may return null, indicating that no valid values can be obtained.
- domain String
- Domain name of the forwarding rule.Note: this field may return null, indicating that no valid values can be obtained.
- domains String
- List o domain names associated with the forwarding ruleNote: This field may return
null
, indicating that no valid values can be obtained. - extra
Infos List<Property Map> - Reserved field, which can be ignored generally.Note: this field may return null, indicating that no valid values can be obtained.
- ipv6Mode String
- IPv6 address type of the CLB instance. Valid values: IPv6Nat64, IPv6FullChain.Note: this field may return null, indicating that no valid values can be obtained.
- isolation Number
- 0: not isolated; 1: isolated.Note: this field may return null, indicating that no valid values can be obtained.
- listener
Id String - CLB listener ID.Note: this field may return null, indicating that no valid values can be obtained.
- load
Balancer StringDomain - Domain name of the CLB instance.Note: This field may return null, indicating that no valid values can be obtained.
- load
Balancer StringId - CLB instance ID.
- load
Balancer StringName - CLB instance name.
- load
Balancer NumberPass To Target - Whether the CLB instance is billed by IP.Note: this field may return
null
, indicating that no valid values can be obtained. - load
Balancer StringType - CLB instance network type:Public: public network; Private: private network.Note: this field may return null, indicating that no valid values can be obtained.
- location
Id String - Forwarding rule ID.Note: this field may return null, indicating that no valid values can be obtained.
- network
Attributes List<Property Map> - CLB instance network attribute.Note: this field may return null, indicating that no valid values can be obtained.
- port Number
- Listener port.Note: this field may return null, indicating that no valid values can be obtained.
- prepaid
Attributes List<Property Map> - Pay-as-you-go attribute of the CLB instance.Note: this field may return null, indicating that no valid values can be obtained.
- project
Id Number - ID of the project to which the CLB instance belongs. 0: default project.Note: this field may return null, indicating that no valid values can be obtained.
- protocol String
- Listener protocol.Note: this field may return null, indicating that no valid values can be obtained.
- security
Groups List<String> - List of the security groups bound to the CLB instance.Note: this field may return
null
, indicating that no valid values can be obtained. - slave
Zones List<String> - The secondary zone of multi-AZ CLB instanceNote: This field may return
null
, indicating that no valid values can be obtained. - sni
Switch Number - Whether SNI is enabled. This parameter is only meaningful for HTTPS listeners.Note: This field may return
null
, indicating that no valid values can be obtained. - status Number
- CLB instance status, including:0: creating; 1: running.Note: this field may return null, indicating that no valid values can be obtained.
- List<Property Map>
- CLB instance tag information.Note: this field may return null, indicating that no valid values can be obtained.
- target
Address String - Address of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target
Health String - Health status of the target real server.Note: this field may return
null
, indicating that no valid values can be obtained. - target
Id String - ID of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target
Port Number - Listening port of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- target
Weight Number - Forwarding weight of target real servers.Note: this field may return null, indicating that no valid values can be obtained.
- url String
- Forwarding rule path.Note: this field may return null, indicating that no valid values can be obtained.
- vpc
Id String - ID of the VPC instance to which the CLB instance belongs.Note: this field may return null, indicating that no valid values can be obtained.
- zone String
- Availability zone where the CLB instance resides.Note: this field may return null, indicating that no valid values can be obtained.
- zones List<String>
- The AZ of private CLB instance. This is only available for beta users.Note: This field may return
null
, indicating that no valid values can be obtained.
GetClbInstanceDetailLoadBalancerDetailSetExtraInfo
- Tgw
Group stringName - TgwGroup nameNote: This field may return null, indicating that no valid values can be obtained.
- Zhi
Tong bool - Whether to enable VIP direct connectionNote: This field may return null, indicating that no valid values can be obtained.
- Tgw
Group stringName - TgwGroup nameNote: This field may return null, indicating that no valid values can be obtained.
- Zhi
Tong bool - Whether to enable VIP direct connectionNote: This field may return null, indicating that no valid values can be obtained.
- tgw
Group StringName - TgwGroup nameNote: This field may return null, indicating that no valid values can be obtained.
- zhi
Tong Boolean - Whether to enable VIP direct connectionNote: This field may return null, indicating that no valid values can be obtained.
- tgw
Group stringName - TgwGroup nameNote: This field may return null, indicating that no valid values can be obtained.
- zhi
Tong boolean - Whether to enable VIP direct connectionNote: This field may return null, indicating that no valid values can be obtained.
- tgw_
group_ strname - TgwGroup nameNote: This field may return null, indicating that no valid values can be obtained.
- zhi_
tong bool - Whether to enable VIP direct connectionNote: This field may return null, indicating that no valid values can be obtained.
- tgw
Group StringName - TgwGroup nameNote: This field may return null, indicating that no valid values can be obtained.
- zhi
Tong Boolean - Whether to enable VIP direct connectionNote: This field may return null, indicating that no valid values can be obtained.
GetClbInstanceDetailLoadBalancerDetailSetNetworkAttribute
- Bandwidth
Pkg stringSub Type - Bandwidth package type, such as SINGLEISPNote: This field may return null, indicating that no valid values can be obtained.
- Internet
Charge stringType - TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth;BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
- Internet
Max doubleBandwidth Out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- Bandwidth
Pkg stringSub Type - Bandwidth package type, such as SINGLEISPNote: This field may return null, indicating that no valid values can be obtained.
- Internet
Charge stringType - TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth;BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
- Internet
Max float64Bandwidth Out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- bandwidth
Pkg StringSub Type - Bandwidth package type, such as SINGLEISPNote: This field may return null, indicating that no valid values can be obtained.
- internet
Charge StringType - TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth;BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
- internet
Max DoubleBandwidth Out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- bandwidth
Pkg stringSub Type - Bandwidth package type, such as SINGLEISPNote: This field may return null, indicating that no valid values can be obtained.
- internet
Charge stringType - TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth;BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
- internet
Max numberBandwidth Out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- bandwidth_
pkg_ strsub_ type - Bandwidth package type, such as SINGLEISPNote: This field may return null, indicating that no valid values can be obtained.
- internet_
charge_ strtype - TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth;BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
- internet_
max_ floatbandwidth_ out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
- bandwidth
Pkg StringSub Type - Bandwidth package type, such as SINGLEISPNote: This field may return null, indicating that no valid values can be obtained.
- internet
Charge StringType - TRAFFIC_POSTPAID_BY_HOUR: hourly pay-as-you-go by traffic; BANDWIDTH_POSTPAID_BY_HOUR: hourly pay-as-you-go by bandwidth;BANDWIDTH_PACKAGE: billed by bandwidth package (currently, this method is supported only if the ISP is specified).
- internet
Max NumberBandwidth Out - Maximum outbound bandwidth in Mbps, which applies only to public network CLB. Value range: 0-65,535. Default value: 10.
GetClbInstanceDetailLoadBalancerDetailSetPrepaidAttribute
- Period double
- Cycle, indicating the number of months (reserved field)Note: This field may return null, indicating that no valid values can be obtained.
- Renew
Flag string - Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewalNote: This field may return null, indicating that no valid values can be obtained.
- Period float64
- Cycle, indicating the number of months (reserved field)Note: This field may return null, indicating that no valid values can be obtained.
- Renew
Flag string - Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewalNote: This field may return null, indicating that no valid values can be obtained.
- period Double
- Cycle, indicating the number of months (reserved field)Note: This field may return null, indicating that no valid values can be obtained.
- renew
Flag String - Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewalNote: This field may return null, indicating that no valid values can be obtained.
- period number
- Cycle, indicating the number of months (reserved field)Note: This field may return null, indicating that no valid values can be obtained.
- renew
Flag string - Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewalNote: This field may return null, indicating that no valid values can be obtained.
- period float
- Cycle, indicating the number of months (reserved field)Note: This field may return null, indicating that no valid values can be obtained.
- renew_
flag str - Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewalNote: This field may return null, indicating that no valid values can be obtained.
- period Number
- Cycle, indicating the number of months (reserved field)Note: This field may return null, indicating that no valid values can be obtained.
- renew
Flag String - Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewalNote: This field may return null, indicating that no valid values can be obtained.
GetClbInstanceDetailLoadBalancerDetailSetTag
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack