Class AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference
-
- 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:17.445Z") @Stability(Stable) public class AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference 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 AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationgetInternalValue()NumbergetTargetReceivedBytesPerSecond()NumbergetTargetReceivedBytesPerSecondInput()NumbergetTargetReceivedPacketsPerSecond()NumbergetTargetReceivedPacketsPerSecondInput()NumbergetTargetSentBytesPerSecond()NumbergetTargetSentBytesPerSecondInput()NumbergetTargetSentPacketsPerSecond()NumbergetTargetSentPacketsPerSecondInput()voidresetTargetReceivedBytesPerSecond()voidresetTargetReceivedPacketsPerSecond()voidresetTargetSentBytesPerSecond()voidresetTargetSentPacketsPerSecond()voidsetInternalValue(AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilization value)voidsetTargetReceivedBytesPerSecond(Number value)voidsetTargetReceivedPacketsPerSecond(Number value)voidsetTargetSentBytesPerSecond(Number value)voidsetTargetSentPacketsPerSecond(Number 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
-
AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference
protected AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference
protected AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference
@Stability(Stable) public AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilizationOutputReference(@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
-
resetTargetReceivedBytesPerSecond
@Stability(Stable) public void resetTargetReceivedBytesPerSecond()
-
resetTargetReceivedPacketsPerSecond
@Stability(Stable) public void resetTargetReceivedPacketsPerSecond()
-
resetTargetSentBytesPerSecond
@Stability(Stable) public void resetTargetSentBytesPerSecond()
-
resetTargetSentPacketsPerSecond
@Stability(Stable) public void resetTargetSentPacketsPerSecond()
-
getTargetReceivedBytesPerSecondInput
@Stability(Stable) @Nullable public Number getTargetReceivedBytesPerSecondInput()
-
getTargetReceivedPacketsPerSecondInput
@Stability(Stable) @Nullable public Number getTargetReceivedPacketsPerSecondInput()
-
getTargetSentBytesPerSecondInput
@Stability(Stable) @Nullable public Number getTargetSentBytesPerSecondInput()
-
getTargetSentPacketsPerSecondInput
@Stability(Stable) @Nullable public Number getTargetSentPacketsPerSecondInput()
-
getTargetReceivedBytesPerSecond
@Stability(Stable) @NotNull public Number getTargetReceivedBytesPerSecond()
-
setTargetReceivedBytesPerSecond
@Stability(Stable) public void setTargetReceivedBytesPerSecond(@NotNull Number value)
-
getTargetReceivedPacketsPerSecond
@Stability(Stable) @NotNull public Number getTargetReceivedPacketsPerSecond()
-
setTargetReceivedPacketsPerSecond
@Stability(Stable) public void setTargetReceivedPacketsPerSecond(@NotNull Number value)
-
getTargetSentBytesPerSecond
@Stability(Stable) @NotNull public Number getTargetSentBytesPerSecond()
-
setTargetSentBytesPerSecond
@Stability(Stable) public void setTargetSentBytesPerSecond(@NotNull Number value)
-
getTargetSentPacketsPerSecond
@Stability(Stable) @NotNull public Number getTargetSentPacketsPerSecond()
-
setTargetSentPacketsPerSecond
@Stability(Stable) public void setTargetSentPacketsPerSecond(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilization getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppEngineFlexibleAppVersionAutomaticScalingNetworkUtilization value)
-
-