published on Monday, May 18, 2026 by vmware
published on Monday, May 18, 2026 by vmware
Create PolicyGatewaySecurityConfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PolicyGatewaySecurityConfig(name: string, args?: PolicyGatewaySecurityConfigArgs, opts?: CustomResourceOptions);@overload
def PolicyGatewaySecurityConfig(resource_name: str,
args: Optional[PolicyGatewaySecurityConfigArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def PolicyGatewaySecurityConfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
idfw_enabled: Optional[bool] = None,
idps_enabled: Optional[bool] = None,
malware_prevention_enabled: Optional[bool] = None,
policy_gateway_security_config_id: Optional[str] = None,
tier0_id: Optional[str] = None,
tier1_id: Optional[str] = None,
tls_enabled: Optional[bool] = None)func NewPolicyGatewaySecurityConfig(ctx *Context, name string, args *PolicyGatewaySecurityConfigArgs, opts ...ResourceOption) (*PolicyGatewaySecurityConfig, error)public PolicyGatewaySecurityConfig(string name, PolicyGatewaySecurityConfigArgs? args = null, CustomResourceOptions? opts = null)
public PolicyGatewaySecurityConfig(String name, PolicyGatewaySecurityConfigArgs args)
public PolicyGatewaySecurityConfig(String name, PolicyGatewaySecurityConfigArgs args, CustomResourceOptions options)
type: nsxt:PolicyGatewaySecurityConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "nsxt_policygatewaysecurityconfig" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args PolicyGatewaySecurityConfigArgs
- 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 PolicyGatewaySecurityConfigArgs
- 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 PolicyGatewaySecurityConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PolicyGatewaySecurityConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PolicyGatewaySecurityConfigArgs
- 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 policyGatewaySecurityConfigResource = new Nsxt.PolicyGatewaySecurityConfig("policyGatewaySecurityConfigResource", new()
{
IdfwEnabled = false,
IdpsEnabled = false,
MalwarePreventionEnabled = false,
PolicyGatewaySecurityConfigId = "string",
Tier0Id = "string",
Tier1Id = "string",
TlsEnabled = false,
});
example, err := nsxt.NewPolicyGatewaySecurityConfig(ctx, "policyGatewaySecurityConfigResource", &nsxt.PolicyGatewaySecurityConfigArgs{
IdfwEnabled: pulumi.Bool(false),
IdpsEnabled: pulumi.Bool(false),
MalwarePreventionEnabled: pulumi.Bool(false),
PolicyGatewaySecurityConfigId: pulumi.String("string"),
Tier0Id: pulumi.String("string"),
Tier1Id: pulumi.String("string"),
TlsEnabled: pulumi.Bool(false),
})
resource "nsxt_policygatewaysecurityconfig" "policyGatewaySecurityConfigResource" {
idfw_enabled = false
idps_enabled = false
malware_prevention_enabled = false
policy_gateway_security_config_id = "string"
tier0_id = "string"
tier1_id = "string"
tls_enabled = false
}
var policyGatewaySecurityConfigResource = new PolicyGatewaySecurityConfig("policyGatewaySecurityConfigResource", PolicyGatewaySecurityConfigArgs.builder()
.idfwEnabled(false)
.idpsEnabled(false)
.malwarePreventionEnabled(false)
.policyGatewaySecurityConfigId("string")
.tier0Id("string")
.tier1Id("string")
.tlsEnabled(false)
.build());
policy_gateway_security_config_resource = nsxt.PolicyGatewaySecurityConfig("policyGatewaySecurityConfigResource",
idfw_enabled=False,
idps_enabled=False,
malware_prevention_enabled=False,
policy_gateway_security_config_id="string",
tier0_id="string",
tier1_id="string",
tls_enabled=False)
const policyGatewaySecurityConfigResource = new nsxt.PolicyGatewaySecurityConfig("policyGatewaySecurityConfigResource", {
idfwEnabled: false,
idpsEnabled: false,
malwarePreventionEnabled: false,
policyGatewaySecurityConfigId: "string",
tier0Id: "string",
tier1Id: "string",
tlsEnabled: false,
});
type: nsxt:PolicyGatewaySecurityConfig
properties:
idfwEnabled: false
idpsEnabled: false
malwarePreventionEnabled: false
policyGatewaySecurityConfigId: string
tier0Id: string
tier1Id: string
tlsEnabled: false
PolicyGatewaySecurityConfig 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 PolicyGatewaySecurityConfig resource accepts the following input properties:
- Idfw
Enabled bool - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - Idps
Enabled bool - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - Malware
Prevention boolEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - Policy
Gateway stringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - Tier0Id string
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - Tier1Id string
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - Tls
Enabled bool - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- Idfw
Enabled bool - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - Idps
Enabled bool - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - Malware
Prevention boolEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - Policy
Gateway stringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - Tier0Id string
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - Tier1Id string
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - Tls
Enabled bool - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw_
enabled bool - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps_
enabled bool - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware_
prevention_ boolenabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - policy_
gateway_ stringsecurity_ config_ id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - tier0_
id string - The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1_
id string - The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls_
enabled bool - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw
Enabled Boolean - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps
Enabled Boolean - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware
Prevention BooleanEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - policy
Gateway StringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - tier0Id String
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1Id String
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls
Enabled Boolean - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw
Enabled boolean - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps
Enabled boolean - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware
Prevention booleanEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - policy
Gateway stringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - tier0Id string
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1Id string
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls
Enabled boolean - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw_
enabled bool - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps_
enabled bool - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware_
prevention_ boolenabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - policy_
gateway_ strsecurity_ config_ id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - tier0_
id str - The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1_
id str - The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls_
enabled bool - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw
Enabled Boolean - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps
Enabled Boolean - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware
Prevention BooleanEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - policy
Gateway StringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - tier0Id String
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1Id String
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls
Enabled Boolean - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
Outputs
All input properties are implicitly available as output properties. Additionally, the PolicyGatewaySecurityConfig resource produces the following output properties:
Look up Existing PolicyGatewaySecurityConfig Resource
Get an existing PolicyGatewaySecurityConfig 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?: PolicyGatewaySecurityConfigState, opts?: CustomResourceOptions): PolicyGatewaySecurityConfig@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
idfw_enabled: Optional[bool] = None,
idps_enabled: Optional[bool] = None,
malware_prevention_enabled: Optional[bool] = None,
path: Optional[str] = None,
policy_gateway_security_config_id: Optional[str] = None,
revision: Optional[float] = None,
tier0_id: Optional[str] = None,
tier1_id: Optional[str] = None,
tls_enabled: Optional[bool] = None) -> PolicyGatewaySecurityConfigfunc GetPolicyGatewaySecurityConfig(ctx *Context, name string, id IDInput, state *PolicyGatewaySecurityConfigState, opts ...ResourceOption) (*PolicyGatewaySecurityConfig, error)public static PolicyGatewaySecurityConfig Get(string name, Input<string> id, PolicyGatewaySecurityConfigState? state, CustomResourceOptions? opts = null)public static PolicyGatewaySecurityConfig get(String name, Output<String> id, PolicyGatewaySecurityConfigState state, CustomResourceOptions options)resources: _: type: nsxt:PolicyGatewaySecurityConfig get: id: ${id}import {
to = nsxt_policygatewaysecurityconfig.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.
- Idfw
Enabled bool - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - Idps
Enabled bool - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - Malware
Prevention boolEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - Path string
- The NSX path of the gateway security configuration.
- Policy
Gateway stringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - Revision double
- The revision number of the gateway security configuration.
- Tier0Id string
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - Tier1Id string
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - Tls
Enabled bool - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- Idfw
Enabled bool - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - Idps
Enabled bool - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - Malware
Prevention boolEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - Path string
- The NSX path of the gateway security configuration.
- Policy
Gateway stringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - Revision float64
- The revision number of the gateway security configuration.
- Tier0Id string
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - Tier1Id string
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - Tls
Enabled bool - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw_
enabled bool - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps_
enabled bool - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware_
prevention_ boolenabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - path string
- The NSX path of the gateway security configuration.
- policy_
gateway_ stringsecurity_ config_ id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - revision number
- The revision number of the gateway security configuration.
- tier0_
id string - The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1_
id string - The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls_
enabled bool - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw
Enabled Boolean - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps
Enabled Boolean - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware
Prevention BooleanEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - path String
- The NSX path of the gateway security configuration.
- policy
Gateway StringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - revision Double
- The revision number of the gateway security configuration.
- tier0Id String
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1Id String
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls
Enabled Boolean - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw
Enabled boolean - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps
Enabled boolean - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware
Prevention booleanEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - path string
- The NSX path of the gateway security configuration.
- policy
Gateway stringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - revision number
- The revision number of the gateway security configuration.
- tier0Id string
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1Id string
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls
Enabled boolean - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw_
enabled bool - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps_
enabled bool - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware_
prevention_ boolenabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - path str
- The NSX path of the gateway security configuration.
- policy_
gateway_ strsecurity_ config_ id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - revision float
- The revision number of the gateway security configuration.
- tier0_
id str - The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1_
id str - The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls_
enabled bool - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
- idfw
Enabled Boolean - Enable or disable Identity Firewall (IDFW) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - idps
Enabled Boolean - Enable or disable Intrusion Detection and Prevention System (IDPS) on the gateway. Supported for both Tier-0 and Tier-1 gateways. Defaults to
false. - malware
Prevention BooleanEnabled - Enable or disable Malware Prevention on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse. - path String
- The NSX path of the gateway security configuration.
- policy
Gateway StringSecurity Config Id - The resource ID in the format
tier0/<gateway-id>ortier1/<gateway-id>. - revision Number
- The revision number of the gateway security configuration.
- tier0Id String
- The ID of the Tier-0 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tier1Id String
- The ID of the Tier-1 gateway. Exactly one of
tier0_idortier1_idmust be specified. Changing this forces a new resource to be created. - tls
Enabled Boolean - Enable or disable TLS (Transport Layer Security) Inspection on the gateway. Supported for Tier-1 gateways only. Setting this on a Tier-0 gateway will be ignored (always
false). Defaults tofalse.
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