Class LicenseDetailsResponse


  • public final class LicenseDetailsResponse
    extends java.lang.Object
    • Method Detail

      • assignedLicenses

        public java.lang.Integer assignedLicenses()
        Returns:
        Describes the number of assigned licenses.
      • edition

        public java.util.Optional<java.lang.String> edition()
        Returns:
        Describes the edition of the license. The values are either Standard or Datacenter.
      • immutableId

        public java.lang.String immutableId()
        Returns:
        Describes the immutable id.
      • processors

        public java.util.Optional<java.lang.Integer> processors()
        Returns:
        Describes the number of processors.
      • state

        public java.util.Optional<java.lang.String> state()
        Returns:
        Describes the state of the license.
      • target

        public java.util.Optional<java.lang.String> target()
        Returns:
        Describes the license target server.
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        Describes the license core type (pCore or vCore).