Class GkeonpremVmwareClusterLoadBalancerManualLbConfigOutputReference

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

      • GkeonpremVmwareClusterLoadBalancerManualLbConfigOutputReference

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

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

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

      • resetControlPlaneNodePort

        @Stability(Stable)
        public void resetControlPlaneNodePort()
      • resetIngressHttpNodePort

        @Stability(Stable)
        public void resetIngressHttpNodePort()
      • resetIngressHttpsNodePort

        @Stability(Stable)
        public void resetIngressHttpsNodePort()
      • resetKonnectivityServerNodePort

        @Stability(Stable)
        public void resetKonnectivityServerNodePort()
      • getControlPlaneNodePortInput

        @Stability(Stable)
        @Nullable
        public Number getControlPlaneNodePortInput()
      • getIngressHttpNodePortInput

        @Stability(Stable)
        @Nullable
        public Number getIngressHttpNodePortInput()
      • getIngressHttpsNodePortInput

        @Stability(Stable)
        @Nullable
        public Number getIngressHttpsNodePortInput()
      • getKonnectivityServerNodePortInput

        @Stability(Stable)
        @Nullable
        public Number getKonnectivityServerNodePortInput()
      • getControlPlaneNodePort

        @Stability(Stable)
        @NotNull
        public Number getControlPlaneNodePort()
      • setControlPlaneNodePort

        @Stability(Stable)
        public void setControlPlaneNodePort​(@NotNull
                                            Number value)
      • getIngressHttpNodePort

        @Stability(Stable)
        @NotNull
        public Number getIngressHttpNodePort()
      • setIngressHttpNodePort

        @Stability(Stable)
        public void setIngressHttpNodePort​(@NotNull
                                           Number value)
      • getIngressHttpsNodePort

        @Stability(Stable)
        @NotNull
        public Number getIngressHttpsNodePort()
      • setIngressHttpsNodePort

        @Stability(Stable)
        public void setIngressHttpsNodePort​(@NotNull
                                            Number value)
      • getKonnectivityServerNodePort

        @Stability(Stable)
        @NotNull
        public Number getKonnectivityServerNodePort()
      • setKonnectivityServerNodePort

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