Class GkeonpremVmwareClusterLoadBalancerMetalLbConfigAddressPoolsOutputReference

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

      • GkeonpremVmwareClusterLoadBalancerMetalLbConfigAddressPoolsOutputReference

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

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

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

      • resetAvoidBuggyIps

        @Stability(Stable)
        public void resetAvoidBuggyIps()
      • resetManualAssign

        @Stability(Stable)
        public void resetManualAssign()
      • getAddressesInput

        @Stability(Stable)
        @Nullable
        public List<String> getAddressesInput()
      • getAvoidBuggyIpsInput

        @Stability(Stable)
        @Nullable
        public Object getAvoidBuggyIpsInput()
      • getManualAssignInput

        @Stability(Stable)
        @Nullable
        public Object getManualAssignInput()
      • getPoolInput

        @Stability(Stable)
        @Nullable
        public String getPoolInput()
      • getAddresses

        @Stability(Stable)
        @NotNull
        public List<String> getAddresses()
      • setAddresses

        @Stability(Stable)
        public void setAddresses​(@NotNull
                                 List<String> value)
      • getAvoidBuggyIps

        @Stability(Stable)
        @NotNull
        public Object getAvoidBuggyIps()
      • setAvoidBuggyIps

        @Stability(Stable)
        public void setAvoidBuggyIps​(@NotNull
                                     Boolean value)
      • setAvoidBuggyIps

        @Stability(Stable)
        public void setAvoidBuggyIps​(@NotNull
                                     com.hashicorp.cdktf.IResolvable value)
      • getManualAssign

        @Stability(Stable)
        @NotNull
        public Object getManualAssign()
      • setManualAssign

        @Stability(Stable)
        public void setManualAssign​(@NotNull
                                    Boolean value)
      • setManualAssign

        @Stability(Stable)
        public void setManualAssign​(@NotNull
                                    com.hashicorp.cdktf.IResolvable value)
      • getPool

        @Stability(Stable)
        @NotNull
        public String getPool()
      • setPool

        @Stability(Stable)
        public void setPool​(@NotNull
                            String value)
      • getInternalValue

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

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