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. alias The user-specified alias for the Dev Environment. creatorId The system-generated unique ID of the user who created the Dev Environment. envId Optional. id The provider-assigned unique ID for this managed resource. ides Information about the integrated development environment (IDE) configured for a Dev Environment. inactivityTimeoutMinutes 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. instanceType The Amazon EC2 instace type to use for the Dev Environment. lastUpdatedTime The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. persistentStorages Information about the amount of storage allocated to the Dev Environment. projectName Optional. region Optional. repositories The source repository that contains the branch to clone into the Dev Environment. spaceName Optional. status The current status of the Dev Environment. From: PENDING | RUNNING | STARTING | STOPPING | STOPPED | FAILED | DELETING | DELETED. statusReason The reason for the status. tags Optional.
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
tags Map<String, String>?
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