Class ComputeInstanceGroupManagerVersionTargetSize.Jsii$Proxy

    • Method Detail

      • getPercent

        public final Number getPercent()
        Description copied from interface: ComputeInstanceGroupManagerVersionTargetSize
        The number of instances (calculated as percentage) which are managed for this version.

        Conflicts with fixed. Note that when using percent, rounding will be in favor of explicitly set target_size values; a managed instance group with 2 instances and 2 versions, one of which has a target_size.percent of 60 will create 2 instances of that version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#percent ComputeInstanceGroupManager#percent}

        Specified by:
        getPercent in interface ComputeInstanceGroupManagerVersionTargetSize
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object