Class NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.network_security_security_profile.NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides
@Stability(Stable) @Internal public static final class NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides
An implementation forNetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.network_security_security_profile.NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides
NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Builder, NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAction()Threat action.StringgetThreatId()Vendor-specific ID of a threat to override.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Builder.
-
-
Method Detail
-
getAction
public final String getAction()
Description copied from interface:NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverridesThreat action. Possible values: ["ALERT", "ALLOW", "DEFAULT_ACTION", "DENY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile#action NetworkSecuritySecurityProfile#action}
- Specified by:
getActionin interfaceNetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides
-
getThreatId
public final String getThreatId()
Description copied from interface:NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverridesVendor-specific ID of a threat to override.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile#threat_id NetworkSecuritySecurityProfile#threat_id}
- Specified by:
getThreatIdin interfaceNetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-