Class NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.network_security_security_profile.NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides
@Stability(Stable) @Internal public static final class NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides
An implementation forNetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides
-
-
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.NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides
NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Builder, NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.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 override.StringgetSeverity()Severity level to match.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(NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Builder.
-
-
Method Detail
-
getAction
public final String getAction()
Description copied from interface:NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverridesThreat action override. 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 interfaceNetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides
-
getSeverity
public final String getSeverity()
Description copied from interface:NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverridesSeverity level to match. Possible values: ["CRITICAL", "HIGH", "INFORMATIONAL", "LOW", "MEDIUM"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile#severity NetworkSecuritySecurityProfile#severity}
- Specified by:
getSeverityin interfaceNetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-