Sha256: cdf9a8f9da252a47d1dc08c245a2c929693d5d2c86beb00012eaec1325dd270d

Contents?: true

Size: 892 Bytes

Versions: 1

Compression:

Stored size: 892 Bytes

Contents

# LocationProperties

## Properties

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

| **cpu_architecture** | [**Array<CpuArchitectureProperties>**](CpuArchitectureProperties.md) | A list of available CPU types and related resources available in the location. | [optional][readonly] |

| **features** | **Array<String>** | A list of available features in the location. | [optional][readonly] |

| **image_aliases** | **Array<String>** | A list of image aliases available in the location. | [optional][readonly] |

| **name** | **String** | The location name. | [optional] |

## Example

```ruby
require 'ionoscloud'


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

  features: [cloud-init-private-image, ssd, vnf-nat],

  image_aliases: [windows:2012r2_iso, windows:2019_iso, ubuntu:18.04_iso],

  name: berlin
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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