Class ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_security_policy.ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.954Z") @Stability(Stable) public class ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEnable()ObjectgetEnableInput()ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfiggetInternalValue()StringgetRuleVisibility()StringgetRuleVisibilityInput()voidresetEnable()voidresetRuleVisibility()voidsetEnable(com.hashicorp.cdktf.IResolvable value)voidsetEnable(Boolean value)voidsetInternalValue(ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig value)voidsetRuleVisibility(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference
protected ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference
protected ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference
@Stability(Stable) public ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetEnable
@Stability(Stable) public void resetEnable()
-
resetRuleVisibility
@Stability(Stable) public void resetRuleVisibility()
-
getEnableInput
@Stability(Stable) @Nullable public Object getEnableInput()
-
getRuleVisibilityInput
@Stability(Stable) @Nullable public String getRuleVisibilityInput()
-
getEnable
@Stability(Stable) @NotNull public Object getEnable()
-
setEnable
@Stability(Stable) public void setEnable(@NotNull Boolean value)
-
setEnable
@Stability(Stable) public void setEnable(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getRuleVisibility
@Stability(Stable) @NotNull public String getRuleVisibility()
-
setRuleVisibility
@Stability(Stable) public void setRuleVisibility(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig value)
-
-