class OvirtSDK4::DiskSnapshot

Public Class Methods

new(opts = {}) click to toggle source

Creates a new instance of the {DiskSnapshot} class.

@param opts [Hash] A hash containing the attributes of the object. The keys of the hash

should be symbols corresponding to the names of the attributes. The values of the hash 
should be the values of the attributes.

@option opts [Boolean] :active The value of attribute `active`.

@option opts [Integer] :actual_size The value of attribute `actual_size`.

@option opts [String] :alias_ The value of attribute `alias_`.

@option opts [Boolean] :bootable The value of attribute `bootable`.

@option opts [String] :comment The value of attribute `comment`.

@option opts [String] :description The value of attribute `description`.

@option opts [Disk, Hash] :disk The value of attribute `disk`.

@option opts [DiskProfile, Hash] :disk_profile The value of attribute `disk_profile`.

@option opts [DiskFormat] :format The value of attribute `format`.

@option opts [String] :id The value of attribute `id`.

@option opts [String] :image_id The value of attribute `image_id`.

@option opts [InstanceType, Hash] :instance_type The value of attribute `instance_type`.

@option opts [DiskInterface] :interface The value of attribute `interface`.

@option opts [String] :logical_name The value of attribute `logical_name`.

@option opts [HostStorage, Hash] :lun_storage The value of attribute `lun_storage`.

@option opts [String] :name The value of attribute `name`.

@option opts [OpenStackVolumeType, Hash] :openstack_volume_type The value of attribute `openstack_volume_type`.

@option opts [Array<Permission>, Array<Hash>] :permissions The values of attribute `permissions`.

@option opts [Boolean] :propagate_errors The value of attribute `propagate_errors`.

@option opts [Integer] :provisioned_size The value of attribute `provisioned_size`.

@option opts [Quota, Hash] :quota The value of attribute `quota`.

@option opts [Boolean] :read_only The value of attribute `read_only`.

@option opts [ScsiGenericIO] :sgio The value of attribute `sgio`.

@option opts [Boolean] :shareable The value of attribute `shareable`.

@option opts [Snapshot, Hash] :snapshot The value of attribute `snapshot`.

@option opts [Boolean] :sparse The value of attribute `sparse`.

@option opts [Array<Statistic>, Array<Hash>] :statistics The values of attribute `statistics`.

@option opts [DiskStatus] :status The value of attribute `status`.

@option opts [StorageDomain, Hash] :storage_domain The value of attribute `storage_domain`.

@option opts [Array<StorageDomain>, Array<Hash>] :storage_domains The values of attribute `storage_domains`.

@option opts [DiskStorageType] :storage_type The value of attribute `storage_type`.

@option opts [Template, Hash] :template The value of attribute `template`.

@option opts [Boolean] :uses_scsi_reservation The value of attribute `uses_scsi_reservation`.

@option opts [Vm, Hash] :vm The value of attribute `vm`.

@option opts [Array<Vm>, Array<Hash>] :vms The values of attribute `vms`.

@option opts [Boolean] :wipe_after_delete The value of attribute `wipe_after_delete`.

Calls superclass method OvirtSDK4::Disk.new
# File lib/ovirtsdk4/types.rb, line 27892
def initialize(opts = {})
  super(opts)
  self.active = opts[:active]
  self.actual_size = opts[:actual_size]
  self.alias_ = opts[:alias_]
  self.bootable = opts[:bootable]
  self.comment = opts[:comment]
  self.description = opts[:description]
  self.disk = opts[:disk]
  self.disk_profile = opts[:disk_profile]
  self.format = opts[:format]
  self.id = opts[:id]
  self.image_id = opts[:image_id]
  self.instance_type = opts[:instance_type]
  self.interface = opts[:interface]
  self.logical_name = opts[:logical_name]
  self.lun_storage = opts[:lun_storage]
  self.name = opts[:name]
  self.openstack_volume_type = opts[:openstack_volume_type]
  self.permissions = opts[:permissions]
  self.propagate_errors = opts[:propagate_errors]
  self.provisioned_size = opts[:provisioned_size]
  self.quota = opts[:quota]
  self.read_only = opts[:read_only]
  self.sgio = opts[:sgio]
  self.shareable = opts[:shareable]
  self.snapshot = opts[:snapshot]
  self.sparse = opts[:sparse]
  self.statistics = opts[:statistics]
  self.status = opts[:status]
  self.storage_domain = opts[:storage_domain]
  self.storage_domains = opts[:storage_domains]
  self.storage_type = opts[:storage_type]
  self.template = opts[:template]
  self.uses_scsi_reservation = opts[:uses_scsi_reservation]
  self.vm = opts[:vm]
  self.vms = opts[:vms]
  self.wipe_after_delete = opts[:wipe_after_delete]
