Sha256: 3d3f3c022cfe8b12dcf9e1ba15185c5bf8a9ca77a525d02940d92df2e8f1e176
Contents?: true
Size: 782 Bytes
Versions: 4
Compression:
Stored size: 782 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] | | **cpu_architecture** | [**Array<CpuArchitectureProperties>**](CpuArchitectureProperties.md) | Array of features and CPU families available in a location | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::LocationProperties.new( name: My resource, features: [SSD], image_aliases: null, cpu_architecture: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems