docs/models/DatacenterProperties.md in ionoscloud-6.0.0.beta.4 vs docs/models/DatacenterProperties.md in ionoscloud-6.0.0
- old
+ new
@@ -2,15 +2,15 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **name** | **String** | A name of that resource | [optional] |
-| **description** | **String** | A description for the datacenter, e.g. staging, production | [optional] |
-| **location** | **String** | The physical location where the datacenter will be created. This will be where all of your servers live. Property cannot be modified after datacenter creation (disallowed in update requests) | |
-| **version** | **Integer** | The version of that Data Center. Gets incremented with every change | [optional][readonly] |
-| **features** | **Array<String>** | List of features supported by the location this data center is part of | [optional][readonly] |
-| **sec_auth_protection** | **Boolean** | Boolean value representing if the data center requires extra protection e.g. two factor protection | [optional] |
+| **name** | **String** | The name of the resource. | [optional] |
+| **description** | **String** | A description for the datacenter, such as staging, production. | [optional] |
+| **location** | **String** | The physical location where the datacenter will be created. This will be where all of your servers live. Property cannot be modified after datacenter creation (disallowed in update requests). | |
+| **version** | **Integer** | The version of the data center; incremented with every change. | [optional][readonly] |
+| **features** | **Array<String>** | List of features supported by the location where this data center is provisioned. | [optional][readonly] |
+| **sec_auth_protection** | **Boolean** | Boolean value representing if the data center requires extra protection, such as two-step verification. | [optional] |
| **cpu_architecture** | [**Array<CpuArchitectureProperties>**](CpuArchitectureProperties.md) | Array of features and CPU families available in a location | [optional][readonly] |
## Example
```ruby