Class DirectoryLimits
- All Implemented Interfaces:
Serializable
,Cloneable
Contains directory limit information for a region.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The current number of cloud directories in the region.The maximum number of cloud directories allowed in the region.Indicates if the cloud directory limit has been reached.The current number of Microsoft AD directories in the region.The maximum number of Microsoft AD directories allowed in the region.Indicates if the Microsoft AD directory limit has been reached.The current number of connected directories in the region.The maximum number of connected directories allowed in the region.Indicates if the connected directory limit has been reached.int
hashCode()
Indicates if the cloud directory limit has been reached.Indicates if the Microsoft AD directory limit has been reached.Indicates if the connected directory limit has been reached.void
setCloudOnlyDirectoriesCurrentCount
(Integer cloudOnlyDirectoriesCurrentCount) The current number of cloud directories in the region.void
setCloudOnlyDirectoriesLimit
(Integer cloudOnlyDirectoriesLimit) The maximum number of cloud directories allowed in the region.void
setCloudOnlyDirectoriesLimitReached
(Boolean cloudOnlyDirectoriesLimitReached) Indicates if the cloud directory limit has been reached.void
setCloudOnlyMicrosoftADCurrentCount
(Integer cloudOnlyMicrosoftADCurrentCount) The current number of Microsoft AD directories in the region.void
setCloudOnlyMicrosoftADLimit
(Integer cloudOnlyMicrosoftADLimit) The maximum number of Microsoft AD directories allowed in the region.void
setCloudOnlyMicrosoftADLimitReached
(Boolean cloudOnlyMicrosoftADLimitReached) Indicates if the Microsoft AD directory limit has been reached.void
setConnectedDirectoriesCurrentCount
(Integer connectedDirectoriesCurrentCount) The current number of connected directories in the region.void
setConnectedDirectoriesLimit
(Integer connectedDirectoriesLimit) The maximum number of connected directories allowed in the region.void
setConnectedDirectoriesLimitReached
(Boolean connectedDirectoriesLimitReached) Indicates if the connected directory limit has been reached.toString()
Returns a string representation of this object; useful for testing and debugging.withCloudOnlyDirectoriesCurrentCount
(Integer cloudOnlyDirectoriesCurrentCount) The current number of cloud directories in the region.withCloudOnlyDirectoriesLimit
(Integer cloudOnlyDirectoriesLimit) The maximum number of cloud directories allowed in the region.withCloudOnlyDirectoriesLimitReached
(Boolean cloudOnlyDirectoriesLimitReached) Indicates if the cloud directory limit has been reached.withCloudOnlyMicrosoftADCurrentCount
(Integer cloudOnlyMicrosoftADCurrentCount) The current number of Microsoft AD directories in the region.withCloudOnlyMicrosoftADLimit
(Integer cloudOnlyMicrosoftADLimit) The maximum number of Microsoft AD directories allowed in the region.withCloudOnlyMicrosoftADLimitReached
(Boolean cloudOnlyMicrosoftADLimitReached) Indicates if the Microsoft AD directory limit has been reached.withConnectedDirectoriesCurrentCount
(Integer connectedDirectoriesCurrentCount) The current number of connected directories in the region.withConnectedDirectoriesLimit
(Integer connectedDirectoriesLimit) The maximum number of connected directories allowed in the region.withConnectedDirectoriesLimitReached
(Boolean connectedDirectoriesLimitReached) Indicates if the connected directory limit has been reached.
-
Constructor Details
-
DirectoryLimits
public DirectoryLimits()
-
-
Method Details
-
setCloudOnlyDirectoriesLimit
The maximum number of cloud directories allowed in the region.
- Parameters:
cloudOnlyDirectoriesLimit
- The maximum number of cloud directories allowed in the region.
-
getCloudOnlyDirectoriesLimit
The maximum number of cloud directories allowed in the region.
- Returns:
- The maximum number of cloud directories allowed in the region.
-
withCloudOnlyDirectoriesLimit
The maximum number of cloud directories allowed in the region.
- Parameters:
cloudOnlyDirectoriesLimit
- The maximum number of cloud directories allowed in the region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCloudOnlyDirectoriesCurrentCount
The current number of cloud directories in the region.
- Parameters:
cloudOnlyDirectoriesCurrentCount
- The current number of cloud directories in the region.
-
getCloudOnlyDirectoriesCurrentCount
The current number of cloud directories in the region.
- Returns:
- The current number of cloud directories in the region.
-
withCloudOnlyDirectoriesCurrentCount
public DirectoryLimits withCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount) The current number of cloud directories in the region.
- Parameters:
cloudOnlyDirectoriesCurrentCount
- The current number of cloud directories in the region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCloudOnlyDirectoriesLimitReached
Indicates if the cloud directory limit has been reached.
- Parameters:
cloudOnlyDirectoriesLimitReached
- Indicates if the cloud directory limit has been reached.
-
getCloudOnlyDirectoriesLimitReached
Indicates if the cloud directory limit has been reached.
- Returns:
- Indicates if the cloud directory limit has been reached.
-
withCloudOnlyDirectoriesLimitReached
public DirectoryLimits withCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached) Indicates if the cloud directory limit has been reached.
- Parameters:
cloudOnlyDirectoriesLimitReached
- Indicates if the cloud directory limit has been reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCloudOnlyDirectoriesLimitReached
Indicates if the cloud directory limit has been reached.
- Returns:
- Indicates if the cloud directory limit has been reached.
-
setCloudOnlyMicrosoftADLimit
The maximum number of Microsoft AD directories allowed in the region.- Parameters:
cloudOnlyMicrosoftADLimit
- The maximum number of Microsoft AD directories allowed in the region.
-
getCloudOnlyMicrosoftADLimit
The maximum number of Microsoft AD directories allowed in the region.- Returns:
- The maximum number of Microsoft AD directories allowed in the region.
-
withCloudOnlyMicrosoftADLimit
The maximum number of Microsoft AD directories allowed in the region.- Parameters:
cloudOnlyMicrosoftADLimit
- The maximum number of Microsoft AD directories allowed in the region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCloudOnlyMicrosoftADCurrentCount
The current number of Microsoft AD directories in the region.- Parameters:
cloudOnlyMicrosoftADCurrentCount
- The current number of Microsoft AD directories in the region.
-
getCloudOnlyMicrosoftADCurrentCount
The current number of Microsoft AD directories in the region.- Returns:
- The current number of Microsoft AD directories in the region.
-
withCloudOnlyMicrosoftADCurrentCount
public DirectoryLimits withCloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount) The current number of Microsoft AD directories in the region.- Parameters:
cloudOnlyMicrosoftADCurrentCount
- The current number of Microsoft AD directories in the region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCloudOnlyMicrosoftADLimitReached
Indicates if the Microsoft AD directory limit has been reached.- Parameters:
cloudOnlyMicrosoftADLimitReached
- Indicates if the Microsoft AD directory limit has been reached.
-
getCloudOnlyMicrosoftADLimitReached
Indicates if the Microsoft AD directory limit has been reached.- Returns:
- Indicates if the Microsoft AD directory limit has been reached.
-
withCloudOnlyMicrosoftADLimitReached
public DirectoryLimits withCloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached) Indicates if the Microsoft AD directory limit has been reached.- Parameters:
cloudOnlyMicrosoftADLimitReached
- Indicates if the Microsoft AD directory limit has been reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCloudOnlyMicrosoftADLimitReached
Indicates if the Microsoft AD directory limit has been reached.- Returns:
- Indicates if the Microsoft AD directory limit has been reached.
-
setConnectedDirectoriesLimit
The maximum number of connected directories allowed in the region.
- Parameters:
connectedDirectoriesLimit
- The maximum number of connected directories allowed in the region.
-
getConnectedDirectoriesLimit
The maximum number of connected directories allowed in the region.
- Returns:
- The maximum number of connected directories allowed in the region.
-
withConnectedDirectoriesLimit
The maximum number of connected directories allowed in the region.
- Parameters:
connectedDirectoriesLimit
- The maximum number of connected directories allowed in the region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConnectedDirectoriesCurrentCount
The current number of connected directories in the region.
- Parameters:
connectedDirectoriesCurrentCount
- The current number of connected directories in the region.
-
getConnectedDirectoriesCurrentCount
The current number of connected directories in the region.
- Returns:
- The current number of connected directories in the region.
-
withConnectedDirectoriesCurrentCount
public DirectoryLimits withConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount) The current number of connected directories in the region.
- Parameters:
connectedDirectoriesCurrentCount
- The current number of connected directories in the region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConnectedDirectoriesLimitReached
Indicates if the connected directory limit has been reached.
- Parameters:
connectedDirectoriesLimitReached
- Indicates if the connected directory limit has been reached.
-
getConnectedDirectoriesLimitReached
Indicates if the connected directory limit has been reached.
- Returns:
- Indicates if the connected directory limit has been reached.
-
withConnectedDirectoriesLimitReached
public DirectoryLimits withConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached) Indicates if the connected directory limit has been reached.
- Parameters:
connectedDirectoriesLimitReached
- Indicates if the connected directory limit has been reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isConnectedDirectoriesLimitReached
Indicates if the connected directory limit has been reached.
- Returns:
- Indicates if the connected directory limit has been reached.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-