Class: Fog::Kubevirt::Compute::VmData::VmDisk

Inherits:
Object
  • Object
show all
Defined in:
lib/fog/kubevirt/compute/models/vm_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#boot_orderObject

Returns the value of attribute boot_order.



13
14
15
# File 'lib/fog/kubevirt/compute/models/vm_data.rb', line 13

def boot_order
  @boot_order
end

#busObject

Returns the value of attribute bus.



13
14
15
# File 'lib/fog/kubevirt/compute/models/vm_data.rb', line 13

def bus
  @bus
end

#nameObject

Returns the value of attribute name.



13
14
15
# File 'lib/fog/kubevirt/compute/models/vm_data.rb', line 13

def name
  @name
end

#readonlyObject

Returns the value of attribute readonly.



13
14
15
# File 'lib/fog/kubevirt/compute/models/vm_data.rb', line 13

def readonly
  @readonly
end

#typeObject

Returns the value of attribute type.



13
14
15
# File 'lib/fog/kubevirt/compute/models/vm_data.rb', line 13

def type
  @type
end