Class AutoScalingUpdate

    • Method Detail

      • maxWorkerCount

        public final Integer maxWorkerCount()

        The target maximum number of workers allocated to the connector.

        Returns:
        The target maximum number of workers allocated to the connector.
      • mcuCount

        public final Integer mcuCount()

        The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

        Returns:
        The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
      • minWorkerCount

        public final Integer minWorkerCount()

        The target minimum number of workers allocated to the connector.

        Returns:
        The target minimum number of workers allocated to the connector.
      • scaleInPolicy

        public final ScaleInPolicyUpdate scaleInPolicy()

        The target sacle-in policy for the connector.

        Returns:
        The target sacle-in policy for the connector.
      • scaleOutPolicy

        public final ScaleOutPolicyUpdate scaleOutPolicy()

        The target sacle-out policy for the connector.

        Returns:
        The target sacle-out policy for the connector.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)