alicloud.vpc.VbrHa
Explore with Pulumi AI
Provides a VPC Vbr Ha resource.
For information about VPC Vbr Ha and how to use it, see What is Vbr Ha.
NOTE: Available since v1.151.0.
Create VbrHa Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VbrHa(name: string, args: VbrHaArgs, opts?: CustomResourceOptions);
@overload
def VbrHa(resource_name: str,
args: VbrHaArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VbrHa(resource_name: str,
opts: Optional[ResourceOptions] = None,
peer_vbr_id: Optional[str] = None,
vbr_id: Optional[str] = None,
description: Optional[str] = None,
dry_run: Optional[bool] = None,
vbr_ha_name: Optional[str] = None)
func NewVbrHa(ctx *Context, name string, args VbrHaArgs, opts ...ResourceOption) (*VbrHa, error)
public VbrHa(string name, VbrHaArgs args, CustomResourceOptions? opts = null)
type: alicloud:vpc:VbrHa
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 VbrHaArgs
- 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 VbrHaArgs
- 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 VbrHaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VbrHaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VbrHaArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var vbrHaResource = new AliCloud.Vpc.VbrHa("vbrHaResource", new()
{
PeerVbrId = "string",
VbrId = "string",
Description = "string",
DryRun = false,
VbrHaName = "string",
});
example, err := vpc.NewVbrHa(ctx, "vbrHaResource", &vpc.VbrHaArgs{
PeerVbrId: pulumi.String("string"),
VbrId: pulumi.String("string"),
Description: pulumi.String("string"),
DryRun: pulumi.Bool(false),
VbrHaName: pulumi.String("string"),
})
var vbrHaResource = new VbrHa("vbrHaResource", VbrHaArgs.builder()
.peerVbrId("string")
.vbrId("string")
.description("string")
.dryRun(false)
.vbrHaName("string")
.build());
vbr_ha_resource = alicloud.vpc.VbrHa("vbrHaResource",
peer_vbr_id="string",
vbr_id="string",
description="string",
dry_run=False,
vbr_ha_name="string")
const vbrHaResource = new alicloud.vpc.VbrHa("vbrHaResource", {
peerVbrId: "string",
vbrId: "string",
description: "string",
dryRun: false,
vbrHaName: "string",
});
type: alicloud:vpc:VbrHa
properties:
description: string
dryRun: false
peerVbrId: string
vbrHaName: string
vbrId: string
VbrHa Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The VbrHa resource accepts the following input properties:
- Peer
Vbr stringId - The ID of the other VBR in the VBR failover group.
- Vbr
Id string - The ID of the VBR instance.
- Description string
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - Dry
Run bool - The dry run.
- Vbr
Ha stringName - The name of the VBR failover group.
- Peer
Vbr stringId - The ID of the other VBR in the VBR failover group.
- Vbr
Id string - The ID of the VBR instance.
- Description string
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - Dry
Run bool - The dry run.
- Vbr
Ha stringName - The name of the VBR failover group.
- peer
Vbr StringId - The ID of the other VBR in the VBR failover group.
- vbr
Id String - The ID of the VBR instance.
- description String
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - dry
Run Boolean - The dry run.
- vbr
Ha StringName - The name of the VBR failover group.
- peer
Vbr stringId - The ID of the other VBR in the VBR failover group.
- vbr
Id string - The ID of the VBR instance.
- description string
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - dry
Run boolean - The dry run.
- vbr
Ha stringName - The name of the VBR failover group.
- peer_
vbr_ strid - The ID of the other VBR in the VBR failover group.
- vbr_
id str - The ID of the VBR instance.
- description str
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - dry_
run bool - The dry run.
- vbr_
ha_ strname - The name of the VBR failover group.
- peer
Vbr StringId - The ID of the other VBR in the VBR failover group.
- vbr
Id String - The ID of the VBR instance.
- description String
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - dry
Run Boolean - The dry run.
- vbr
Ha StringName - The name of the VBR failover group.
Outputs
All input properties are implicitly available as output properties. Additionally, the VbrHa resource produces the following output properties:
Look up Existing VbrHa Resource
Get an existing VbrHa 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?: VbrHaState, opts?: CustomResourceOptions): VbrHa
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
dry_run: Optional[bool] = None,
peer_vbr_id: Optional[str] = None,
status: Optional[str] = None,
vbr_ha_name: Optional[str] = None,
vbr_id: Optional[str] = None) -> VbrHa
func GetVbrHa(ctx *Context, name string, id IDInput, state *VbrHaState, opts ...ResourceOption) (*VbrHa, error)
public static VbrHa Get(string name, Input<string> id, VbrHaState? state, CustomResourceOptions? opts = null)
public static VbrHa get(String name, Output<String> id, VbrHaState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Description string
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - Dry
Run bool - The dry run.
- Peer
Vbr stringId - The ID of the other VBR in the VBR failover group.
- Status string
- The state of the VBR failover group.
- Vbr
Ha stringName - The name of the VBR failover group.
- Vbr
Id string - The ID of the VBR instance.
- Description string
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - Dry
Run bool - The dry run.
- Peer
Vbr stringId - The ID of the other VBR in the VBR failover group.
- Status string
- The state of the VBR failover group.
- Vbr
Ha stringName - The name of the VBR failover group.
- Vbr
Id string - The ID of the VBR instance.
- description String
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - dry
Run Boolean - The dry run.
- peer
Vbr StringId - The ID of the other VBR in the VBR failover group.
- status String
- The state of the VBR failover group.
- vbr
Ha StringName - The name of the VBR failover group.
- vbr
Id String - The ID of the VBR instance.
- description string
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - dry
Run boolean - The dry run.
- peer
Vbr stringId - The ID of the other VBR in the VBR failover group.
- status string
- The state of the VBR failover group.
- vbr
Ha stringName - The name of the VBR failover group.
- vbr
Id string - The ID of the VBR instance.
- description str
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - dry_
run bool - The dry run.
- peer_
vbr_ strid - The ID of the other VBR in the VBR failover group.
- status str
- The state of the VBR failover group.
- vbr_
ha_ strname - The name of the VBR failover group.
- vbr_
id str - The ID of the VBR instance.
- description String
- The description of the VBR switching group. It must be
2
to256
characters in length and must start with a letter or Chinese, but cannot start withhttps://
orhttps://
. - dry
Run Boolean - The dry run.
- peer
Vbr StringId - The ID of the other VBR in the VBR failover group.
- status String
- The state of the VBR failover group.
- vbr
Ha StringName - The name of the VBR failover group.
- vbr
Id String - The ID of the VBR instance.
Import
VPC Vbr Ha can be imported using the id, e.g.
$ pulumi import alicloud:vpc/vbrHa:VbrHa example <id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.