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 interface
Environment.Size
Current size of the environment.static interface
Environment.Status
Current status of the environment. -
Constructor Summary
Constructors Constructor Description Environment()
-
Method Summary
Modifier and Type Method Description Date
getCreated()
Gets the created.String
getDescription()
Gets the description.String
getEnvironmentId()
Gets the environmentId.IndexCapacity
getIndexCapacity()
Gets the indexCapacity.String
getName()
Gets the name.String
getRequestedSize()
Gets the requestedSize.SearchStatus
getSearchStatus()
Gets the searchStatus.String
getSize()
Gets the size.String
getStatus()
Gets the status.Date
getUpdated()
Gets the updated.Boolean
isReadOnly()
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
-