nsxt.EdgeHighAvailabilityProfile
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.0)
    .bfdDeclareDeadMultiple(0.0)
    .bfdProbeInterval(0.0)
    .description("string")
    .edgeHighAvailabilityProfileId("string")
    .standbyRelocationThreshold(0.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:
- DisplayName string
- Display name of the resource.
- BfdAllowed doubleHops 
- BFD allowed hops.
- BfdDeclare doubleDead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- BfdProbe doubleInterval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- Description string
- Description of the resource.
- EdgeHigh stringAvailability Profile Id 
- ID of the resource.
- StandbyRelocation doubleThreshold 
- Standby service context relocation wait time.
- 
List<EdgeHigh Availability Profile Tag> 
- A list of scope + tag pairs to associate with this resource.
- DisplayName string
- Display name of the resource.
- BfdAllowed float64Hops 
- BFD allowed hops.
- BfdDeclare float64Dead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- BfdProbe float64Interval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- Description string
- Description of the resource.
- EdgeHigh stringAvailability Profile Id 
- ID of the resource.
- StandbyRelocation float64Threshold 
- Standby service context relocation wait time.
- 
[]EdgeHigh Availability Profile Tag Args 
- A list of scope + tag pairs to associate with this resource.
- displayName String
- Display name of the resource.
- bfdAllowed DoubleHops 
- BFD allowed hops.
- bfdDeclare DoubleDead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- bfdProbe DoubleInterval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- description String
- Description of the resource.
- edgeHigh StringAvailability Profile Id 
- ID of the resource.
- standbyRelocation DoubleThreshold 
- Standby service context relocation wait time.
- 
List<EdgeHigh Availability Profile Tag> 
- A list of scope + tag pairs to associate with this resource.
- displayName string
- Display name of the resource.
- bfdAllowed numberHops 
- BFD allowed hops.
- bfdDeclare numberDead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- bfdProbe numberInterval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- description string
- Description of the resource.
- edgeHigh stringAvailability Profile Id 
- ID of the resource.
- standbyRelocation numberThreshold 
- Standby service context relocation wait time.
- 
EdgeHigh 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[EdgeHigh Availability Profile Tag Args] 
- A list of scope + tag pairs to associate with this resource.
- displayName String
- Display name of the resource.
- bfdAllowed NumberHops 
- BFD allowed hops.
- bfdDeclare NumberDead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- bfdProbe NumberInterval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- description String
- Description of the resource.
- edgeHigh StringAvailability Profile Id 
- ID of the resource.
- standbyRelocation 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) -> EdgeHighAvailabilityProfilefunc 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.
- BfdAllowed doubleHops 
- BFD allowed hops.
- BfdDeclare doubleDead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- BfdProbe doubleInterval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- Description string
- Description of the resource.
- DisplayName string
- Display name of the resource.
- EdgeHigh 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.
- StandbyRelocation doubleThreshold 
- Standby service context relocation wait time.
- 
List<EdgeHigh Availability Profile Tag> 
- A list of scope + tag pairs to associate with this resource.
- BfdAllowed float64Hops 
- BFD allowed hops.
- BfdDeclare float64Dead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- BfdProbe float64Interval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- Description string
- Description of the resource.
- DisplayName string
- Display name of the resource.
- EdgeHigh 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.
- StandbyRelocation float64Threshold 
- Standby service context relocation wait time.
- 
[]EdgeHigh Availability Profile Tag Args 
- A list of scope + tag pairs to associate with this resource.
- bfdAllowed DoubleHops 
- BFD allowed hops.
- bfdDeclare DoubleDead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- bfdProbe DoubleInterval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- description String
- Description of the resource.
- displayName String
- Display name of the resource.
- edgeHigh 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.
- standbyRelocation DoubleThreshold 
- Standby service context relocation wait time.
- 
List<EdgeHigh Availability Profile Tag> 
- A list of scope + tag pairs to associate with this resource.
- bfdAllowed numberHops 
- BFD allowed hops.
- bfdDeclare numberDead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- bfdProbe numberInterval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- description string
- Description of the resource.
- displayName string
- Display name of the resource.
- edgeHigh 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.
- standbyRelocation numberThreshold 
- Standby service context relocation wait time.
- 
EdgeHigh 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[EdgeHigh Availability Profile Tag Args] 
- A list of scope + tag pairs to associate with this resource.
- bfdAllowed NumberHops 
- BFD allowed hops.
- bfdDeclare NumberDead Multiple 
- Number of times a packet is missed before BFD declares the neighbor down.
- bfdProbe NumberInterval 
- the time interval (in millisecond) between probe packets for heartbeat purpose.
- description String
- Description of the resource.
- displayName String
- Display name of the resource.
- edgeHigh 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.
- standbyRelocation 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 nsxtTerraform Provider.
