# Constants
DeploymentStatusCompleted captures enum value "completed".
DeploymentStatusPending captures enum value "pending".
DeploymentStatusRunning captures enum value "running".
HealthStatusHealthy captures enum value "healthy".
HealthStatusUnhealthy captures enum value "unhealthy".
# Structs
CreateEnvironmentRequest Request object to CreateEnvironment api swagger:model CreateEnvironmentRequest.
Deployment deployment swagger:model Deployment.
Deployments Paginated list of deployments swagger:model Deployments.
Environment A representation of environment managed by scheduler via deployments swagger:model Environment.
Environments Paginated list of environments swagger:model Environments.
InstanceGroup Structure to group instances together swagger:model InstanceGroup.
# Type aliases
HealthStatus health status swagger:model HealthStatus.