> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/connectabledatacenter.md).

# ConnectableDatacenter

## Properties

\| **id** | **String** | | \[optional] |

\| **location** | **String** | | \[optional] |

\| **name** | **String** | | \[optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::ConnectableDatacenter.new(
  id: null,

  location: null,

  name: null
)
```
