# GroupProperties

## Properties

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