Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.19 KB

File metadata and controls

17 lines (14 loc) · 1.19 KB

# CreateEnvironmentRequest

Properties

Name Type Description Notes
env_name string Environment name (e.g., 'staging', 'development')
min_capacity int Minimum number of instances [optional]
max_capacity int Maximum number of instances [optional]
clone_configuration_from string Clone configuration from an existing environment [optional]
compose_definition \QuantClient\Model\Compose [optional]
image_suffix string Optional image tag suffix for cloning [optional]
spot_configuration \QuantClient\Model\SpotConfiguration [optional]
environment \QuantClient\Model\CreateEnvironmentRequestEnvironmentInner[] Environment variables to inject [optional]
merge_environment bool Whether to merge environment variables with cloned ones (true) or replace them (false). Default: false [optional]

[Back to Model list] [Back to API list] [Back to README]