published on Monday, May 18, 2026 by vmware
published on Monday, May 18, 2026 by vmware
Create PolicyTransitGatewayIpsecVpnLocalEndpoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PolicyTransitGatewayIpsecVpnLocalEndpoint(name: string, args: PolicyTransitGatewayIpsecVpnLocalEndpointArgs, opts?: CustomResourceOptions);@overload
def PolicyTransitGatewayIpsecVpnLocalEndpoint(resource_name: str,
args: PolicyTransitGatewayIpsecVpnLocalEndpointArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PolicyTransitGatewayIpsecVpnLocalEndpoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
local_address: Optional[str] = None,
parent_path: Optional[str] = None,
certificate_path: Optional[str] = None,
description: Optional[str] = None,
local_id: Optional[str] = None,
nsx_id: Optional[str] = None,
policy_transit_gateway_ipsec_vpn_local_endpoint_id: Optional[str] = None,
tags: Optional[Sequence[PolicyTransitGatewayIpsecVpnLocalEndpointTagArgs]] = None,
trust_ca_paths: Optional[Sequence[str]] = None,
trust_crl_paths: Optional[Sequence[str]] = None)func NewPolicyTransitGatewayIpsecVpnLocalEndpoint(ctx *Context, name string, args PolicyTransitGatewayIpsecVpnLocalEndpointArgs, opts ...ResourceOption) (*PolicyTransitGatewayIpsecVpnLocalEndpoint, error)public PolicyTransitGatewayIpsecVpnLocalEndpoint(string name, PolicyTransitGatewayIpsecVpnLocalEndpointArgs args, CustomResourceOptions? opts = null)
public PolicyTransitGatewayIpsecVpnLocalEndpoint(String name, PolicyTransitGatewayIpsecVpnLocalEndpointArgs args)
public PolicyTransitGatewayIpsecVpnLocalEndpoint(String name, PolicyTransitGatewayIpsecVpnLocalEndpointArgs args, CustomResourceOptions options)
type: nsxt:PolicyTransitGatewayIpsecVpnLocalEndpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "nsxt_policytransitgatewayipsecvpnlocalendpoint" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args PolicyTransitGatewayIpsecVpnLocalEndpointArgs
- 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 PolicyTransitGatewayIpsecVpnLocalEndpointArgs
- 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 PolicyTransitGatewayIpsecVpnLocalEndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PolicyTransitGatewayIpsecVpnLocalEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PolicyTransitGatewayIpsecVpnLocalEndpointArgs
- 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 policyTransitGatewayIpsecVpnLocalEndpointResource = new Nsxt.PolicyTransitGatewayIpsecVpnLocalEndpoint("policyTransitGatewayIpsecVpnLocalEndpointResource", new()
{
DisplayName = "string",
LocalAddress = "string",
ParentPath = "string",
CertificatePath = "string",
Description = "string",
LocalId = "string",
NsxId = "string",
PolicyTransitGatewayIpsecVpnLocalEndpointId = "string",
Tags = new[]
{
new Nsxt.Inputs.PolicyTransitGatewayIpsecVpnLocalEndpointTagArgs
{
Scope = "string",
Tag = "string",
},
},
TrustCaPaths = new[]
{
"string",
},
TrustCrlPaths = new[]
{
"string",
},
});
example, err := nsxt.NewPolicyTransitGatewayIpsecVpnLocalEndpoint(ctx, "policyTransitGatewayIpsecVpnLocalEndpointResource", &nsxt.PolicyTransitGatewayIpsecVpnLocalEndpointArgs{
DisplayName: pulumi.String("string"),
LocalAddress: pulumi.String("string"),
ParentPath: pulumi.String("string"),
CertificatePath: pulumi.String("string"),
Description: pulumi.String("string"),
LocalId: pulumi.String("string"),
NsxId: pulumi.String("string"),
PolicyTransitGatewayIpsecVpnLocalEndpointId: pulumi.String("string"),
Tags: nsxt.PolicyTransitGatewayIpsecVpnLocalEndpointTagArray{
&nsxt.PolicyTransitGatewayIpsecVpnLocalEndpointTagArgs{
Scope: pulumi.String("string"),
Tag: pulumi.String("string"),
},
},
TrustCaPaths: pulumi.StringArray{
pulumi.String("string"),
},
TrustCrlPaths: pulumi.StringArray{
pulumi.String("string"),
},
})
resource "nsxt_policytransitgatewayipsecvpnlocalendpoint" "policyTransitGatewayIpsecVpnLocalEndpointResource" {
display_name = "string"
local_address = "string"
parent_path = "string"
certificate_path = "string"
description = "string"
local_id = "string"
nsx_id = "string"
policy_transit_gateway_ipsec_vpn_local_endpoint_id = "string"
tags {
scope = "string"
tag = "string"
}
trust_ca_paths = ["string"]
trust_crl_paths = ["string"]
}
var policyTransitGatewayIpsecVpnLocalEndpointResource = new PolicyTransitGatewayIpsecVpnLocalEndpoint("policyTransitGatewayIpsecVpnLocalEndpointResource", PolicyTransitGatewayIpsecVpnLocalEndpointArgs.builder()
.displayName("string")
.localAddress("string")
.parentPath("string")
.certificatePath("string")
.description("string")
.localId("string")
.nsxId("string")
.policyTransitGatewayIpsecVpnLocalEndpointId("string")
.tags(PolicyTransitGatewayIpsecVpnLocalEndpointTagArgs.builder()
.scope("string")
.tag("string")
.build())
.trustCaPaths("string")
.trustCrlPaths("string")
.build());
policy_transit_gateway_ipsec_vpn_local_endpoint_resource = nsxt.PolicyTransitGatewayIpsecVpnLocalEndpoint("policyTransitGatewayIpsecVpnLocalEndpointResource",
display_name="string",
local_address="string",
parent_path="string",
certificate_path="string",
description="string",
local_id="string",
nsx_id="string",
policy_transit_gateway_ipsec_vpn_local_endpoint_id="string",
tags=[{
"scope": "string",
"tag": "string",
}],
trust_ca_paths=["string"],
trust_crl_paths=["string"])
const policyTransitGatewayIpsecVpnLocalEndpointResource = new nsxt.PolicyTransitGatewayIpsecVpnLocalEndpoint("policyTransitGatewayIpsecVpnLocalEndpointResource", {
displayName: "string",
localAddress: "string",
parentPath: "string",
certificatePath: "string",
description: "string",
localId: "string",
nsxId: "string",
policyTransitGatewayIpsecVpnLocalEndpointId: "string",
tags: [{
scope: "string",
tag: "string",
}],
trustCaPaths: ["string"],
trustCrlPaths: ["string"],
});
type: nsxt:PolicyTransitGatewayIpsecVpnLocalEndpoint
properties:
certificatePath: string
description: string
displayName: string
localAddress: string
localId: string
nsxId: string
parentPath: string
policyTransitGatewayIpsecVpnLocalEndpointId: string
tags:
- scope: string
tag: string
trustCaPaths:
- string
trustCrlPaths:
- string
PolicyTransitGatewayIpsecVpnLocalEndpoint 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 PolicyTransitGatewayIpsecVpnLocalEndpoint resource accepts the following input properties:
- Display
Name string - Display name of the resource.
- Local
Address string - Local IPv4/v6 IP address.
- Parent
Path string - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- Certificate
Path string - Policy path referencing site certificate.
- Description string
- Description of the resource.
- Local
Id string - Local id for the local endpoint.
- Nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- Policy
Transit stringGateway Ipsec Vpn Local Endpoint Id - ID of the resource.
-
List<Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag> - A list of scope + tag pairs to associate with this resource.
- Trust
Ca List<string>Paths - List of trust ca certificate paths.
- Trust
Crl List<string>Paths - List of trust CRL paths.
- Display
Name string - Display name of the resource.
- Local
Address string - Local IPv4/v6 IP address.
- Parent
Path string - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- Certificate
Path string - Policy path referencing site certificate.
- Description string
- Description of the resource.
- Local
Id string - Local id for the local endpoint.
- Nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- Policy
Transit stringGateway Ipsec Vpn Local Endpoint Id - ID of the resource.
-
[]Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag Args - A list of scope + tag pairs to associate with this resource.
- Trust
Ca []stringPaths - List of trust ca certificate paths.
- Trust
Crl []stringPaths - List of trust CRL paths.
- display_
name string - Display name of the resource.
- local_
address string - Local IPv4/v6 IP address.
- parent_
path string - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- certificate_
path string - Policy path referencing site certificate.
- description string
- Description of the resource.
- local_
id string - Local id for the local endpoint.
- nsx_
id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- policy_
transit_ stringgateway_ ipsec_ vpn_ local_ endpoint_ id - ID of the resource.
- list(object)
- A list of scope + tag pairs to associate with this resource.
- trust_
ca_ list(string)paths - List of trust ca certificate paths.
- trust_
crl_ list(string)paths - List of trust CRL paths.
- display
Name String - Display name of the resource.
- local
Address String - Local IPv4/v6 IP address.
- parent
Path String - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- certificate
Path String - Policy path referencing site certificate.
- description String
- Description of the resource.
- local
Id String - Local id for the local endpoint.
- nsx
Id String - The NSX ID of this resource. If set, this ID will be used to create the resource.
- policy
Transit StringGateway Ipsec Vpn Local Endpoint Id - ID of the resource.
-
List<Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag> - A list of scope + tag pairs to associate with this resource.
- trust
Ca List<String>Paths - List of trust ca certificate paths.
- trust
Crl List<String>Paths - List of trust CRL paths.
- display
Name string - Display name of the resource.
- local
Address string - Local IPv4/v6 IP address.
- parent
Path string - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- certificate
Path string - Policy path referencing site certificate.
- description string
- Description of the resource.
- local
Id string - Local id for the local endpoint.
- nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- policy
Transit stringGateway Ipsec Vpn Local Endpoint Id - ID of the resource.
-
Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag[] - A list of scope + tag pairs to associate with this resource.
- trust
Ca string[]Paths - List of trust ca certificate paths.
- trust
Crl string[]Paths - List of trust CRL paths.
- display_
name str - Display name of the resource.
- local_
address str - Local IPv4/v6 IP address.
- parent_
path str - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- certificate_
path str - Policy path referencing site certificate.
- description str
- Description of the resource.
- local_
id str - Local id for the local endpoint.
- nsx_
id str - The NSX ID of this resource. If set, this ID will be used to create the resource.
- policy_
transit_ strgateway_ ipsec_ vpn_ local_ endpoint_ id - ID of the resource.
-
Sequence[Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag Args] - A list of scope + tag pairs to associate with this resource.
- trust_
ca_ Sequence[str]paths - List of trust ca certificate paths.
- trust_
crl_ Sequence[str]paths - List of trust CRL paths.
- display
Name String - Display name of the resource.
- local
Address String - Local IPv4/v6 IP address.
- parent
Path String - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- certificate
Path String - Policy path referencing site certificate.
- description String
- Description of the resource.
- local
Id String - Local id for the local endpoint.
- nsx
Id String - The NSX ID of this resource. If set, this ID will be used to create the resource.
- policy
Transit StringGateway Ipsec Vpn Local Endpoint Id - ID of the resource.
- List<Property Map>
- A list of scope + tag pairs to associate with this resource.
- trust
Ca List<String>Paths - List of trust ca certificate paths.
- trust
Crl List<String>Paths - List of trust CRL paths.
Outputs
All input properties are implicitly available as output properties. Additionally, the PolicyTransitGatewayIpsecVpnLocalEndpoint resource produces the following output properties:
Look up Existing PolicyTransitGatewayIpsecVpnLocalEndpoint Resource
Get an existing PolicyTransitGatewayIpsecVpnLocalEndpoint 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?: PolicyTransitGatewayIpsecVpnLocalEndpointState, opts?: CustomResourceOptions): PolicyTransitGatewayIpsecVpnLocalEndpoint@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
certificate_path: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
local_address: Optional[str] = None,
local_id: Optional[str] = None,
nsx_id: Optional[str] = None,
parent_path: Optional[str] = None,
path: Optional[str] = None,
policy_transit_gateway_ipsec_vpn_local_endpoint_id: Optional[str] = None,
revision: Optional[float] = None,
tags: Optional[Sequence[PolicyTransitGatewayIpsecVpnLocalEndpointTagArgs]] = None,
trust_ca_paths: Optional[Sequence[str]] = None,
trust_crl_paths: Optional[Sequence[str]] = None) -> PolicyTransitGatewayIpsecVpnLocalEndpointfunc GetPolicyTransitGatewayIpsecVpnLocalEndpoint(ctx *Context, name string, id IDInput, state *PolicyTransitGatewayIpsecVpnLocalEndpointState, opts ...ResourceOption) (*PolicyTransitGatewayIpsecVpnLocalEndpoint, error)public static PolicyTransitGatewayIpsecVpnLocalEndpoint Get(string name, Input<string> id, PolicyTransitGatewayIpsecVpnLocalEndpointState? state, CustomResourceOptions? opts = null)public static PolicyTransitGatewayIpsecVpnLocalEndpoint get(String name, Output<String> id, PolicyTransitGatewayIpsecVpnLocalEndpointState state, CustomResourceOptions options)resources: _: type: nsxt:PolicyTransitGatewayIpsecVpnLocalEndpoint get: id: ${id}import {
to = nsxt_policytransitgatewayipsecvpnlocalendpoint.example
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.
- Certificate
Path string - Policy path referencing site certificate.
- Description string
- Description of the resource.
- Display
Name string - Display name of the resource.
- Local
Address string - Local IPv4/v6 IP address.
- Local
Id string - Local id for the local endpoint.
- Nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- Parent
Path string - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- Path string
- The NSX path of the policy resource.
- Policy
Transit stringGateway Ipsec Vpn Local Endpoint 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.
-
List<Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag> - A list of scope + tag pairs to associate with this resource.
- Trust
Ca List<string>Paths - List of trust ca certificate paths.
- Trust
Crl List<string>Paths - List of trust CRL paths.
- Certificate
Path string - Policy path referencing site certificate.
- Description string
- Description of the resource.
- Display
Name string - Display name of the resource.
- Local
Address string - Local IPv4/v6 IP address.
- Local
Id string - Local id for the local endpoint.
- Nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- Parent
Path string - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- Path string
- The NSX path of the policy resource.
- Policy
Transit stringGateway Ipsec Vpn Local Endpoint 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.
-
[]Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag Args - A list of scope + tag pairs to associate with this resource.
- Trust
Ca []stringPaths - List of trust ca certificate paths.
- Trust
Crl []stringPaths - List of trust CRL paths.
- certificate_
path string - Policy path referencing site certificate.
- description string
- Description of the resource.
- display_
name string - Display name of the resource.
- local_
address string - Local IPv4/v6 IP address.
- local_
id string - Local id for the local endpoint.
- nsx_
id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- parent_
path string - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- path string
- The NSX path of the policy resource.
- policy_
transit_ stringgateway_ ipsec_ vpn_ local_ endpoint_ 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.
- list(object)
- A list of scope + tag pairs to associate with this resource.
- trust_
ca_ list(string)paths - List of trust ca certificate paths.
- trust_
crl_ list(string)paths - List of trust CRL paths.
- certificate
Path String - Policy path referencing site certificate.
- description String
- Description of the resource.
- display
Name String - Display name of the resource.
- local
Address String - Local IPv4/v6 IP address.
- local
Id String - Local id for the local endpoint.
- nsx
Id String - The NSX ID of this resource. If set, this ID will be used to create the resource.
- parent
Path String - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- path String
- The NSX path of the policy resource.
- policy
Transit StringGateway Ipsec Vpn Local Endpoint 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.
-
List<Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag> - A list of scope + tag pairs to associate with this resource.
- trust
Ca List<String>Paths - List of trust ca certificate paths.
- trust
Crl List<String>Paths - List of trust CRL paths.
- certificate
Path string - Policy path referencing site certificate.
- description string
- Description of the resource.
- display
Name string - Display name of the resource.
- local
Address string - Local IPv4/v6 IP address.
- local
Id string - Local id for the local endpoint.
- nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- parent
Path string - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- path string
- The NSX path of the policy resource.
- policy
Transit stringGateway Ipsec Vpn Local Endpoint 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.
-
Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag[] - A list of scope + tag pairs to associate with this resource.
- trust
Ca string[]Paths - List of trust ca certificate paths.
- trust
Crl string[]Paths - List of trust CRL paths.
- certificate_
path str - Policy path referencing site certificate.
- description str
- Description of the resource.
- display_
name str - Display name of the resource.
- local_
address str - Local IPv4/v6 IP address.
- local_
id str - Local id for the local endpoint.
- nsx_
id str - The NSX ID of this resource. If set, this ID will be used to create the resource.
- parent_
path str - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- path str
- The NSX path of the policy resource.
- policy_
transit_ strgateway_ ipsec_ vpn_ local_ endpoint_ 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.
-
Sequence[Policy
Transit Gateway Ipsec Vpn Local Endpoint Tag Args] - A list of scope + tag pairs to associate with this resource.
- trust_
ca_ Sequence[str]paths - List of trust ca certificate paths.
- trust_
crl_ Sequence[str]paths - List of trust CRL paths.
- certificate
Path String - Policy path referencing site certificate.
- description String
- Description of the resource.
- display
Name String - Display name of the resource.
- local
Address String - Local IPv4/v6 IP address.
- local
Id String - Local id for the local endpoint.
- nsx
Id String - The NSX ID of this resource. If set, this ID will be used to create the resource.
- parent
Path String - Path of parent object. VPN is supported only on Centralized Transit Gateway and requires ACTIVE-STANDBY HA mode.
- path String
- The NSX path of the policy resource.
- policy
Transit StringGateway Ipsec Vpn Local Endpoint 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.
- List<Property Map>
- A list of scope + tag pairs to associate with this resource.
- trust
Ca List<String>Paths - List of trust ca certificate paths.
- trust
Crl List<String>Paths - List of trust CRL paths.
Supporting Types
PolicyTransitGatewayIpsecVpnLocalEndpointTag, PolicyTransitGatewayIpsecVpnLocalEndpointTagArgs
Package Details
- Repository
- nsxt vmware/terraform-provider-nsxt
- License
- Notes
- This Pulumi package is based on the
nsxtTerraform Provider.
published on Monday, May 18, 2026 by vmware