Class ComputeRouterPeerBfdOutputReference

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

      • ComputeRouterPeerBfdOutputReference

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

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

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

      • resetMinReceiveInterval

        @Stability(Stable)
        public void resetMinReceiveInterval()
      • resetMinTransmitInterval

        @Stability(Stable)
        public void resetMinTransmitInterval()
      • resetMultiplier

        @Stability(Stable)
        public void resetMultiplier()
      • getMinReceiveIntervalInput

        @Stability(Stable)
        @Nullable
        public Number getMinReceiveIntervalInput()
      • getMinTransmitIntervalInput

        @Stability(Stable)
        @Nullable
        public Number getMinTransmitIntervalInput()
      • getMultiplierInput

        @Stability(Stable)
        @Nullable
        public Number getMultiplierInput()
      • getSessionInitializationModeInput

        @Stability(Stable)
        @Nullable
        public String getSessionInitializationModeInput()
      • getMinReceiveInterval

        @Stability(Stable)
        @NotNull
        public Number getMinReceiveInterval()
      • setMinReceiveInterval

        @Stability(Stable)
        public void setMinReceiveInterval​(@NotNull
                                          Number value)
      • getMinTransmitInterval

        @Stability(Stable)
        @NotNull
        public Number getMinTransmitInterval()
      • setMinTransmitInterval

        @Stability(Stable)
        public void setMinTransmitInterval​(@NotNull
                                           Number value)
      • getMultiplier

        @Stability(Stable)
        @NotNull
        public Number getMultiplier()
      • setMultiplier

        @Stability(Stable)
        public void setMultiplier​(@NotNull
                                  Number value)
      • getSessionInitializationMode

        @Stability(Stable)
        @NotNull
        public String getSessionInitializationMode()
      • setSessionInitializationMode

        @Stability(Stable)
        public void setSessionInitializationMode​(@NotNull
                                                 String value)
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     ComputeRouterPeerBfd value)