Class ComputeConfiguration

    • Method Detail

      • vCpu

        public final Double vCpu()

        The number of vCPU cores in the resource.

        Returns:
        The number of vCPU cores in the resource.
      • memorySizeInMB

        public final Integer memorySizeInMB()

        The memory size of the resource.

        Returns:
        The memory size of the resource.
      • architecture

        public final String architecture()

        The architecture of the resource.

        Returns:
        The architecture of the resource.
      • platform

        public final String platform()

        The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.

        Returns:
        The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.
      • 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)