Sha256: 2b000a5be23f6d5f20c7c74dd337b00a62f14f4a26af1d50b7c75b4d074a0dfe

Contents?: true

Size: 570 Bytes

Versions: 4

Compression:

Stored size: 570 Bytes

Contents

# LocationProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | A name of that resource | [optional] |
| **features** | **Array<String>** | List of features supported by the location | [optional][readonly] |
| **image_aliases** | **Array<String>** | List of image aliases available for the location | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::LocationProperties.new(
  name: My resource,
  features: [SSD],
  image_aliases: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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