Class Environment
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Environment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnvironment.SizeCurrent size of the environment.static interfaceEnvironment.StatusCurrent status of the environment. -
Constructor Summary
Constructors Constructor Description Environment() -
Method Summary
Modifier and Type Method Description DategetCreated()Gets the created.StringgetDescription()Gets the description.StringgetEnvironmentId()Gets the environmentId.IndexCapacitygetIndexCapacity()Gets the indexCapacity.StringgetName()Gets the name.StringgetRequestedSize()Gets the requestedSize.SearchStatusgetSearchStatus()Gets the searchStatus.StringgetSize()Gets the size.StringgetStatus()Gets the status.DategetUpdated()Gets the updated.BooleanisReadOnly()Gets the readOnly.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Environment
public Environment()
-
-
Method Details
-
getEnvironmentId
Gets the environmentId.Unique identifier for the environment.
- Returns:
- the environmentId
-
getName
Gets the name.Name that identifies the environment.
- Returns:
- the name
-
getDescription
Gets the description.Description of the environment.
- Returns:
- the description
-
getCreated
Gets the created.Creation date of the environment, in the format `yyyy-MM-dd'T'HH:mm:ss.SSS'Z'`.
- Returns:
- the created
-
getUpdated
Gets the updated.Date of most recent environment update, in the format `yyyy-MM-dd'T'HH:mm:ss.SSS'Z'`.
- Returns:
- the updated
-
getStatus
Gets the status.Current status of the environment. `resizing` is displayed when a request to increase the environment size has been made, but is still in the process of being completed.
- Returns:
- the status
-
isReadOnly
Gets the readOnly.If `true`, the environment contains read-only collections that are maintained by IBM.
- Returns:
- the readOnly
-
getSize
Gets the size.Current size of the environment.
- Returns:
- the size
-
getRequestedSize
Gets the requestedSize.The new size requested for this environment. Only returned when the environment *status* is `resizing`.
*Note:* Querying and indexing can still be performed during an environment upsize.
- Returns:
- the requestedSize
-
getIndexCapacity
Gets the indexCapacity.Details about the resource usage and capacity of the environment.
- Returns:
- the indexCapacity
-
getSearchStatus
Gets the searchStatus.Information about the Continuous Relevancy Training for this environment.
- Returns:
- the searchStatus
-