Class 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
    • 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)