# GroupPutProperties

## Properties

| Name                       | Type                                                                                                                                              | Description                                                                                                                                               | Notes       |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **datacenter**             | [**GroupPutPropertiesDatacenter**](https://docs.ionos.com/sections-test/python-sdk/vm-autoscaling-python-sdk/models/groupputpropertiesdatacenter) |                                                                                                                                                           | \[optional] |
| **location**               | **str**                                                                                                                                           | The data center location.                                                                                                                                 | \[readonly] |
| **max\_replica\_count**    | **int**                                                                                                                                           | The maximum value for the number of replicas on a VM Auto Scaling Group. Must be >= 0 and <= 200. Will be enforced for both automatic and manual changes. |             |
| **min\_replica\_count**    | **int**                                                                                                                                           | The minimum value for the number of replicas on a VM Auto Scaling Group. Must be >= 0 and <= 200. Will be enforced for both automatic and manual changes  |             |
| **name**                   | **str**                                                                                                                                           | The name of the VM Auto Scaling Group. This field must not be null or blank.                                                                              |             |
| **policy**                 | [**GroupPolicy**](https://docs.ionos.com/sections-test/python-sdk/vm-autoscaling-python-sdk/models/grouppolicy)                                   |                                                                                                                                                           |             |
| **replica\_configuration** | [**ReplicaPropertiesPost**](https://docs.ionos.com/sections-test/python-sdk/vm-autoscaling-python-sdk/models/replicapropertiespost)               |                                                                                                                                                           |             |
