Class ComputeBackendServiceBackendOutputReference

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

      • ComputeBackendServiceBackendOutputReference

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

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

        @Stability(Stable)
        public ComputeBackendServiceBackendOutputReference​(@NotNull
                                                           com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                           @NotNull
                                                           String terraformAttribute,
                                                           @NotNull
                                                           Number complexObjectIndex,
                                                           @NotNull
                                                           Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetBalancingMode

        @Stability(Stable)
        public void resetBalancingMode()
      • resetCapacityScaler

        @Stability(Stable)
        public void resetCapacityScaler()
      • resetDescription

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

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

        @Stability(Stable)
        public void resetMaxConnectionsPerEndpoint()
      • resetMaxConnectionsPerInstance

        @Stability(Stable)
        public void resetMaxConnectionsPerInstance()
      • resetMaxRate

        @Stability(Stable)
        public void resetMaxRate()
      • resetMaxRatePerEndpoint

        @Stability(Stable)
        public void resetMaxRatePerEndpoint()
      • resetMaxRatePerInstance

        @Stability(Stable)
        public void resetMaxRatePerInstance()
      • resetMaxUtilization

        @Stability(Stable)
        public void resetMaxUtilization()
      • getBalancingModeInput

        @Stability(Stable)
        @Nullable
        public String getBalancingModeInput()
      • getCapacityScalerInput

        @Stability(Stable)
        @Nullable
        public Number getCapacityScalerInput()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getGroupInput

        @Stability(Stable)
        @Nullable
        public String getGroupInput()
      • getMaxConnectionsInput

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

        @Stability(Stable)
        @Nullable
        public Number getMaxConnectionsPerEndpointInput()
      • getMaxConnectionsPerInstanceInput

        @Stability(Stable)
        @Nullable
        public Number getMaxConnectionsPerInstanceInput()
      • getMaxRateInput

        @Stability(Stable)
        @Nullable
        public Number getMaxRateInput()
      • getMaxRatePerEndpointInput

        @Stability(Stable)
        @Nullable
        public Number getMaxRatePerEndpointInput()
      • getMaxRatePerInstanceInput

        @Stability(Stable)
        @Nullable
        public Number getMaxRatePerInstanceInput()
      • getMaxUtilizationInput

        @Stability(Stable)
        @Nullable
        public Number getMaxUtilizationInput()
      • getBalancingMode

        @Stability(Stable)
        @NotNull
        public String getBalancingMode()
      • setBalancingMode

        @Stability(Stable)
        public void setBalancingMode​(@NotNull
                                     String value)
      • getCapacityScaler

        @Stability(Stable)
        @NotNull
        public Number getCapacityScaler()
      • setCapacityScaler

        @Stability(Stable)
        public void setCapacityScaler​(@NotNull
                                      Number value)
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • setDescription

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getGroup

        @Stability(Stable)
        @NotNull
        public String getGroup()
      • setGroup

        @Stability(Stable)
        public void setGroup​(@NotNull
                             String value)
      • getMaxConnections

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

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

        @Stability(Stable)
        @NotNull
        public Number getMaxConnectionsPerEndpoint()
      • setMaxConnectionsPerEndpoint

        @Stability(Stable)
        public void setMaxConnectionsPerEndpoint​(@NotNull
                                                 Number value)
      • getMaxConnectionsPerInstance

        @Stability(Stable)
        @NotNull
        public Number getMaxConnectionsPerInstance()
      • setMaxConnectionsPerInstance

        @Stability(Stable)
        public void setMaxConnectionsPerInstance​(@NotNull
                                                 Number value)
      • getMaxRate

        @Stability(Stable)
        @NotNull
        public Number getMaxRate()
      • setMaxRate

        @Stability(Stable)
        public void setMaxRate​(@NotNull
                               Number value)
      • getMaxRatePerEndpoint

        @Stability(Stable)
        @NotNull
        public Number getMaxRatePerEndpoint()
      • setMaxRatePerEndpoint

        @Stability(Stable)
        public void setMaxRatePerEndpoint​(@NotNull
                                          Number value)
      • getMaxRatePerInstance

        @Stability(Stable)
        @NotNull
        public Number getMaxRatePerInstance()
      • setMaxRatePerInstance

        @Stability(Stable)
        public void setMaxRatePerInstance​(@NotNull
                                          Number value)
      • getMaxUtilization

        @Stability(Stable)
        @NotNull
        public Number getMaxUtilization()
      • setMaxUtilization

        @Stability(Stable)
        public void setMaxUtilization​(@NotNull
                                      Number value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)