nsxt.LbFastTcpApplicationProfile
Explore with Pulumi AI
Create LbFastTcpApplicationProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LbFastTcpApplicationProfile(name: string, args?: LbFastTcpApplicationProfileArgs, opts?: CustomResourceOptions);
@overload
def LbFastTcpApplicationProfile(resource_name: str,
args: Optional[LbFastTcpApplicationProfileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def LbFastTcpApplicationProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
close_timeout: Optional[float] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
ha_flow_mirroring: Optional[bool] = None,
idle_timeout: Optional[float] = None,
lb_fast_tcp_application_profile_id: Optional[str] = None,
tags: Optional[Sequence[LbFastTcpApplicationProfileTagArgs]] = None)
func NewLbFastTcpApplicationProfile(ctx *Context, name string, args *LbFastTcpApplicationProfileArgs, opts ...ResourceOption) (*LbFastTcpApplicationProfile, error)
public LbFastTcpApplicationProfile(string name, LbFastTcpApplicationProfileArgs? args = null, CustomResourceOptions? opts = null)
public LbFastTcpApplicationProfile(String name, LbFastTcpApplicationProfileArgs args)
public LbFastTcpApplicationProfile(String name, LbFastTcpApplicationProfileArgs args, CustomResourceOptions options)
type: nsxt:LbFastTcpApplicationProfile
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 LbFastTcpApplicationProfileArgs
- 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 LbFastTcpApplicationProfileArgs
- 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 LbFastTcpApplicationProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LbFastTcpApplicationProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LbFastTcpApplicationProfileArgs
- 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 lbFastTcpApplicationProfileResource = new Nsxt.LbFastTcpApplicationProfile("lbFastTcpApplicationProfileResource", new()
{
CloseTimeout = 0,
Description = "string",
DisplayName = "string",
HaFlowMirroring = false,
IdleTimeout = 0,
LbFastTcpApplicationProfileId = "string",
Tags = new[]
{
new Nsxt.Inputs.LbFastTcpApplicationProfileTagArgs
{
Scope = "string",
Tag = "string",
},
},
});
example, err := nsxt.NewLbFastTcpApplicationProfile(ctx, "lbFastTcpApplicationProfileResource", &nsxt.LbFastTcpApplicationProfileArgs{
CloseTimeout: pulumi.Float64(0),
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
HaFlowMirroring: pulumi.Bool(false),
IdleTimeout: pulumi.Float64(0),
LbFastTcpApplicationProfileId: pulumi.String("string"),
Tags: nsxt.LbFastTcpApplicationProfileTagArray{
&nsxt.LbFastTcpApplicationProfileTagArgs{
Scope: pulumi.String("string"),
Tag: pulumi.String("string"),
},
},
})
var lbFastTcpApplicationProfileResource = new LbFastTcpApplicationProfile("lbFastTcpApplicationProfileResource", LbFastTcpApplicationProfileArgs.builder()
.closeTimeout(0)
.description("string")
.displayName("string")
.haFlowMirroring(false)
.idleTimeout(0)
.lbFastTcpApplicationProfileId("string")
.tags(LbFastTcpApplicationProfileTagArgs.builder()
.scope("string")
.tag("string")
.build())
.build());
lb_fast_tcp_application_profile_resource = nsxt.LbFastTcpApplicationProfile("lbFastTcpApplicationProfileResource",
close_timeout=0,
description="string",
display_name="string",
ha_flow_mirroring=False,
idle_timeout=0,
lb_fast_tcp_application_profile_id="string",
tags=[{
"scope": "string",
"tag": "string",
}])
const lbFastTcpApplicationProfileResource = new nsxt.LbFastTcpApplicationProfile("lbFastTcpApplicationProfileResource", {
closeTimeout: 0,
description: "string",
displayName: "string",
haFlowMirroring: false,
idleTimeout: 0,
lbFastTcpApplicationProfileId: "string",
tags: [{
scope: "string",
tag: "string",
}],
});
type: nsxt:LbFastTcpApplicationProfile
properties:
closeTimeout: 0
description: string
displayName: string
haFlowMirroring: false
idleTimeout: 0
lbFastTcpApplicationProfileId: string
tags:
- scope: string
tag: string
LbFastTcpApplicationProfile 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 LbFastTcpApplicationProfile resource accepts the following input properties:
- Close
Timeout double - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- Description string
- Description of this resource.
- Display
Name string - The display name of this resource. Defaults to ID if not set.
- Ha
Flow boolMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- Idle
Timeout double - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- Lb
Fast stringTcp Application Profile Id - ID of the lb fast tcp profile.
- List<Lb
Fast Tcp Application Profile Tag> - A list of scope + tag pairs to associate with this lb fast tcp profile.
- Close
Timeout float64 - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- Description string
- Description of this resource.
- Display
Name string - The display name of this resource. Defaults to ID if not set.
- Ha
Flow boolMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- Idle
Timeout float64 - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- Lb
Fast stringTcp Application Profile Id - ID of the lb fast tcp profile.
- []Lb
Fast Tcp Application Profile Tag Args - A list of scope + tag pairs to associate with this lb fast tcp profile.
- close
Timeout Double - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- description String
- Description of this resource.
- display
Name String - The display name of this resource. Defaults to ID if not set.
- ha
Flow BooleanMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- idle
Timeout Double - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- lb
Fast StringTcp Application Profile Id - ID of the lb fast tcp profile.
- List<Lb
Fast Tcp Application Profile Tag> - A list of scope + tag pairs to associate with this lb fast tcp profile.
- close
Timeout number - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- description string
- Description of this resource.
- display
Name string - The display name of this resource. Defaults to ID if not set.
- ha
Flow booleanMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- idle
Timeout number - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- lb
Fast stringTcp Application Profile Id - ID of the lb fast tcp profile.
- Lb
Fast Tcp Application Profile Tag[] - A list of scope + tag pairs to associate with this lb fast tcp profile.
- close_
timeout float - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- description str
- Description of this resource.
- display_
name str - The display name of this resource. Defaults to ID if not set.
- ha_
flow_ boolmirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- idle_
timeout float - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- lb_
fast_ strtcp_ application_ profile_ id - ID of the lb fast tcp profile.
- Sequence[Lb
Fast Tcp Application Profile Tag Args] - A list of scope + tag pairs to associate with this lb fast tcp profile.
- close
Timeout Number - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- description String
- Description of this resource.
- display
Name String - The display name of this resource. Defaults to ID if not set.
- ha
Flow BooleanMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- idle
Timeout Number - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- lb
Fast StringTcp Application Profile Id - ID of the lb fast tcp profile.
- List<Property Map>
- A list of scope + tag pairs to associate with this lb fast tcp profile.
Outputs
All input properties are implicitly available as output properties. Additionally, the LbFastTcpApplicationProfile resource produces the following output properties:
Look up Existing LbFastTcpApplicationProfile Resource
Get an existing LbFastTcpApplicationProfile 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?: LbFastTcpApplicationProfileState, opts?: CustomResourceOptions): LbFastTcpApplicationProfile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
close_timeout: Optional[float] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
ha_flow_mirroring: Optional[bool] = None,
idle_timeout: Optional[float] = None,
lb_fast_tcp_application_profile_id: Optional[str] = None,
revision: Optional[float] = None,
tags: Optional[Sequence[LbFastTcpApplicationProfileTagArgs]] = None) -> LbFastTcpApplicationProfile
func GetLbFastTcpApplicationProfile(ctx *Context, name string, id IDInput, state *LbFastTcpApplicationProfileState, opts ...ResourceOption) (*LbFastTcpApplicationProfile, error)
public static LbFastTcpApplicationProfile Get(string name, Input<string> id, LbFastTcpApplicationProfileState? state, CustomResourceOptions? opts = null)
public static LbFastTcpApplicationProfile get(String name, Output<String> id, LbFastTcpApplicationProfileState state, CustomResourceOptions options)
resources: _: type: nsxt:LbFastTcpApplicationProfile 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.
- Close
Timeout double - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- Description string
- Description of this resource.
- Display
Name string - The display name of this resource. Defaults to ID if not set.
- Ha
Flow boolMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- Idle
Timeout double - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- Lb
Fast stringTcp Application Profile Id - ID of the lb fast tcp profile.
- Revision double
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- List<Lb
Fast Tcp Application Profile Tag> - A list of scope + tag pairs to associate with this lb fast tcp profile.
- Close
Timeout float64 - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- Description string
- Description of this resource.
- Display
Name string - The display name of this resource. Defaults to ID if not set.
- Ha
Flow boolMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- Idle
Timeout float64 - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- Lb
Fast stringTcp Application Profile Id - ID of the lb fast tcp profile.
- Revision float64
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- []Lb
Fast Tcp Application Profile Tag Args - A list of scope + tag pairs to associate with this lb fast tcp profile.
- close
Timeout Double - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- description String
- Description of this resource.
- display
Name String - The display name of this resource. Defaults to ID if not set.
- ha
Flow BooleanMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- idle
Timeout Double - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- lb
Fast StringTcp Application Profile Id - ID of the lb fast tcp profile.
- revision Double
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- List<Lb
Fast Tcp Application Profile Tag> - A list of scope + tag pairs to associate with this lb fast tcp profile.
- close
Timeout number - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- description string
- Description of this resource.
- display
Name string - The display name of this resource. Defaults to ID if not set.
- ha
Flow booleanMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- idle
Timeout number - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- lb
Fast stringTcp Application Profile Id - ID of the lb fast tcp profile.
- revision number
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- Lb
Fast Tcp Application Profile Tag[] - A list of scope + tag pairs to associate with this lb fast tcp profile.
- close_
timeout float - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- description str
- Description of this resource.
- display_
name str - The display name of this resource. Defaults to ID if not set.
- ha_
flow_ boolmirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- idle_
timeout float - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- lb_
fast_ strtcp_ application_ profile_ id - ID of the lb fast tcp profile.
- revision float
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- Sequence[Lb
Fast Tcp Application Profile Tag Args] - A list of scope + tag pairs to associate with this lb fast tcp profile.
- close
Timeout Number - Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection. Value can range between 1-60, with a default of 8 seconds.
- description String
- Description of this resource.
- display
Name String - The display name of this resource. Defaults to ID if not set.
- ha
Flow BooleanMirroring - A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node. By default this is disabled.
- idle
Timeout Number - Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up. The default value will be 1800 seconds
- lb
Fast StringTcp Application Profile Id - ID of the lb fast tcp profile.
- revision Number
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- List<Property Map>
- A list of scope + tag pairs to associate with this lb fast tcp profile.
Supporting Types
LbFastTcpApplicationProfileTag, LbFastTcpApplicationProfileTagArgs
Package Details
- Repository
- nsxt vmware/terraform-provider-nsxt
- License
- Notes
- This Pulumi package is based on the
nsxt
Terraform Provider.