A data structure representing deployment creation data.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | The deployment name. | [optional] |
| commercially_active | bool | Whether the deployment is commercially active. | [optional] |
| renewal_date | date | The renewal date. | [optional] |
| cut_off_date | date | The cutoff date. | [optional] |
| max_nodes | int | The maximum number of nodes. | [optional] |
| compute_credit_limit | int | The compute credit limit. | [optional] |
| subscription_level | int | The subscription level. | [optional] |
| effective_date | date | The effective date. | [optional] |
| storage_credit_limit | int | The storage credit limit. | [optional] |
| do_not_invoice | bool | Whether to not invoice. | [optional] |
| enabled | bool | Whether the deployment is enabled. | [optional] |
| features | list[str] | The list of feature names. | [optional] |
| note | str | An optional note to add to the deployment. | [optional] |