Class ComputeResourcePolicyGroupPlacementPolicyOutputReference

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

      • ComputeResourcePolicyGroupPlacementPolicyOutputReference

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

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

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

      • resetAvailabilityDomainCount

        @Stability(Stable)
        public void resetAvailabilityDomainCount()
      • resetCollocation

        @Stability(Stable)
        public void resetCollocation()
      • resetVmCount

        @Stability(Stable)
        public void resetVmCount()
      • getAvailabilityDomainCountInput

        @Stability(Stable)
        @Nullable
        public Number getAvailabilityDomainCountInput()
      • getCollocationInput

        @Stability(Stable)
        @Nullable
        public String getCollocationInput()
      • getVmCountInput

        @Stability(Stable)
        @Nullable
        public Number getVmCountInput()
      • getAvailabilityDomainCount

        @Stability(Stable)
        @NotNull
        public Number getAvailabilityDomainCount()
      • setAvailabilityDomainCount

        @Stability(Stable)
        public void setAvailabilityDomainCount​(@NotNull
                                               Number value)
      • getCollocation

        @Stability(Stable)
        @NotNull
        public String getCollocation()
      • setCollocation

        @Stability(Stable)
        public void setCollocation​(@NotNull
                                   String value)
      • getVmCount

        @Stability(Stable)
        @NotNull
        public Number getVmCount()
      • setVmCount

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