end

Public Instance Methods

active() click to toggle source

Returns the value of the `active` attribute.

@return [Boolean]

# File lib/ovirtsdk4/types.rb, line 27071
def active
  return @active
end
active=(value) click to toggle source

Sets the value of the `active` attribute.

@param value [Boolean]

# File lib/ovirtsdk4/types.rb, line 27080
def active=(value)
  @active = value
end
actual_size() click to toggle source

Returns the value of the `actual_size` attribute.

@return [Integer]

# File lib/ovirtsdk4/types.rb, line 27089
def actual_size
  return @actual_size
end
actual_size=(value) click to toggle source

Sets the value of the `actual_size` attribute.

@param value [Integer]

# File lib/ovirtsdk4/types.rb, line 27098
def actual_size=(value)
  @actual_size = value
end
alias_() click to toggle source

Returns the value of the `alias_` attribute.

@return [String]

# File lib/ovirtsdk4/types.rb, line 27107
def alias_
  return @alias_
end
alias_=(value) click to toggle source

Sets the value of the `alias_` attribute.

@param value [String]

# File lib/ovirtsdk4/types.rb, line 27116
def alias_=(value)
  @alias_ = value
end
bootable() click to toggle source

Returns the value of the `bootable` attribute.

@return [Boolean]

# File lib/ovirtsdk4/types.rb, line 27125
def bootable
  return @bootable
end
bootable=(value) click to toggle source

Sets the value of the `bootable` attribute.

@param value [Boolean]

# File lib/ovirtsdk4/types.rb, line 27134
def bootable=(value)
  @bootable = value
end
comment() click to toggle source

Returns the value of the `comment` attribute.

@return [String]

# File lib/ovirtsdk4/types.rb, line 27143
def comment
  return @comment
end
comment=(value) click to toggle source

Sets the value of the `comment` attribute.

@param value [String]

# File lib/ovirtsdk4/types.rb, line 27152
def comment=(value)
  @comment = value
end
description() click to toggle source

Returns the value of the `description` attribute.

@return [String]

# File lib/ovirtsdk4/types.rb, line 27161
def description
  return @description
end
description=(value) click to toggle source

Sets the value of the `description` attribute.

@param value [String]

# File lib/ovirtsdk4/types.rb, line 27170
def description=(value)
  @description = value
end
disk() click to toggle source

Returns the value of the `disk` attribute.

@return [Disk]

# File lib/ovirtsdk4/types.rb, line 27179
def disk
  return @disk
end
disk=(value) click to toggle source

Sets the value of the `disk` attribute.

@param value [Disk, Hash]

The `value` parameter can be an instance of {OvirtSDK4::Disk} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27192
def disk=(value)
  if value.is_a?(Hash)
    value = Disk.new(value)
  end
  @disk = value
end
disk_profile() click to toggle source

Returns the value of the `disk_profile` attribute.

@return [DiskProfile]

# File lib/ovirtsdk4/types.rb, line 27204
def disk_profile
  return @disk_profile
end
disk_profile=(value) click to toggle source

Sets the value of the `disk_profile` attribute.

@param value [DiskProfile, Hash]

The `value` parameter can be an instance of {OvirtSDK4::DiskProfile} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27217
def disk_profile=(value)
  if value.is_a?(Hash)
    value = DiskProfile.new(value)
  end
  @disk_profile = value
end
format() click to toggle source

Returns the value of the `format` attribute.

@return [DiskFormat]

# File lib/ovirtsdk4/types.rb, line 27229
def format
  return @format
end
format=(value) click to toggle source

Sets the value of the `format` attribute.

@param value [DiskFormat]

# File lib/ovirtsdk4/types.rb, line 27238
def format=(value)
  @format = value
end
id() click to toggle source

Returns the value of the `id` attribute.

@return [String]

# File lib/ovirtsdk4/types.rb, line 27247
def id
  return @id
