Class ComputeRegionAutoscalerAutoscalingPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_region_autoscaler.ComputeRegionAutoscalerAutoscalingPolicyOutputReference
-
- 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.676Z") @Stability(Stable) public class ComputeRegionAutoscalerAutoscalingPolicyOutputReference 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 ComputeRegionAutoscalerAutoscalingPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeRegionAutoscalerAutoscalingPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeRegionAutoscalerAutoscalingPolicyOutputReference(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
-
ComputeRegionAutoscalerAutoscalingPolicyOutputReference
protected ComputeRegionAutoscalerAutoscalingPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeRegionAutoscalerAutoscalingPolicyOutputReference
protected ComputeRegionAutoscalerAutoscalingPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeRegionAutoscalerAutoscalingPolicyOutputReference
@Stability(Stable) public ComputeRegionAutoscalerAutoscalingPolicyOutputReference(@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
-
putCpuUtilization
@Stability(Stable) public void putCpuUtilization(@NotNull ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization value)- Parameters:
value- This parameter is required.
-
putLoadBalancingUtilization
@Stability(Stable) public void putLoadBalancingUtilization(@NotNull ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization value)- Parameters:
value- This parameter is required.
-
putMetric
@Stability(Stable) public void putMetric(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putScaleInControl
@Stability(Stable) public void putScaleInControl(@NotNull ComputeRegionAutoscalerAutoscalingPolicyScaleInControl value)- Parameters:
value- This parameter is required.
-
putScalingSchedules
@Stability(Stable) public void putScalingSchedules(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetCooldownPeriod
@Stability(Stable) public void resetCooldownPeriod()
-
resetCpuUtilization
@Stability(Stable) public void resetCpuUtilization()
-
resetLoadBalancingUtilization
@Stability(Stable) public void resetLoadBalancingUtilization()
-
resetMetric
@Stability(Stable) public void resetMetric()
-
resetMode
@Stability(Stable) public void resetMode()
-
resetScaleInControl
@Stability(Stable) public void resetScaleInControl()
-
resetScalingSchedules
@Stability(Stable) public void resetScalingSchedules()
-
getCpuUtilization
@Stability(Stable) @NotNull public ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference getCpuUtilization()
-
getLoadBalancingUtilization
@Stability(Stable) @NotNull public ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference getLoadBalancingUtilization()
-
getMetric
@Stability(Stable) @NotNull public ComputeRegionAutoscalerAutoscalingPolicyMetricList getMetric()
-
getScaleInControl
@Stability(Stable) @NotNull public ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference getScaleInControl()
-
getScalingSchedules
@Stability(Stable) @NotNull public ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList getScalingSchedules()
-
getCooldownPeriodInput
@Stability(Stable) @Nullable public Number getCooldownPeriodInput()
-
getCpuUtilizationInput
@Stability(Stable) @Nullable public ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization getCpuUtilizationInput()
-
getLoadBalancingUtilizationInput
@Stability(Stable) @Nullable public ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization getLoadBalancingUtilizationInput()
-
getMaxReplicasInput
@Stability(Stable) @Nullable public Number getMaxReplicasInput()
-
getMetricInput
@Stability(Stable) @Nullable public Object getMetricInput()
-
getMinReplicasInput
@Stability(Stable) @Nullable public Number getMinReplicasInput()
-
getModeInput
@Stability(Stable) @Nullable public String getModeInput()
-
getScaleInControlInput
@Stability(Stable) @Nullable public ComputeRegionAutoscalerAutoscalingPolicyScaleInControl getScaleInControlInput()
-
getScalingSchedulesInput
@Stability(Stable) @Nullable public Object getScalingSchedulesInput()
-
getCooldownPeriod
@Stability(Stable) @NotNull public Number getCooldownPeriod()
-
setCooldownPeriod
@Stability(Stable) public void setCooldownPeriod(@NotNull Number value)
-
getMaxReplicas
@Stability(Stable) @NotNull public Number getMaxReplicas()
-
setMaxReplicas
@Stability(Stable) public void setMaxReplicas(@NotNull Number value)
-
getMinReplicas
@Stability(Stable) @NotNull public Number getMinReplicas()
-
setMinReplicas
@Stability(Stable) public void setMinReplicas(@NotNull Number value)
-
getMode
@Stability(Stable) @NotNull public String getMode()
-
setMode
@Stability(Stable) public void setMode(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeRegionAutoscalerAutoscalingPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeRegionAutoscalerAutoscalingPolicy value)
-
-