Media
Object Hierarchy:
Description:
[
CCode ( type_id =
"osinfo_media_get_type ()" ) ]
public class Media :
Entity
Content:
Properties:
- public string application_id { owned get; set; }
Expected application ID (regular expression) for ISO9660 image/device.
- public string architecture { owned get; set; }
The target hardware architecture of this media.
- public bool eject_after_install { get; set; }
Whether the media should be ejected after the installation process.
- public string initrd_path { owned get; set; }
The path to the initrd image in the install tree.
- public bool installer { get; set; }
Whether media provides an installer for an OS.
- public int installer_reboots { get; set; }
If media is an installer, this property indicates the number of
reboots the installer takes before installation is complete.
- public bool installer_script { get; set; }
Whether the media supports installation via an install-script.
- public string kernel_path { owned get; set; }
The path to the kernel image in the install tree.
- public List<unowned string> languages { owned get; }
If media is an installer, this property indicates the languages that
can be used during automatic installations.
- public bool live { get; set; }
Whether media can boot directly an OS without any installations.
- public Os os { owned get; set; }
Os information for the current media.
- public string publisher_id { owned get; set; }
Expected publisher ID (regular expression) for ISO9660 image/device.
- public string system_id { owned get; set; }
Expected system ID (regular expression) for ISO9660 image/device.
- public string url { owned get; set; }
The URL to this media.
- public string volume_id { owned get; set; }
Expected volume ID (regular expression) for ISO9660 image/device.
- public int64 volume_size { get; set; }
Expected volume size, in bytes for ISO9660 image/device.
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Osinfo.Entity
All known members inherited from class GLib.Object