end
id=(value) click to toggle source

Sets the value of the `id` attribute.

@param value [String]

# File lib/ovirtsdk4/types.rb, line 27256
def id=(value)
  @id = value
end
image_id() click to toggle source

Returns the value of the `image_id` attribute.

@return [String]

# File lib/ovirtsdk4/types.rb, line 27265
def image_id
  return @image_id
end
image_id=(value) click to toggle source

Sets the value of the `image_id` attribute.

@param value [String]

# File lib/ovirtsdk4/types.rb, line 27274
def image_id=(value)
  @image_id = value
end
instance_type() click to toggle source

Returns the value of the `instance_type` attribute.

@return [InstanceType]

# File lib/ovirtsdk4/types.rb, line 27283
def instance_type
  return @instance_type
end
instance_type=(value) click to toggle source

Sets the value of the `instance_type` attribute.

@param value [InstanceType, Hash]

The `value` parameter can be an instance of {OvirtSDK4::InstanceType} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27296
def instance_type=(value)
  if value.is_a?(Hash)
    value = InstanceType.new(value)
  end
  @instance_type = value
end
interface() click to toggle source

Returns the value of the `interface` attribute.

@return [DiskInterface]

# File lib/ovirtsdk4/types.rb, line 27308
def interface
  return @interface
end
interface=(value) click to toggle source

Sets the value of the `interface` attribute.

@param value [DiskInterface]

# File lib/ovirtsdk4/types.rb, line 27317
def interface=(value)
  @interface = value
end
logical_name() click to toggle source

Returns the value of the `logical_name` attribute.

@return [String]

# File lib/ovirtsdk4/types.rb, line 27326
def logical_name
  return @logical_name
end
logical_name=(value) click to toggle source

Sets the value of the `logical_name` attribute.

@param value [String]

# File lib/ovirtsdk4/types.rb, line 27335
def logical_name=(value)
  @logical_name = value
end
lun_storage() click to toggle source

Returns the value of the `lun_storage` attribute.

@return [HostStorage]

# File lib/ovirtsdk4/types.rb, line 27344
def lun_storage
  return @lun_storage
end
lun_storage=(value) click to toggle source

Sets the value of the `lun_storage` attribute.

@param value [HostStorage, Hash]

The `value` parameter can be an instance of {OvirtSDK4::HostStorage} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27357
def lun_storage=(value)
  if value.is_a?(Hash)
    value = HostStorage.new(value)
  end
  @lun_storage = value
end
name() click to toggle source

Returns the value of the `name` attribute.

@return [String]

# File lib/ovirtsdk4/types.rb, line 27369
def name
  return @name
end
name=(value) click to toggle source

Sets the value of the `name` attribute.

@param value [String]

# File lib/ovirtsdk4/types.rb, line 27378
def name=(value)
  @name = value
end
openstack_volume_type() click to toggle source

Returns the value of the `openstack_volume_type` attribute.

@return [OpenStackVolumeType]

# File lib/ovirtsdk4/types.rb, line 27387
def openstack_volume_type
  return @openstack_volume_type
end
openstack_volume_type=(value) click to toggle source

Sets the value of the `openstack_volume_type` attribute.

@param value [OpenStackVolumeType, Hash]

The `value` parameter can be an instance of {OvirtSDK4::OpenStackVolumeType} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27400
def openstack_volume_type=(value)
  if value.is_a?(Hash)
    value = OpenStackVolumeType.new(value)
  end
  @openstack_volume_type = value
end
permissions() click to toggle source

Returns the value of the `permissions` attribute.

@return [Array<Permission>]

# File lib/ovirtsdk4/types.rb, line 27412
def permissions
  return @permissions
end
permissions=(list) click to toggle source

Sets the value of the `permissions` attribute.

@param list [Array<Permission>]

# File lib/ovirtsdk4/types.rb, line 27420
def permissions=(list)
  if list.class == Array
    list = List.new(list)
    list.each_with_index do |value, index|
      if value.is_a?(Hash)
        list[index] = Permission.new(value)
      end
    end
  end
  @permissions = list
end
propagate_errors() click to toggle source

Returns the value of the `propagate_errors` attribute.

@return [Boolean]

# File lib/ovirtsdk4/types.rb, line 27437
def propagate_errors
  return @propagate_errors
end
propagate_errors=(value) click to toggle source

