nsxt.EdgeHighAvailabilityProfile
Explore with Pulumi AI
Create EdgeHighAvailabilityProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EdgeHighAvailabilityProfile(name: string, args: EdgeHighAvailabilityProfileArgs, opts?: CustomResourceOptions);
@overload
def EdgeHighAvailabilityProfile(resource_name: str,
args: EdgeHighAvailabilityProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EdgeHighAvailabilityProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
bfd_allowed_hops: Optional[float] = None,
bfd_declare_dead_multiple: Optional[float] = None,
bfd_probe_interval: Optional[float] = None,
description: Optional[str] = None,
edge_high_availability_profile_id: Optional[str] = None,
standby_relocation_threshold: Optional[float] = None,
tags: Optional[Sequence[EdgeHighAvailabilityProfileTagArgs]] = None)
func NewEdgeHighAvailabilityProfile(ctx *Context, name string, args EdgeHighAvailabilityProfileArgs, opts ...ResourceOption) (*EdgeHighAvailabilityProfile, error)
public EdgeHighAvailabilityProfile(string name, EdgeHighAvailabilityProfileArgs args, CustomResourceOptions? opts = null)
public EdgeHighAvailabilityProfile(String name, EdgeHighAvailabilityProfileArgs args)
public EdgeHighAvailabilityProfile(String name, EdgeHighAvailabilityProfileArgs args, CustomResourceOptions options)
type: nsxt:EdgeHighAvailabilityProfile
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 EdgeHighAvailabilityProfileArgs
- 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 EdgeHighAvailabilityProfileArgs
- 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 EdgeHighAvailabilityProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EdgeHighAvailabilityProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EdgeHighAvailabilityProfileArgs
- 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 edgeHighAvailabilityProfileResource = new Nsxt.EdgeHighAvailabilityProfile("edgeHighAvailabilityProfileResource", new()
{
DisplayName = "string",
BfdAllowedHops = 0,
BfdDeclareDeadMultiple = 0,
BfdProbeInterval = 0,
Description = "string",
EdgeHighAvailabilityProfileId = "string",
StandbyRelocationThreshold = 0,
Tags = new[]
{
new Nsxt.Inputs.EdgeHighAvailabilityProfileTagArgs
{
Scope = "string",
Tag = "string",
},
},
});
example, err := nsxt.NewEdgeHighAvailabilityProfile(ctx, "edgeHighAvailabilityProfileResource", &nsxt.EdgeHighAvailabilityProfileArgs{
DisplayName: pulumi.String("string"),
BfdAllowedHops: pulumi.Float64(0),
BfdDeclareDeadMultiple: pulumi.Float64(0),
BfdProbeInterval: pulumi.Float64(0),
Description: pulumi.String("string"),
EdgeHighAvailabilityProfileId: pulumi.String("string"),
StandbyRelocationThreshold: pulumi.Float64(0),
Tags: nsxt.EdgeHighAvailabilityProfileTagArray{
&nsxt.EdgeHighAvailabilityProfileTagArgs{
Scope: pulumi.String("string"),
Tag: pulumi.String("string"),
},
},
})
var edgeHighAvailabilityProfileResource = new EdgeHighAvailabilityProfile("edgeHighAvailabilityProfileResource", EdgeHighAvailabilityProfileArgs.builder()
.displayName("string")
.bfdAllowedHops(0)
.bfdDeclareDeadMultiple(0)
.bfdProbeInterval(0)
.description("string")
.edgeHighAvailabilityProfileId("string")
.standbyRelocationThreshold(0)
.tags(EdgeHighAvailabilityProfileTagArgs.builder()
.scope("string")
.tag("string")
.build())
.build());
edge_high_availability_profile_resource = nsxt.EdgeHighAvailabilityProfile("edgeHighAvailabilityProfileResource",
display_name="string",
bfd_allowed_hops=0,
bfd_declare_dead_multiple=0,
bfd_probe_interval=0,
description="string",
edge_high_availability_profile_id="string",
standby_relocation_threshold=0,
tags=[{
"scope": "string",
"tag": "string",
}])
const edgeHighAvailabilityProfileResource = new nsxt.EdgeHighAvailabilityProfile("edgeHighAvailabilityProfileResource", {
displayName: "string",
bfdAllowedHops: 0,
bfdDeclareDeadMultiple: 0,
bfdProbeInterval: 0,
description: "string",
edgeHighAvailabilityProfileId: "string",
standbyRelocationThreshold: 0,
tags: [{
scope: "string",
tag: "string",
}],
});
type: nsxt:EdgeHighAvailabilityProfile
properties:
bfdAllowedHops: 0
bfdDeclareDeadMultiple: 0
bfdProbeInterval: 0
description: string
displayName: string
edgeHighAvailabilityProfileId: string
standbyRelocationThreshold: 0
tags:
- scope: string
tag: string
EdgeHighAvailabilityProfile 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 EdgeHighAvailabilityProfile resource accepts the following input properties:
- Display
Name string - Display name of the resource.
- Bfd
Allowed doubleHops - BFD allowed hops.
- Bfd
Declare doubleDead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- Bfd
Probe doubleInterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- Description string
- Description of the resource.
- Edge
High stringAvailability Profile Id - ID of the resource.
- Standby
Relocation doubleThreshold - Standby service context relocation wait time.
- List<Edge
High Availability Profile Tag> - A list of scope + tag pairs to associate with this resource.
- Display
Name string - Display name of the resource.
- Bfd
Allowed float64Hops - BFD allowed hops.
- Bfd
Declare float64Dead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- Bfd
Probe float64Interval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- Description string
- Description of the resource.
- Edge
High stringAvailability Profile Id - ID of the resource.
- Standby
Relocation float64Threshold - Standby service context relocation wait time.
- []Edge
High Availability Profile Tag Args - A list of scope + tag pairs to associate with this resource.
- display
Name String - Display name of the resource.
- bfd
Allowed DoubleHops - BFD allowed hops.
- bfd
Declare DoubleDead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- bfd
Probe DoubleInterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- description String
- Description of the resource.
- edge
High StringAvailability Profile Id - ID of the resource.
- standby
Relocation DoubleThreshold - Standby service context relocation wait time.
- List<Edge
High Availability Profile Tag> - A list of scope + tag pairs to associate with this resource.
- display
Name string - Display name of the resource.
- bfd
Allowed numberHops - BFD allowed hops.
- bfd
Declare numberDead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- bfd
Probe numberInterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- description string
- Description of the resource.
- edge
High stringAvailability Profile Id - ID of the resource.
- standby
Relocation numberThreshold - Standby service context relocation wait time.
- Edge
High Availability Profile Tag[] - A list of scope + tag pairs to associate with this resource.
- display_
name str - Display name of the resource.
- bfd_
allowed_ floathops - BFD allowed hops.
- bfd_
declare_ floatdead_ multiple - Number of times a packet is missed before BFD declares the neighbor down.
- bfd_
probe_ floatinterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- description str
- Description of the resource.
- edge_
high_ stravailability_ profile_ id - ID of the resource.
- standby_
relocation_ floatthreshold - Standby service context relocation wait time.
- Sequence[Edge
High Availability Profile Tag Args] - A list of scope + tag pairs to associate with this resource.
- display
Name String - Display name of the resource.
- bfd
Allowed NumberHops - BFD allowed hops.
- bfd
Declare NumberDead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- bfd
Probe NumberInterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- description String
- Description of the resource.
- edge
High StringAvailability Profile Id - ID of the resource.
- standby
Relocation NumberThreshold - Standby service context relocation wait time.
- List<Property Map>
- A list of scope + tag pairs to associate with this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the EdgeHighAvailabilityProfile resource produces the following output properties:
Look up Existing EdgeHighAvailabilityProfile Resource
Get an existing EdgeHighAvailabilityProfile 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?: EdgeHighAvailabilityProfileState, opts?: CustomResourceOptions): EdgeHighAvailabilityProfile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
bfd_allowed_hops: Optional[float] = None,
bfd_declare_dead_multiple: Optional[float] = None,
bfd_probe_interval: Optional[float] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
edge_high_availability_profile_id: Optional[str] = None,
revision: Optional[float] = None,
standby_relocation_threshold: Optional[float] = None,
tags: Optional[Sequence[EdgeHighAvailabilityProfileTagArgs]] = None) -> EdgeHighAvailabilityProfile
func GetEdgeHighAvailabilityProfile(ctx *Context, name string, id IDInput, state *EdgeHighAvailabilityProfileState, opts ...ResourceOption) (*EdgeHighAvailabilityProfile, error)
public static EdgeHighAvailabilityProfile Get(string name, Input<string> id, EdgeHighAvailabilityProfileState? state, CustomResourceOptions? opts = null)
public static EdgeHighAvailabilityProfile get(String name, Output<String> id, EdgeHighAvailabilityProfileState state, CustomResourceOptions options)
resources: _: type: nsxt:EdgeHighAvailabilityProfile 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.
- Bfd
Allowed doubleHops - BFD allowed hops.
- Bfd
Declare doubleDead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- Bfd
Probe doubleInterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- Description string
- Description of the resource.
- Display
Name string - Display name of the resource.
- Edge
High stringAvailability Profile Id - ID of the resource.
- Revision double
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- Standby
Relocation doubleThreshold - Standby service context relocation wait time.
- List<Edge
High Availability Profile Tag> - A list of scope + tag pairs to associate with this resource.
- Bfd
Allowed float64Hops - BFD allowed hops.
- Bfd
Declare float64Dead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- Bfd
Probe float64Interval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- Description string
- Description of the resource.
- Display
Name string - Display name of the resource.
- Edge
High stringAvailability Profile Id - ID of the resource.
- Revision float64
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- Standby
Relocation float64Threshold - Standby service context relocation wait time.
- []Edge
High Availability Profile Tag Args - A list of scope + tag pairs to associate with this resource.
- bfd
Allowed DoubleHops - BFD allowed hops.
- bfd
Declare DoubleDead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- bfd
Probe DoubleInterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- description String
- Description of the resource.
- display
Name String - Display name of the resource.
- edge
High StringAvailability Profile Id - ID of the resource.
- revision Double
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- standby
Relocation DoubleThreshold - Standby service context relocation wait time.
- List<Edge
High Availability Profile Tag> - A list of scope + tag pairs to associate with this resource.
- bfd
Allowed numberHops - BFD allowed hops.
- bfd
Declare numberDead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- bfd
Probe numberInterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- description string
- Description of the resource.
- display
Name string - Display name of the resource.
- edge
High stringAvailability Profile Id - ID of the resource.
- revision number
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- standby
Relocation numberThreshold - Standby service context relocation wait time.
- Edge
High Availability Profile Tag[] - A list of scope + tag pairs to associate with this resource.
- bfd_
allowed_ floathops - BFD allowed hops.
- bfd_
declare_ floatdead_ multiple - Number of times a packet is missed before BFD declares the neighbor down.
- bfd_
probe_ floatinterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- description str
- Description of the resource.
- display_
name str - Display name of the resource.
- edge_
high_ stravailability_ profile_ id - ID of the resource.
- revision float
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- standby_
relocation_ floatthreshold - Standby service context relocation wait time.
- Sequence[Edge
High Availability Profile Tag Args] - A list of scope + tag pairs to associate with this resource.
- bfd
Allowed NumberHops - BFD allowed hops.
- bfd
Declare NumberDead Multiple - Number of times a packet is missed before BFD declares the neighbor down.
- bfd
Probe NumberInterval - the time interval (in millisecond) between probe packets for heartbeat purpose.
- description String
- Description of the resource.
- display
Name String - Display name of the resource.
- edge
High StringAvailability Profile Id - ID of the resource.
- revision Number
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- standby
Relocation NumberThreshold - Standby service context relocation wait time.
- List<Property Map>
- A list of scope + tag pairs to associate with this resource.
Supporting Types
EdgeHighAvailabilityProfileTag, EdgeHighAvailabilityProfileTagArgs
Package Details
- Repository
- nsxt vmware/terraform-provider-nsxt
- License
- Notes
- This Pulumi package is based on the
nsxt
Terraform Provider.