Sha256: b1b4128e2f5594ac12c6fb3a23de8e8a4c2afb574ca0084d364550b863e2c2c0

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

# DatacenterProperties

## 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] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::DatacenterProperties.new(
  name: My resource,
  description: My Production Datacenter,
  location: us/las,
  version: 8,
  features: [SSD],
  sec_auth_protection: true
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/DatacenterProperties.md
ionoscloud-5.1.1 docs/models/DatacenterProperties.md
ionoscloud-5.1.0 docs/DatacenterProperties.md
ionoscloud-5.0.1 docs/DatacenterProperties.md