Method: Ionoscloud::ServerProperties#ram
- Defined in:
- lib/ionoscloud/models/server_properties.rb
#ram ⇒ Object
The memory size for the enterprise server in MB, such as 2048. Size must be specified in multiples of 256 MB with a minimum of 256 MB; however, if you set ramHotPlug to TRUE then you must use a minimum of 1024 MB. If you set the RAM size more than 240GB, then ramHotPlug will be set to FALSE and can not be set to TRUE unless RAM size not set to less than 240GB.
42 43 44 |
# File 'lib/ionoscloud/models/server_properties.rb', line 42 def ram @ram end |