@Generated(value="software.amazon.awssdk:codegen") public final class DirectoryLimits extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DirectoryLimits.Builder,DirectoryLimits>
Contains directory limit information for a Region.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DirectoryLimits.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryLimits.Builder |
builder() |
Integer |
cloudOnlyDirectoriesCurrentCount()
The current number of cloud directories in the Region.
|
Integer |
cloudOnlyDirectoriesLimit()
The maximum number of cloud directories allowed in the Region.
|
Boolean |
cloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
|
Integer |
cloudOnlyMicrosoftADCurrentCount()
The current number of Managed Microsoft AD directories in the region.
|
Integer |
cloudOnlyMicrosoftADLimit()
The maximum number of Managed Microsoft AD directories allowed in the region.
|
Boolean |
cloudOnlyMicrosoftADLimitReached()
Indicates if the Managed Microsoft AD directory limit has been reached.
|
Integer |
connectedDirectoriesCurrentCount()
The current number of connected directories in the Region.
|
Integer |
connectedDirectoriesLimit()
The maximum number of connected directories allowed in the Region.
|
Boolean |
connectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DirectoryLimits.Builder> |
serializableBuilderClass() |
DirectoryLimits.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer cloudOnlyDirectoriesLimit()
The maximum number of cloud directories allowed in the Region.
public final Integer cloudOnlyDirectoriesCurrentCount()
The current number of cloud directories in the Region.
public final Boolean cloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
public final Integer cloudOnlyMicrosoftADLimit()
The maximum number of Managed Microsoft AD directories allowed in the region.
public final Integer cloudOnlyMicrosoftADCurrentCount()
The current number of Managed Microsoft AD directories in the region.
public final Boolean cloudOnlyMicrosoftADLimitReached()
Indicates if the Managed Microsoft AD directory limit has been reached.
public final Integer connectedDirectoriesLimit()
The maximum number of connected directories allowed in the Region.
public final Integer connectedDirectoriesCurrentCount()
The current number of connected directories in the Region.
public final Boolean connectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
public DirectoryLimits.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DirectoryLimits.Builder,DirectoryLimits>public static DirectoryLimits.Builder builder()
public static Class<? extends DirectoryLimits.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.