Get Dev Environment Result
data class GetDevEnvironmentResult(val alias: String? = null, val creatorId: String? = null, val envId: String, val id: String, val ides: List<GetDevEnvironmentIde>, val inactivityTimeoutMinutes: Int, val instanceType: String, val lastUpdatedTime: String, val persistentStorages: List<GetDevEnvironmentPersistentStorage>, val projectName: String, val repositories: List<GetDevEnvironmentRepository>? = null, val spaceName: String, val status: String, val statusReason: String, val tags: Map<String, String>)
A collection of values returned by getDevEnvironment.
Constructors
Link copied to clipboard
constructor(alias: String? = null, creatorId: String? = null, envId: String, id: String, ides: List<GetDevEnvironmentIde>, inactivityTimeoutMinutes: Int, instanceType: String, lastUpdatedTime: String, persistentStorages: List<GetDevEnvironmentPersistentStorage>, projectName: String, repositories: List<GetDevEnvironmentRepository>? = null, spaceName: String, status: String, statusReason: String, tags: Map<String, String>)
Properties
Link copied to clipboard
Information about the integrated development environment (IDE) configured for a Dev Environment.
Link copied to clipboard
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.
Link copied to clipboard
The Amazon EC2 instace type to use for the Dev Environment.
Link copied to clipboard
The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
Link copied to clipboard
Information about the amount of storage allocated to the Dev Environment.
Link copied to clipboard
Link copied to clipboard
The source repository that contains the branch to clone into the Dev Environment.
Link copied to clipboard
The reason for the status.