Class ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_region_instance_group_manager.ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference
-
- 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.756Z") @Stability(Stable) public class ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference 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 ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeRegionInstanceGroupManagerUpdatePolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeRegionInstanceGroupManagerUpdatePolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference
protected ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference
protected ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference
@Stability(Stable) public ComputeRegionInstanceGroupManagerUpdatePolicyOutputReference(@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
-
resetInstanceRedistributionType
@Stability(Stable) public void resetInstanceRedistributionType()
-
resetMaxSurgeFixed
@Stability(Stable) public void resetMaxSurgeFixed()
-
resetMaxSurgePercent
@Stability(Stable) public void resetMaxSurgePercent()
-
resetMaxUnavailableFixed
@Stability(Stable) public void resetMaxUnavailableFixed()
-
resetMaxUnavailablePercent
@Stability(Stable) public void resetMaxUnavailablePercent()
-
resetMostDisruptiveAllowedAction
@Stability(Stable) public void resetMostDisruptiveAllowedAction()
-
resetReplacementMethod
@Stability(Stable) public void resetReplacementMethod()
-
getInstanceRedistributionTypeInput
@Stability(Stable) @Nullable public String getInstanceRedistributionTypeInput()
-
getMaxSurgeFixedInput
@Stability(Stable) @Nullable public Number getMaxSurgeFixedInput()
-
getMaxSurgePercentInput
@Stability(Stable) @Nullable public Number getMaxSurgePercentInput()
-
getMaxUnavailableFixedInput
@Stability(Stable) @Nullable public Number getMaxUnavailableFixedInput()
-
getMaxUnavailablePercentInput
@Stability(Stable) @Nullable public Number getMaxUnavailablePercentInput()
-
getMinimalActionInput
@Stability(Stable) @Nullable public String getMinimalActionInput()
-
getMostDisruptiveAllowedActionInput
@Stability(Stable) @Nullable public String getMostDisruptiveAllowedActionInput()
-
getReplacementMethodInput
@Stability(Stable) @Nullable public String getReplacementMethodInput()
-
getTypeInput
@Stability(Stable) @Nullable public String getTypeInput()
-
getInstanceRedistributionType
@Stability(Stable) @NotNull public String getInstanceRedistributionType()
-
setInstanceRedistributionType
@Stability(Stable) public void setInstanceRedistributionType(@NotNull String value)
-
getMaxSurgeFixed
@Stability(Stable) @NotNull public Number getMaxSurgeFixed()
-
setMaxSurgeFixed
@Stability(Stable) public void setMaxSurgeFixed(@NotNull Number value)
-
getMaxSurgePercent
@Stability(Stable) @NotNull public Number getMaxSurgePercent()
-
setMaxSurgePercent
@Stability(Stable) public void setMaxSurgePercent(@NotNull Number value)
-
getMaxUnavailableFixed
@Stability(Stable) @NotNull public Number getMaxUnavailableFixed()
-
setMaxUnavailableFixed
@Stability(Stable) public void setMaxUnavailableFixed(@NotNull Number value)
-
getMaxUnavailablePercent
@Stability(Stable) @NotNull public Number getMaxUnavailablePercent()
-
setMaxUnavailablePercent
@Stability(Stable) public void setMaxUnavailablePercent(@NotNull Number value)
-
getMinimalAction
@Stability(Stable) @NotNull public String getMinimalAction()
-
setMinimalAction
@Stability(Stable) public void setMinimalAction(@NotNull String value)
-
getMostDisruptiveAllowedAction
@Stability(Stable) @NotNull public String getMostDisruptiveAllowedAction()
-
setMostDisruptiveAllowedAction
@Stability(Stable) public void setMostDisruptiveAllowedAction(@NotNull String value)
-
getReplacementMethod
@Stability(Stable) @NotNull public String getReplacementMethod()
-
setReplacementMethod
@Stability(Stable) public void setReplacementMethod(@NotNull String value)
-
getType
@Stability(Stable) @NotNull public String getType()
-
setType
@Stability(Stable) public void setType(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeRegionInstanceGroupManagerUpdatePolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeRegionInstanceGroupManagerUpdatePolicy value)
-
-