Sets the value of the `propagate_errors` attribute.

@param value [Boolean]

# File lib/ovirtsdk4/types.rb, line 27446
def propagate_errors=(value)
  @propagate_errors = value
end
provisioned_size() click to toggle source

Returns the value of the `provisioned_size` attribute.

@return [Integer]

# File lib/ovirtsdk4/types.rb, line 27455
def provisioned_size
  return @provisioned_size
end
provisioned_size=(value) click to toggle source

Sets the value of the `provisioned_size` attribute.

@param value [Integer]

# File lib/ovirtsdk4/types.rb, line 27464
def provisioned_size=(value)
  @provisioned_size = value
end
quota() click to toggle source

Returns the value of the `quota` attribute.

@return [Quota]

# File lib/ovirtsdk4/types.rb, line 27473
def quota
  return @quota
end
quota=(value) click to toggle source

Sets the value of the `quota` attribute.

@param value [Quota, Hash]

The `value` parameter can be an instance of {OvirtSDK4::Quota} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27486
def quota=(value)
  if value.is_a?(Hash)
    value = Quota.new(value)
  end
  @quota = value
end
read_only() click to toggle source

Returns the value of the `read_only` attribute.

@return [Boolean]

# File lib/ovirtsdk4/types.rb, line 27498
def read_only
  return @read_only
end
read_only=(value) click to toggle source

Sets the value of the `read_only` attribute.

@param value [Boolean]

# File lib/ovirtsdk4/types.rb, line 27507
def read_only=(value)
  @read_only = value
end
sgio() click to toggle source

Returns the value of the `sgio` attribute.

@return [ScsiGenericIO]

# File lib/ovirtsdk4/types.rb, line 27516
def sgio
  return @sgio
end
sgio=(value) click to toggle source

Sets the value of the `sgio` attribute.

@param value [ScsiGenericIO]

# File lib/ovirtsdk4/types.rb, line 27525
def sgio=(value)
  @sgio = value
end
shareable() click to toggle source

Returns the value of the `shareable` attribute.

@return [Boolean]

# File lib/ovirtsdk4/types.rb, line 27534
def shareable
  return @shareable
end
shareable=(value) click to toggle source

Sets the value of the `shareable` attribute.

@param value [Boolean]

# File lib/ovirtsdk4/types.rb, line 27543
def shareable=(value)
  @shareable = value
end
snapshot() click to toggle source

Returns the value of the `snapshot` attribute.

@return [Snapshot]

# File lib/ovirtsdk4/types.rb, line 27552
def snapshot
  return @snapshot
end
snapshot=(value) click to toggle source

Sets the value of the `snapshot` attribute.

@param value [Snapshot, Hash]

The `value` parameter can be an instance of {OvirtSDK4::Snapshot} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27565
def snapshot=(value)
  if value.is_a?(Hash)
    value = Snapshot.new(value)
  end
  @snapshot = value
end
sparse() click to toggle source

Returns the value of the `sparse` attribute.

@return [Boolean]

# File lib/ovirtsdk4/types.rb, line 27577
def sparse
  return @sparse
end
sparse=(value) click to toggle source

Sets the value of the `sparse` attribute.

@param value [Boolean]

# File lib/ovirtsdk4/types.rb, line 27586
def sparse=(value)
  @sparse = value
end
statistics() click to toggle source

Returns the value of the `statistics` attribute.

@return [Array<Statistic>]

# File lib/ovirtsdk4/types.rb, line 27595
def statistics
  return @statistics
end
statistics=(list) click to toggle source

Sets the value of the `statistics` attribute.

@param list [Array<Statistic>]

# File lib/ovirtsdk4/types.rb, line 27603
def statistics=(list)
  if list.class == Array
    list = List.new(list)
    list.each_with_index do |value, index|
      if value.is_a?(Hash)
        list[index] = Statistic.new(value)
      end
    end
  end
  @statistics = list
end
status() click to toggle source

Returns the value of the `status` attribute.

@return [DiskStatus]

# File lib/ovirtsdk4/types.rb, line 27620
def status
  return @status
end
status=(value) click to toggle source

Sets the value of the `status` attribute.

@param value [DiskStatus]

# File lib/ovirtsdk4/types.rb, line 27629
def status=(value)
  @status = value
end
storage_domain() click to toggle source

