1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. HaVipInstanceAttachment
tencentcloud 1.82.23 published on Monday, Sep 15, 2025 by tencentcloudstack

tencentcloud.HaVipInstanceAttachment

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.82.23 published on Monday, Sep 15, 2025 by tencentcloudstack

    Provides a resource to create a vpc ha_vip_instance_attachment

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const haVipInstanceAttachment = new tencentcloud.HaVipInstanceAttachment("haVipInstanceAttachment", {
        haVipId: "havip-xxxxxx",
        instanceId: "eni-xxxxxx",
        instanceType: "ENI",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    ha_vip_instance_attachment = tencentcloud.HaVipInstanceAttachment("haVipInstanceAttachment",
        ha_vip_id="havip-xxxxxx",
        instance_id="eni-xxxxxx",
        instance_type="ENI")
    
    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.NewHaVipInstanceAttachment(ctx, "haVipInstanceAttachment", &tencentcloud.HaVipInstanceAttachmentArgs{
    			HaVipId:      pulumi.String("havip-xxxxxx"),
    			InstanceId:   pulumi.String("eni-xxxxxx"),
    			InstanceType: pulumi.String("ENI"),
    		})
    		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 haVipInstanceAttachment = new Tencentcloud.HaVipInstanceAttachment("haVipInstanceAttachment", new()
        {
            HaVipId = "havip-xxxxxx",
            InstanceId = "eni-xxxxxx",
            InstanceType = "ENI",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.HaVipInstanceAttachment;
    import com.pulumi.tencentcloud.HaVipInstanceAttachmentArgs;
    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 haVipInstanceAttachment = new HaVipInstanceAttachment("haVipInstanceAttachment", HaVipInstanceAttachmentArgs.builder()
                .haVipId("havip-xxxxxx")
                .instanceId("eni-xxxxxx")
                .instanceType("ENI")
                .build());
    
        }
    }
    
    resources:
      haVipInstanceAttachment:
        type: tencentcloud:HaVipInstanceAttachment
        properties:
          haVipId: havip-xxxxxx
          instanceId: eni-xxxxxx
          instanceType: ENI
    

    Create HaVipInstanceAttachment Resource

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

    Constructor syntax

    new HaVipInstanceAttachment(name: string, args: HaVipInstanceAttachmentArgs, opts?: CustomResourceOptions);
    @overload
    def HaVipInstanceAttachment(resource_name: str,
                                args: HaVipInstanceAttachmentArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def HaVipInstanceAttachment(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                instance_id: Optional[str] = None,
                                ha_vip_id: Optional[str] = None,
                                ha_vip_instance_attachment_id: Optional[str] = None,
                                instance_type: Optional[str] = None)
    func NewHaVipInstanceAttachment(ctx *Context, name string, args HaVipInstanceAttachmentArgs, opts ...ResourceOption) (*HaVipInstanceAttachment, error)
    public HaVipInstanceAttachment(string name, HaVipInstanceAttachmentArgs args, CustomResourceOptions? opts = null)
    public HaVipInstanceAttachment(String name, HaVipInstanceAttachmentArgs args)
    public HaVipInstanceAttachment(String name, HaVipInstanceAttachmentArgs args, CustomResourceOptions options)
    
    type: tencentcloud:HaVipInstanceAttachment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

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

    HaVipInstanceAttachment 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 HaVipInstanceAttachment resource accepts the following input properties:

    InstanceId string
    The unique ID of the slave machine or network card to which HaVip is bound.
    HaVipId string
    Unique ID of the HaVip instance.
    HaVipInstanceAttachmentId string
    ID of the resource.
    InstanceType string
    The type of HaVip binding. Values:CVM, ENI.
    InstanceId string
    The unique ID of the slave machine or network card to which HaVip is bound.
    HaVipId string
    Unique ID of the HaVip instance.
    HaVipInstanceAttachmentId string
    ID of the resource.
    InstanceType string
    The type of HaVip binding. Values:CVM, ENI.
    instanceId String
    The unique ID of the slave machine or network card to which HaVip is bound.
    haVipId String
    Unique ID of the HaVip instance.
    haVipInstanceAttachmentId String
    ID of the resource.
    instanceType String
    The type of HaVip binding. Values:CVM, ENI.
    instanceId string
    The unique ID of the slave machine or network card to which HaVip is bound.
    haVipId string
    Unique ID of the HaVip instance.
    haVipInstanceAttachmentId string
    ID of the resource.
    instanceType string
    The type of HaVip binding. Values:CVM, ENI.
    instance_id str
    The unique ID of the slave machine or network card to which HaVip is bound.
    ha_vip_id str
    Unique ID of the HaVip instance.
    ha_vip_instance_attachment_id str
    ID of the resource.
    instance_type str
    The type of HaVip binding. Values:CVM, ENI.
    instanceId String
    The unique ID of the slave machine or network card to which HaVip is bound.
    haVipId String
    Unique ID of the HaVip instance.
    haVipInstanceAttachmentId String
    ID of the resource.
    instanceType String
    The type of HaVip binding. Values:CVM, ENI.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the HaVipInstanceAttachment 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 HaVipInstanceAttachment Resource

    Get an existing HaVipInstanceAttachment 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?: HaVipInstanceAttachmentState, opts?: CustomResourceOptions): HaVipInstanceAttachment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            ha_vip_id: Optional[str] = None,
            ha_vip_instance_attachment_id: Optional[str] = None,
            instance_id: Optional[str] = None,
            instance_type: Optional[str] = None) -> HaVipInstanceAttachment
    func GetHaVipInstanceAttachment(ctx *Context, name string, id IDInput, state *HaVipInstanceAttachmentState, opts ...ResourceOption) (*HaVipInstanceAttachment, error)
    public static HaVipInstanceAttachment Get(string name, Input<string> id, HaVipInstanceAttachmentState? state, CustomResourceOptions? opts = null)
    public static HaVipInstanceAttachment get(String name, Output<String> id, HaVipInstanceAttachmentState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:HaVipInstanceAttachment    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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:
    HaVipId string
    Unique ID of the HaVip instance.
    HaVipInstanceAttachmentId string
    ID of the resource.
    InstanceId string
    The unique ID of the slave machine or network card to which HaVip is bound.
    InstanceType string
    The type of HaVip binding. Values:CVM, ENI.
    HaVipId string
    Unique ID of the HaVip instance.
    HaVipInstanceAttachmentId string
    ID of the resource.
    InstanceId string
    The unique ID of the slave machine or network card to which HaVip is bound.
    InstanceType string
    The type of HaVip binding. Values:CVM, ENI.
    haVipId String
    Unique ID of the HaVip instance.
    haVipInstanceAttachmentId String
    ID of the resource.
    instanceId String
    The unique ID of the slave machine or network card to which HaVip is bound.
    instanceType String
    The type of HaVip binding. Values:CVM, ENI.
    haVipId string
    Unique ID of the HaVip instance.
    haVipInstanceAttachmentId string
    ID of the resource.
    instanceId string
    The unique ID of the slave machine or network card to which HaVip is bound.
    instanceType string
    The type of HaVip binding. Values:CVM, ENI.
    ha_vip_id str
    Unique ID of the HaVip instance.
    ha_vip_instance_attachment_id str
    ID of the resource.
    instance_id str
    The unique ID of the slave machine or network card to which HaVip is bound.
    instance_type str
    The type of HaVip binding. Values:CVM, ENI.
    haVipId String
    Unique ID of the HaVip instance.
    haVipInstanceAttachmentId String
    ID of the resource.
    instanceId String
    The unique ID of the slave machine or network card to which HaVip is bound.
    instanceType String
    The type of HaVip binding. Values:CVM, ENI.

    Import

    vpc ha_vip_instance_attachment can be imported using the id(${haVipId}#${instanceType}#${instanceId}), e.g.

    $ pulumi import tencentcloud:index/haVipInstanceAttachment:HaVipInstanceAttachment ha_vip_instance_attachment ha_vip_instance_attachment_id
    

    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.
    tencentcloud logo
    tencentcloud 1.82.23 published on Monday, Sep 15, 2025 by tencentcloudstack