Class InstanceCapacity

    • Method Detail

      • availableCapacity

        public final Integer availableCapacity()

        The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.

        Returns:
        The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
      • instanceType

        public final String instanceType()

        The instance type supported by the Dedicated Host.

        Returns:
        The instance type supported by the Dedicated Host.
      • totalCapacity

        public final Integer totalCapacity()

        The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.

        Returns:
        The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.
      • 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)