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

tencentcloud.ClbInstanceMixIpTargetConfig

Explore with Pulumi AI

Provides a resource to create a clb instance_mix_ip_target_config

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";

const instanceMixIpTargetConfig = new tencentcloud.ClbInstanceMixIpTargetConfig("instanceMixIpTargetConfig", {
    loadBalancerId: "lb-5dnrkgry",
    mixIpTarget: false,
});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

instance_mix_ip_target_config = tencentcloud.ClbInstanceMixIpTargetConfig("instanceMixIpTargetConfig",
    load_balancer_id="lb-5dnrkgry",
    mix_ip_target=False)
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := tencentcloud.NewClbInstanceMixIpTargetConfig(ctx, "instanceMixIpTargetConfig", &tencentcloud.ClbInstanceMixIpTargetConfigArgs{
			LoadBalancerId: pulumi.String("lb-5dnrkgry"),
			MixIpTarget:    pulumi.Bool(false),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;

return await Deployment.RunAsync(() => 
{
    var instanceMixIpTargetConfig = new Tencentcloud.ClbInstanceMixIpTargetConfig("instanceMixIpTargetConfig", new()
    {
        LoadBalancerId = "lb-5dnrkgry",
        MixIpTarget = false,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.ClbInstanceMixIpTargetConfig;
import com.pulumi.tencentcloud.ClbInstanceMixIpTargetConfigArgs;
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) {
        var instanceMixIpTargetConfig = new ClbInstanceMixIpTargetConfig("instanceMixIpTargetConfig", ClbInstanceMixIpTargetConfigArgs.builder()
            .loadBalancerId("lb-5dnrkgry")
            .mixIpTarget(false)
            .build());

    }
}
Copy
resources:
  instanceMixIpTargetConfig:
    type: tencentcloud:ClbInstanceMixIpTargetConfig
    properties:
      loadBalancerId: lb-5dnrkgry
      mixIpTarget: false
Copy

Create ClbInstanceMixIpTargetConfig Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ClbInstanceMixIpTargetConfig(name: string, args: ClbInstanceMixIpTargetConfigArgs, opts?: CustomResourceOptions);
@overload
def ClbInstanceMixIpTargetConfig(resource_name: str,
                                 args: ClbInstanceMixIpTargetConfigArgs,
                                 opts: Optional[ResourceOptions] = None)

@overload
def ClbInstanceMixIpTargetConfig(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 load_balancer_id: Optional[str] = None,
                                 mix_ip_target: Optional[bool] = None,
                                 clb_instance_mix_ip_target_config_id: Optional[str] = None)
func NewClbInstanceMixIpTargetConfig(ctx *Context, name string, args ClbInstanceMixIpTargetConfigArgs, opts ...ResourceOption) (*ClbInstanceMixIpTargetConfig, error)
public ClbInstanceMixIpTargetConfig(string name, ClbInstanceMixIpTargetConfigArgs args, CustomResourceOptions? opts = null)
public ClbInstanceMixIpTargetConfig(String name, ClbInstanceMixIpTargetConfigArgs args)
public ClbInstanceMixIpTargetConfig(String name, ClbInstanceMixIpTargetConfigArgs args, CustomResourceOptions options)
type: tencentcloud:ClbInstanceMixIpTargetConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ClbInstanceMixIpTargetConfigArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ClbInstanceMixIpTargetConfigArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ClbInstanceMixIpTargetConfigArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ClbInstanceMixIpTargetConfigArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ClbInstanceMixIpTargetConfigArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ClbInstanceMixIpTargetConfig Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ClbInstanceMixIpTargetConfig resource accepts the following input properties:

LoadBalancerId This property is required. string
ID of CLB instances to be queried.
MixIpTarget This property is required. bool
False: closed True:open.
ClbInstanceMixIpTargetConfigId string
ID of the resource.
LoadBalancerId This property is required. string
ID of CLB instances to be queried.
MixIpTarget This property is required. bool
False: closed True:open.
ClbInstanceMixIpTargetConfigId string
ID of the resource.
loadBalancerId This property is required. String
ID of CLB instances to be queried.
mixIpTarget This property is required. Boolean
False: closed True:open.
clbInstanceMixIpTargetConfigId String
ID of the resource.
loadBalancerId This property is required. string
ID of CLB instances to be queried.
mixIpTarget This property is required. boolean
False: closed True:open.
clbInstanceMixIpTargetConfigId string
ID of the resource.
load_balancer_id This property is required. str
ID of CLB instances to be queried.
mix_ip_target This property is required. bool
False: closed True:open.
clb_instance_mix_ip_target_config_id str
ID of the resource.
loadBalancerId This property is required. String
ID of CLB instances to be queried.
mixIpTarget This property is required. Boolean
False: closed True:open.
clbInstanceMixIpTargetConfigId String
ID of the resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the ClbInstanceMixIpTargetConfig resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing ClbInstanceMixIpTargetConfig Resource

Get an existing ClbInstanceMixIpTargetConfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ClbInstanceMixIpTargetConfigState, opts?: CustomResourceOptions): ClbInstanceMixIpTargetConfig
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        clb_instance_mix_ip_target_config_id: Optional[str] = None,
        load_balancer_id: Optional[str] = None,
        mix_ip_target: Optional[bool] = None) -> ClbInstanceMixIpTargetConfig
func GetClbInstanceMixIpTargetConfig(ctx *Context, name string, id IDInput, state *ClbInstanceMixIpTargetConfigState, opts ...ResourceOption) (*ClbInstanceMixIpTargetConfig, error)
public static ClbInstanceMixIpTargetConfig Get(string name, Input<string> id, ClbInstanceMixIpTargetConfigState? state, CustomResourceOptions? opts = null)
public static ClbInstanceMixIpTargetConfig get(String name, Output<String> id, ClbInstanceMixIpTargetConfigState state, CustomResourceOptions options)
resources:  _:    type: tencentcloud:ClbInstanceMixIpTargetConfig    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
ClbInstanceMixIpTargetConfigId string
ID of the resource.
LoadBalancerId string
ID of CLB instances to be queried.
MixIpTarget bool
False: closed True:open.
ClbInstanceMixIpTargetConfigId string
ID of the resource.
LoadBalancerId string
ID of CLB instances to be queried.
MixIpTarget bool
False: closed True:open.
clbInstanceMixIpTargetConfigId String
ID of the resource.
loadBalancerId String
ID of CLB instances to be queried.
mixIpTarget Boolean
False: closed True:open.
clbInstanceMixIpTargetConfigId string
ID of the resource.
loadBalancerId string
ID of CLB instances to be queried.
mixIpTarget boolean
False: closed True:open.
clb_instance_mix_ip_target_config_id str
ID of the resource.
load_balancer_id str
ID of CLB instances to be queried.
mix_ip_target bool
False: closed True:open.
clbInstanceMixIpTargetConfigId String
ID of the resource.
loadBalancerId String
ID of CLB instances to be queried.
mixIpTarget Boolean
False: closed True:open.

Import

clb instance_mix_ip_target_config can be imported using the id, e.g.

$ pulumi import tencentcloud:index/clbInstanceMixIpTargetConfig:ClbInstanceMixIpTargetConfig instance_mix_ip_target_config instance_id
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
tencentcloud tencentcloudstack/terraform-provider-tencentcloud
License
Notes
This Pulumi package is based on the tencentcloud Terraform Provider.