ServerProperties
Properties
Example
require 'ionoscloud'
instance = Ionoscloud::ServerProperties.new(
availability_zone: AUTO,
boot_cdrom: null,
boot_volume: null,
cores: 4,
cpu_family: AMD_OPTERON,
name: My resource,
ram: 4096,
template_uuid: 15f67991-0f51-4efc-a8ad-ef1fb31a480c,
type: CUBE,
vm_state: RUNNING
)Last updated
Was this helpful?