ServerProperties

Properties

Example

require 'ionoscloud'

instance = Ionoscloud::ServerProperties.new(
  name: My resource,
  cores: 4,
  ram: 4096,
  availability_zone: AUTO,
  vm_state: RUNNING,
  boot_cdrom: null,
  boot_volume: null,
  cpu_family: AMD_OPTERON
)

Last updated