GetDevEnvironmentResult constructor
- 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.
Implementation
const GetDevEnvironmentResult({
this.alias,
this.creatorId,
this.envId,
this.id,
this.ides,
this.inactivityTimeoutMinutes,
this.instanceType,
this.lastUpdatedTime,
this.persistentStorages,
this.projectName,
this.region,
this.repositories,
this.spaceName,
this.status,
this.statusReason,
this.tags,
});