Class ComputeBackendServiceCircuitBreakersOutputReference

  • 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.323Z")
    @Stability(Stable)
    public class ComputeBackendServiceCircuitBreakersOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ComputeBackendServiceCircuitBreakersOutputReference

        protected ComputeBackendServiceCircuitBreakersOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • ComputeBackendServiceCircuitBreakersOutputReference

        protected ComputeBackendServiceCircuitBreakersOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ComputeBackendServiceCircuitBreakersOutputReference

        @Stability(Stable)
        public ComputeBackendServiceCircuitBreakersOutputReference​(@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

      • resetMaxConnections

        @Stability(Stable)
        public void resetMaxConnections()
      • resetMaxPendingRequests

        @Stability(Stable)
        public void resetMaxPendingRequests()
      • resetMaxRequests

        @Stability(Stable)
        public void resetMaxRequests()
      • resetMaxRequestsPerConnection

        @Stability(Stable)
        public void resetMaxRequestsPerConnection()
      • resetMaxRetries

        @Stability(Stable)
        public void resetMaxRetries()
      • getMaxConnectionsInput

        @Stability(Stable)
        @Nullable
        public Number getMaxConnectionsInput()
      • getMaxPendingRequestsInput

        @Stability(Stable)
        @Nullable
        public Number getMaxPendingRequestsInput()
      • getMaxRequestsInput

        @Stability(Stable)
        @Nullable
        public Number getMaxRequestsInput()
      • getMaxRequestsPerConnectionInput

        @Stability(Stable)
        @Nullable
        public Number getMaxRequestsPerConnectionInput()
      • getMaxRetriesInput

        @Stability(Stable)
        @Nullable
        public Number getMaxRetriesInput()
      • getMaxConnections

        @Stability(Stable)
        @NotNull
        public Number getMaxConnections()
      • setMaxConnections

        @Stability(Stable)
        public void setMaxConnections​(@NotNull
                                      Number value)
      • getMaxPendingRequests

        @Stability(Stable)
        @NotNull
        public Number getMaxPendingRequests()
      • setMaxPendingRequests

        @Stability(Stable)
        public void setMaxPendingRequests​(@NotNull
                                          Number value)
      • getMaxRequests

        @Stability(Stable)
        @NotNull
        public Number getMaxRequests()
      • setMaxRequests

        @Stability(Stable)
        public void setMaxRequests​(@NotNull
                                   Number value)
      • getMaxRequestsPerConnection

        @Stability(Stable)
        @NotNull
        public Number getMaxRequestsPerConnection()
      • setMaxRequestsPerConnection

        @Stability(Stable)
        public void setMaxRequestsPerConnection​(@NotNull
                                                Number value)
      • getMaxRetries

        @Stability(Stable)
        @NotNull
        public Number getMaxRetries()
      • setMaxRetries

        @Stability(Stable)
        public void setMaxRetries​(@NotNull
                                  Number value)