Class DirectoryLimits

    • Method Detail

      • cloudOnlyDirectoriesLimit

        public final Integer cloudOnlyDirectoriesLimit()

        The maximum number of cloud directories allowed in the Region.

        Returns:
        The maximum number of cloud directories allowed in the Region.
      • cloudOnlyDirectoriesCurrentCount

        public final Integer cloudOnlyDirectoriesCurrentCount()

        The current number of cloud directories in the Region.

        Returns:
        The current number of cloud directories in the Region.
      • cloudOnlyDirectoriesLimitReached

        public final Boolean cloudOnlyDirectoriesLimitReached()

        Indicates if the cloud directory limit has been reached.

        Returns:
        Indicates if the cloud directory limit has been reached.
      • cloudOnlyMicrosoftADLimit

        public final Integer cloudOnlyMicrosoftADLimit()

        The maximum number of Managed Microsoft AD directories allowed in the region.

        Returns:
        The maximum number of Managed Microsoft AD directories allowed in the region.
      • cloudOnlyMicrosoftADCurrentCount

        public final Integer cloudOnlyMicrosoftADCurrentCount()

        The current number of Managed Microsoft AD directories in the region.

        Returns:
        The current number of Managed Microsoft AD directories in the region.
      • cloudOnlyMicrosoftADLimitReached

        public final Boolean cloudOnlyMicrosoftADLimitReached()

        Indicates if the Managed Microsoft AD directory limit has been reached.

        Returns:
        Indicates if the Managed Microsoft AD directory limit has been reached.
      • connectedDirectoriesLimit

        public final Integer connectedDirectoriesLimit()

        The maximum number of connected directories allowed in the Region.

        Returns:
        The maximum number of connected directories allowed in the Region.
      • connectedDirectoriesCurrentCount

        public final Integer connectedDirectoriesCurrentCount()

        The current number of connected directories in the Region.

        Returns:
        The current number of connected directories in the Region.
      • connectedDirectoriesLimitReached

        public final Boolean connectedDirectoriesLimitReached()

        Indicates if the connected directory limit has been reached.

        Returns:
        Indicates if the connected directory limit has been reached.
      • 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)