published on Monday, May 18, 2026 by vmware
published on Monday, May 18, 2026 by vmware
Create PolicyIdpsSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PolicyIdpsSettings(name: string, args?: PolicyIdpsSettingsArgs, opts?: CustomResourceOptions);@overload
def PolicyIdpsSettings(resource_name: str,
args: Optional[PolicyIdpsSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def PolicyIdpsSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
auto_update_signatures: Optional[bool] = None,
custom_signature_version_id: Optional[str] = None,
description: Optional[str] = None,
enable_custom_signatures: Optional[bool] = None,
enable_syslog: Optional[bool] = None,
oversubscription: Optional[str] = None,
policy_idps_settings_id: Optional[str] = None,
tags: Optional[Sequence[PolicyIdpsSettingsTagArgs]] = None)func NewPolicyIdpsSettings(ctx *Context, name string, args *PolicyIdpsSettingsArgs, opts ...ResourceOption) (*PolicyIdpsSettings, error)public PolicyIdpsSettings(string name, PolicyIdpsSettingsArgs? args = null, CustomResourceOptions? opts = null)
public PolicyIdpsSettings(String name, PolicyIdpsSettingsArgs args)
public PolicyIdpsSettings(String name, PolicyIdpsSettingsArgs args, CustomResourceOptions options)
type: nsxt:PolicyIdpsSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "nsxt_policyidpssettings" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args PolicyIdpsSettingsArgs
- 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 PolicyIdpsSettingsArgs
- 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 PolicyIdpsSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PolicyIdpsSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PolicyIdpsSettingsArgs
- 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 policyIdpsSettingsResource = new Nsxt.PolicyIdpsSettings("policyIdpsSettingsResource", new()
{
AutoUpdateSignatures = false,
CustomSignatureVersionId = "string",
Description = "string",
EnableCustomSignatures = false,
EnableSyslog = false,
Oversubscription = "string",
PolicyIdpsSettingsId = "string",
Tags = new[]
{
new Nsxt.Inputs.PolicyIdpsSettingsTagArgs
{
Scope = "string",
Tag = "string",
},
},
});
example, err := nsxt.NewPolicyIdpsSettings(ctx, "policyIdpsSettingsResource", &nsxt.PolicyIdpsSettingsArgs{
AutoUpdateSignatures: pulumi.Bool(false),
CustomSignatureVersionId: pulumi.String("string"),
Description: pulumi.String("string"),
EnableCustomSignatures: pulumi.Bool(false),
EnableSyslog: pulumi.Bool(false),
Oversubscription: pulumi.String("string"),
PolicyIdpsSettingsId: pulumi.String("string"),
Tags: nsxt.PolicyIdpsSettingsTagArray{
&nsxt.PolicyIdpsSettingsTagArgs{
Scope: pulumi.String("string"),
Tag: pulumi.String("string"),
},
},
})
resource "nsxt_policyidpssettings" "policyIdpsSettingsResource" {
auto_update_signatures = false
custom_signature_version_id = "string"
description = "string"
enable_custom_signatures = false
enable_syslog = false
oversubscription = "string"
policy_idps_settings_id = "string"
tags {
scope = "string"
tag = "string"
}
}
var policyIdpsSettingsResource = new PolicyIdpsSettings("policyIdpsSettingsResource", PolicyIdpsSettingsArgs.builder()
.autoUpdateSignatures(false)
.customSignatureVersionId("string")
.description("string")
.enableCustomSignatures(false)
.enableSyslog(false)
.oversubscription("string")
.policyIdpsSettingsId("string")
.tags(PolicyIdpsSettingsTagArgs.builder()
.scope("string")
.tag("string")
.build())
.build());
policy_idps_settings_resource = nsxt.PolicyIdpsSettings("policyIdpsSettingsResource",
auto_update_signatures=False,
custom_signature_version_id="string",
description="string",
enable_custom_signatures=False,
enable_syslog=False,
oversubscription="string",
policy_idps_settings_id="string",
tags=[{
"scope": "string",
"tag": "string",
}])
const policyIdpsSettingsResource = new nsxt.PolicyIdpsSettings("policyIdpsSettingsResource", {
autoUpdateSignatures: false,
customSignatureVersionId: "string",
description: "string",
enableCustomSignatures: false,
enableSyslog: false,
oversubscription: "string",
policyIdpsSettingsId: "string",
tags: [{
scope: "string",
tag: "string",
}],
});
type: nsxt:PolicyIdpsSettings
properties:
autoUpdateSignatures: false
customSignatureVersionId: string
description: string
enableCustomSignatures: false
enableSyslog: false
oversubscription: string
policyIdpsSettingsId: string
tags:
- scope: string
tag: string
PolicyIdpsSettings 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 PolicyIdpsSettings resource accepts the following input properties:
- Auto
Update boolSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- Custom
Signature stringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- Description string
- Description of the resource.
- Enable
Custom boolSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- Enable
Syslog bool - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- Oversubscription string
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- Policy
Idps stringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton resource). -
List<Policy
Idps Settings Tag> - A list of scope + tag pairs to associate with this resource.
- Auto
Update boolSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- Custom
Signature stringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- Description string
- Description of the resource.
- Enable
Custom boolSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- Enable
Syslog bool - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- Oversubscription string
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- Policy
Idps stringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton resource). -
[]Policy
Idps Settings Tag Args - A list of scope + tag pairs to associate with this resource.
- auto_
update_ boolsignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom_
signature_ stringversion_ id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description string
- Description of the resource.
- enable_
custom_ boolsignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable_
syslog bool - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription string
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- policy_
idps_ stringsettings_ id - ID of the IDPS settings (always
intrusion-servicesfor this singleton resource). - list(object)
- A list of scope + tag pairs to associate with this resource.
- auto
Update BooleanSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom
Signature StringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description String
- Description of the resource.
- enable
Custom BooleanSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable
Syslog Boolean - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription String
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- policy
Idps StringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton resource). -
List<Policy
Idps Settings Tag> - A list of scope + tag pairs to associate with this resource.
- auto
Update booleanSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom
Signature stringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description string
- Description of the resource.
- enable
Custom booleanSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable
Syslog boolean - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription string
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- policy
Idps stringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton resource). -
Policy
Idps Settings Tag[] - A list of scope + tag pairs to associate with this resource.
- auto_
update_ boolsignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom_
signature_ strversion_ id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description str
- Description of the resource.
- enable_
custom_ boolsignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable_
syslog bool - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription str
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- policy_
idps_ strsettings_ id - ID of the IDPS settings (always
intrusion-servicesfor this singleton resource). -
Sequence[Policy
Idps Settings Tag Args] - A list of scope + tag pairs to associate with this resource.
- auto
Update BooleanSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom
Signature StringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description String
- Description of the resource.
- enable
Custom BooleanSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable
Syslog Boolean - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription String
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- policy
Idps StringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton resource). - 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 PolicyIdpsSettings resource produces the following output properties:
- Display
Name string - Display name of the resource. This is read-only for this singleton resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Path string
- The NSX policy path 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.
- Display
Name string - Display name of the resource. This is read-only for this singleton resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Path string
- The NSX policy path 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.
- display_
name string - Display name of the resource. This is read-only for this singleton resource.
- id string
- The provider-assigned unique ID for this managed resource.
- path string
- The NSX policy path 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.
- display
Name String - Display name of the resource. This is read-only for this singleton resource.
- id String
- The provider-assigned unique ID for this managed resource.
- path String
- The NSX policy path 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.
- display
Name string - Display name of the resource. This is read-only for this singleton resource.
- id string
- The provider-assigned unique ID for this managed resource.
- path string
- The NSX policy path 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.
- display_
name str - Display name of the resource. This is read-only for this singleton resource.
- id str
- The provider-assigned unique ID for this managed resource.
- path str
- The NSX policy path 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.
- display
Name String - Display name of the resource. This is read-only for this singleton resource.
- id String
- The provider-assigned unique ID for this managed resource.
- path String
- The NSX policy path 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.
Look up Existing PolicyIdpsSettings Resource
Get an existing PolicyIdpsSettings 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?: PolicyIdpsSettingsState, opts?: CustomResourceOptions): PolicyIdpsSettings@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auto_update_signatures: Optional[bool] = None,
custom_signature_version_id: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
enable_custom_signatures: Optional[bool] = None,
enable_syslog: Optional[bool] = None,
oversubscription: Optional[str] = None,
path: Optional[str] = None,
policy_idps_settings_id: Optional[str] = None,
revision: Optional[float] = None,
tags: Optional[Sequence[PolicyIdpsSettingsTagArgs]] = None) -> PolicyIdpsSettingsfunc GetPolicyIdpsSettings(ctx *Context, name string, id IDInput, state *PolicyIdpsSettingsState, opts ...ResourceOption) (*PolicyIdpsSettings, error)public static PolicyIdpsSettings Get(string name, Input<string> id, PolicyIdpsSettingsState? state, CustomResourceOptions? opts = null)public static PolicyIdpsSettings get(String name, Output<String> id, PolicyIdpsSettingsState state, CustomResourceOptions options)resources: _: type: nsxt:PolicyIdpsSettings get: id: ${id}import {
to = nsxt_policyidpssettings.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.
- Auto
Update boolSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- Custom
Signature stringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- Description string
- Description of the resource.
- Display
Name string - Display name of the resource. This is read-only for this singleton resource.
- Enable
Custom boolSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- Enable
Syslog bool - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- Oversubscription string
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- Path string
- The NSX policy path of the resource.
- Policy
Idps stringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton 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
Idps Settings Tag> - A list of scope + tag pairs to associate with this resource.
- Auto
Update boolSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- Custom
Signature stringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- Description string
- Description of the resource.
- Display
Name string - Display name of the resource. This is read-only for this singleton resource.
- Enable
Custom boolSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- Enable
Syslog bool - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- Oversubscription string
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- Path string
- The NSX policy path of the resource.
- Policy
Idps stringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton 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
Idps Settings Tag Args - A list of scope + tag pairs to associate with this resource.
- auto_
update_ boolsignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom_
signature_ stringversion_ id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description string
- Description of the resource.
- display_
name string - Display name of the resource. This is read-only for this singleton resource.
- enable_
custom_ boolsignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable_
syslog bool - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription string
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- path string
- The NSX policy path of the resource.
- policy_
idps_ stringsettings_ id - ID of the IDPS settings (always
intrusion-servicesfor this singleton 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.
- auto
Update BooleanSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom
Signature StringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description String
- Description of the resource.
- display
Name String - Display name of the resource. This is read-only for this singleton resource.
- enable
Custom BooleanSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable
Syslog Boolean - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription String
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- path String
- The NSX policy path of the resource.
- policy
Idps StringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton 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
Idps Settings Tag> - A list of scope + tag pairs to associate with this resource.
- auto
Update booleanSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom
Signature stringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description string
- Description of the resource.
- display
Name string - Display name of the resource. This is read-only for this singleton resource.
- enable
Custom booleanSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable
Syslog boolean - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription string
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- path string
- The NSX policy path of the resource.
- policy
Idps stringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton 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
Idps Settings Tag[] - A list of scope + tag pairs to associate with this resource.
- auto_
update_ boolsignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom_
signature_ strversion_ id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description str
- Description of the resource.
- display_
name str - Display name of the resource. This is read-only for this singleton resource.
- enable_
custom_ boolsignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable_
syslog bool - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription str
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- path str
- The NSX policy path of the resource.
- policy_
idps_ strsettings_ id - ID of the IDPS settings (always
intrusion-servicesfor this singleton 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
Idps Settings Tag Args] - A list of scope + tag pairs to associate with this resource.
- auto
Update BooleanSignatures - Enable automatic update of IDS/IPS signatures. When enabled, NSX-T will automatically download and install the latest signature updates.
- custom
Signature StringVersion Id - The custom signature version ID to use when enabling custom signatures. This should reference an existing custom signature version resource.
- description String
- Description of the resource.
- display
Name String - Display name of the resource. This is read-only for this singleton resource.
- enable
Custom BooleanSignatures - Enable custom signatures globally. When enabled, custom signatures will be active in IDPS policies. Requires a custom signature version to be configured.
- enable
Syslog Boolean - Enable sending IDS/IPS events to syslog server. When enabled, IDPS events will be forwarded to configured syslog servers.
- oversubscription String
- Action to take when IDPS engine is oversubscribed. BYPASSED: oversubscribed packets bypass IDPS engine. DROPPED: oversubscribed packets are dropped.
- path String
- The NSX policy path of the resource.
- policy
Idps StringSettings Id - ID of the IDPS settings (always
intrusion-servicesfor this singleton 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.
Supporting Types
PolicyIdpsSettingsTag, PolicyIdpsSettingsTagArgs
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