Sha256: bd1247097eaa8c32384fa9b2c92741412fcdf88b0bf4f57fa611de063b3dfe72

Contents?: true

Size: 1.38 KB

Versions: 1

Compression:

Stored size: 1.38 KB

Contents

# DatacenterProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **cpu_architecture** | [**Array<CpuArchitectureProperties>**](CpuArchitectureProperties.md) | Array of features and CPU families available in a location | [optional][readonly] |

| **description** | **String** | A description for the datacenter, such as staging, production. | [optional] |

| **features** | **Array<String>** | List of features supported by the location where this data center is provisioned. | [optional][readonly] |

| **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). |  |

| **name** | **String** | The name of the  resource. | [optional] |

| **sec_auth_protection** | **Boolean** | Boolean value representing if the data center requires extra protection, such as two-step verification. | [optional] |

| **version** | **Integer** | The version of the data center; incremented with every change. | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::DatacenterProperties.new(
  cpu_architecture: null,

  description: My Production Datacenter,

  features: [SSD],

  location: us/las,

  name: My resource,

  sec_auth_protection: true,

  version: 8
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/DatacenterProperties.md