# ServerProperties

## Properties

| Name                   | Type                                                                                                                  | Description | Notes       |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **datacenter\_server** | [**DatacenterServer**](https://docs.ionos.com/sections-test/ruby-sdk/vm-autoscaling-ruby-sdk/models/datacenterserver) |             |             |
| **name**               | **String**                                                                                                            |             | \[optional] |

## Example

```ruby
require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::ServerProperties.new(
  datacenter_server: null,
  name: Web server instance
)
```
