DevEnvironmentSummary

Information about a Dev Environment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user-specified alias for the Dev Environment.

Link copied to clipboard

The system-generated unique ID of the user who created the Dev Environment.

Link copied to clipboard
val id: String

The system-generated unique ID for the Dev Environment.

Link copied to clipboard
val ides: List<Ide>?

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. Dev Environments consume compute minutes when running.

Link copied to clipboard

The Amazon EC2 instace type used 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 configuration of persistent storage for the Dev Environment.

Link copied to clipboard

The name of the project in the space.

Link copied to clipboard

Information about the repositories that will be cloned into the Dev Environment. If no rvalue is specified, no repository is cloned.

Link copied to clipboard

The name of the space.

Link copied to clipboard

The status of the Dev Environment.

Link copied to clipboard

The reason for the status.

Link copied to clipboard

The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String