Returns the value of the `storage_domain` attribute.

@return [StorageDomain]

# File lib/ovirtsdk4/types.rb, line 27638
def storage_domain
  return @storage_domain
end
storage_domain=(value) click to toggle source

Sets the value of the `storage_domain` attribute.

@param value [StorageDomain, Hash]

The `value` parameter can be an instance of {OvirtSDK4::StorageDomain} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27651
def storage_domain=(value)
  if value.is_a?(Hash)
    value = StorageDomain.new(value)
  end
  @storage_domain = value
end
storage_domains() click to toggle source

Returns the value of the `storage_domains` attribute.

@return [Array<StorageDomain>]

# File lib/ovirtsdk4/types.rb, line 27663
def storage_domains
  return @storage_domains
end
storage_domains=(list) click to toggle source

Sets the value of the `storage_domains` attribute.

@param list [Array<StorageDomain>]

# File lib/ovirtsdk4/types.rb, line 27671
def storage_domains=(list)
  if list.class == Array
    list = List.new(list)
    list.each_with_index do |value, index|
      if value.is_a?(Hash)
        list[index] = StorageDomain.new(value)
      end
    end
  end
  @storage_domains = list
end
storage_type() click to toggle source

Returns the value of the `storage_type` attribute.

@return [DiskStorageType]

# File lib/ovirtsdk4/types.rb, line 27688
def storage_type
  return @storage_type
end
storage_type=(value) click to toggle source

Sets the value of the `storage_type` attribute.

@param value [DiskStorageType]

# File lib/ovirtsdk4/types.rb, line 27697
def storage_type=(value)
  @storage_type = value
end
template() click to toggle source

Returns the value of the `template` attribute.

@return [Template]

# File lib/ovirtsdk4/types.rb, line 27706
def template
  return @template
end
template=(value) click to toggle source

Sets the value of the `template` attribute.

@param value [Template, Hash]

The `value` parameter can be an instance of {OvirtSDK4::Template} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27719
def template=(value)
  if value.is_a?(Hash)
    value = Template.new(value)
  end
  @template = value
end
uses_scsi_reservation() click to toggle source

Returns the value of the `uses_scsi_reservation` attribute.

@return [Boolean]

# File lib/ovirtsdk4/types.rb, line 27731
def uses_scsi_reservation
  return @uses_scsi_reservation
end
uses_scsi_reservation=(value) click to toggle source

Sets the value of the `uses_scsi_reservation` attribute.

@param value [Boolean]

# File lib/ovirtsdk4/types.rb, line 27740
def uses_scsi_reservation=(value)
  @uses_scsi_reservation = value
end
vm() click to toggle source

Returns the value of the `vm` attribute.

@return [Vm]

# File lib/ovirtsdk4/types.rb, line 27749
def vm
  return @vm
end
vm=(value) click to toggle source

Sets the value of the `vm` attribute.

@param value [Vm, Hash]

The `value` parameter can be an instance of {OvirtSDK4::Vm} or a hash. If it is a hash then a new instance will be created passing the hash as the `opts` parameter to the constructor.

# File lib/ovirtsdk4/types.rb, line 27762
def vm=(value)
  if value.is_a?(Hash)
    value = Vm.new(value)
  end
  @vm = value
end
vms() click to toggle source

Returns the value of the `vms` attribute.

@return [Array<Vm>]

# File lib/ovirtsdk4/types.rb, line 27774
def vms
  return @vms
end
vms=(list) click to toggle source

Sets the value of the `vms` attribute.

@param list [Array<Vm>]

# File lib/ovirtsdk4/types.rb, line 27782
def vms=(list)
  if list.class == Array
    list = List.new(list)
    list.each_with_index do |value, index|
      if value.is_a?(Hash)
        list[index] = Vm.new(value)
      end
    end
  end
  @vms = list
end
wipe_after_delete() click to toggle source

Returns the value of the `wipe_after_delete` attribute.

@return [Boolean]

# File lib/ovirtsdk4/types.rb, line 27799
def wipe_after_delete
  return @wipe_after_delete
end
wipe_after_delete=(value) click to toggle source

Sets the value of the `wipe_after_delete` attribute.

@param value [Boolean]

# File lib/ovirtsdk4/types.rb, line 27808
def wipe_after_delete=(value)
  @wipe_after_delete = value
end