Class ContainerNodePoolNodeConfigKubeletConfigOutputReference

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

      • ContainerNodePoolNodeConfigKubeletConfigOutputReference

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

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

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

      • resetCpuCfsQuota

        @Stability(Stable)
        public void resetCpuCfsQuota()
      • resetCpuCfsQuotaPeriod

        @Stability(Stable)
        public void resetCpuCfsQuotaPeriod()
      • resetPodPidsLimit

        @Stability(Stable)
        public void resetPodPidsLimit()
      • getCpuCfsQuotaInput

        @Stability(Stable)
        @Nullable
        public Object getCpuCfsQuotaInput()
      • getCpuCfsQuotaPeriodInput

        @Stability(Stable)
        @Nullable
        public String getCpuCfsQuotaPeriodInput()
      • getCpuManagerPolicyInput

        @Stability(Stable)
        @Nullable
        public String getCpuManagerPolicyInput()
      • getPodPidsLimitInput

        @Stability(Stable)
        @Nullable
        public Number getPodPidsLimitInput()
      • getCpuCfsQuota

        @Stability(Stable)
        @NotNull
        public Object getCpuCfsQuota()
      • setCpuCfsQuota

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

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

        @Stability(Stable)
        @NotNull
        public String getCpuCfsQuotaPeriod()
      • setCpuCfsQuotaPeriod

        @Stability(Stable)
        public void setCpuCfsQuotaPeriod​(@NotNull
                                         String value)
      • getCpuManagerPolicy

        @Stability(Stable)
        @NotNull
        public String getCpuManagerPolicy()
      • setCpuManagerPolicy

        @Stability(Stable)
        public void setCpuManagerPolicy​(@NotNull
                                        String value)
      • getPodPidsLimit

        @Stability(Stable)
        @NotNull
        public Number getPodPidsLimit()
      • setPodPidsLimit

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