Class ContainerNodePoolNodeConfigKubeletConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.container_node_pool.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description ContainerNodePoolNodeConfigKubeletConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedContainerNodePoolNodeConfigKubeletConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedContainerNodePoolNodeConfigKubeletConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCpuCfsQuota()ObjectgetCpuCfsQuotaInput()StringgetCpuCfsQuotaPeriod()StringgetCpuCfsQuotaPeriodInput()StringgetCpuManagerPolicy()StringgetCpuManagerPolicyInput()ContainerNodePoolNodeConfigKubeletConfiggetInternalValue()NumbergetPodPidsLimit()NumbergetPodPidsLimitInput()voidresetCpuCfsQuota()voidresetCpuCfsQuotaPeriod()voidresetPodPidsLimit()voidsetCpuCfsQuota(com.hashicorp.cdktf.IResolvable value)voidsetCpuCfsQuota(Boolean value)voidsetCpuCfsQuotaPeriod(String value)voidsetCpuManagerPolicy(String value)voidsetInternalValue(ContainerNodePoolNodeConfigKubeletConfig value)voidsetPodPidsLimit(Number value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public ContainerNodePoolNodeConfigKubeletConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ContainerNodePoolNodeConfigKubeletConfig value)
-
-