Class ComputeBackendServiceConsistentHashOutputReference

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

      • ComputeBackendServiceConsistentHashOutputReference

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

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

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

      • resetHttpCookie

        @Stability(Stable)
        public void resetHttpCookie()
      • resetHttpHeaderName

        @Stability(Stable)
        public void resetHttpHeaderName()
      • resetMinimumRingSize

        @Stability(Stable)
        public void resetMinimumRingSize()
      • getHttpHeaderNameInput

        @Stability(Stable)
        @Nullable
        public String getHttpHeaderNameInput()
      • getMinimumRingSizeInput

        @Stability(Stable)
        @Nullable
        public Number getMinimumRingSizeInput()
      • getHttpHeaderName

        @Stability(Stable)
        @NotNull
        public String getHttpHeaderName()
      • setHttpHeaderName

        @Stability(Stable)
        public void setHttpHeaderName​(@NotNull
                                      String value)
      • getMinimumRingSize

        @Stability(Stable)
        @NotNull
        public Number getMinimumRingSize()
      • setMinimumRingSize

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