GetDevEnvironmentResult class
Result data returned by getDevEnvironment.
Constructors
-
GetDevEnvironmentResult({String? alias, String? creatorId, String? envId, String? id, List<
GetDevEnvironmentIde> ? ides, int? inactivityTimeoutMinutes, String? instanceType, String? lastUpdatedTime, List<GetDevEnvironmentPersistentStorage> ? persistentStorages, String? projectName, String? region, List<GetDevEnvironmentRepository> ? repositories, String? spaceName, String? status, String? statusReason, Map<String, String> ? tags}) -
Creates a new GetDevEnvironmentResult.
aliasThe user-specified alias for the Dev Environment.creatorIdThe system-generated unique ID of the user who created the Dev Environment.envIdOptional.idThe provider-assigned unique ID for this managed resource.idesInformation about the integrated development environment (IDE) configured for a Dev Environment.inactivityTimeoutMinutesThe 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.instanceTypeThe Amazon EC2 instace type to use for the Dev Environment.lastUpdatedTimeThe time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.persistentStoragesInformation about the amount of storage allocated to the Dev Environment.projectNameOptional.regionOptional.repositoriesThe source repository that contains the branch to clone into the Dev Environment.spaceNameOptional.statusThe current status of the Dev Environment. From: PENDING | RUNNING | STARTING | STOPPING | STOPPED | FAILED | DELETING | DELETED.statusReasonThe reason for the status.tagsOptional.const -
GetDevEnvironmentResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
- alias → String?
-
The user-specified alias for the Dev Environment.
final
- creatorId → String?
-
The system-generated unique ID of the user who created the Dev Environment.
final
- envId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
-
ides
→ List<
GetDevEnvironmentIde> ? -
Information about the integrated development environment (IDE) configured for a Dev Environment.
final
- inactivityTimeoutMinutes → int?
-
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.
final
- instanceType → String?
-
The Amazon EC2 instace type to use for the Dev Environment.
final
- lastUpdatedTime → String?
-
The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
final
-
persistentStorages
→ List<
GetDevEnvironmentPersistentStorage> ? -
Information about the amount of storage allocated to the Dev Environment.
final
- projectName → String?
-
final
- region → String?
-
final
-
repositories
→ List<
GetDevEnvironmentRepository> ? -
The source repository that contains the branch to clone into the Dev Environment.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceName → String?
-
final
- status → String?
-
The current status of the Dev Environment. From: PENDING | RUNNING | STARTING | STOPPING | STOPPED | FAILED | DELETING | DELETED.
final
- statusReason → String?
-
The reason for the status.
final
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited