Sha256: b182479ce0e4ff53373d644bca2bbf55697b56d99bf8f76dafeb99c2aad6f6e1
Contents?: true
Size: 609 Bytes
Versions: 5
Compression:
Stored size: 609 Bytes
Contents
# CpuArchitectureProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cpu_family** | **String** | A valid CPU family name. | [optional] | | **max_cores** | **Integer** | The maximum number of cores available. | [optional] | | **max_ram** | **Integer** | The maximum RAM size in MB. | [optional] | | **vendor** | **String** | A valid CPU vendor name. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::CpuArchitectureProperties.new( cpu_family: AMD_OPTERON, max_cores: 62, max_ram: 245760, vendor: AuthenticAMD ) ```
Version data entries
5 entries across 5 versions & 1 rubygems