Sha256: 218fd97b83648007152cb002f7a4e06d932137b668448d97236487632e9fb27f
Contents?: true
Size: 296 Bytes
Versions: 13
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true module Libvirt module Xml class MaxVcpu < Generic attribute :value, path: :root, cast: :int attribute :cpu_set, type: :attr, name: :cpuset attribute :current, type: :attr, cast: :int attribute :placement, type: :attr end end end
Version data entries
13 entries across 13 versions & 1 rubygems