Push items: VHD¶
- class pushsource.VHDPushItem[source]¶
A
PushItem
representing a Virtual Hard Disk (or VHD).For push items of this type, the
src()
attribute refers to a file containing the VHD file..This library does not verify that the referenced file is a valid snapshot.
Note: As some attributes can not be obtained directly from Koji they’re marked as optional in the attrs validators. With this the VHDPushItem objects can be created without these attributes and the missing values can be added later by using attrs.evolve.
Attributes:
boot_mode()
[inherited]build()
[inherited]build_info()
[inherited]cloud_info()
[inherited]description()
[inherited]dest()
[inherited]marketplace_name()
[inherited]marketplace_title_template()
[inherited]md5sum()
[inherited]name()
[inherited]origin()
[inherited]release()
[inherited]sha256sum()
[inherited]signing_key()
[inherited]src()
[inherited]state()
[inherited]
- recommended_sizes¶
List of recommended VM sizes in Azure, for example [‘a1-standard’, ‘a5’, ‘a7’]
- Type: