@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 AWS Managed Microsoft AD directories in the region.
|
Integer |
cloudOnlyMicrosoftADLimit()
The maximum number of AWS Managed Microsoft AD directories allowed in the region.
|
Boolean |
cloudOnlyMicrosoftADLimitReached()
Indicates if the AWS 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DirectoryLimits.Builder> |
serializableBuilderClass() |
DirectoryLimits.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer cloudOnlyDirectoriesLimit()
The maximum number of cloud directories allowed in the region.
public Integer cloudOnlyDirectoriesCurrentCount()
The current number of cloud directories in the region.
public Boolean cloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
public Integer cloudOnlyMicrosoftADLimit()
The maximum number of AWS Managed Microsoft AD directories allowed in the region.
public Integer cloudOnlyMicrosoftADCurrentCount()
The current number of AWS Managed Microsoft AD directories in the region.
public Boolean cloudOnlyMicrosoftADLimitReached()
Indicates if the AWS Managed Microsoft AD directory limit has been reached.
public Integer connectedDirectoriesLimit()
The maximum number of connected directories allowed in the region.
public Integer connectedDirectoriesCurrentCount()
The current number of connected directories in the region.
public Boolean connectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
public DirectoryLimits.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DirectoryLimits.Builder,DirectoryLimits>
public static DirectoryLimits.Builder builder()
public static Class<? extends DirectoryLimits.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.