java.lang.Object
hudson.model.AbstractDescribableImpl<BootSource>
jenkins.plugins.openstack.compute.slaveopts.BootSource
All Implemented Interfaces:
Describable<BootSource>, Serializable
Direct Known Subclasses:
BootSource.Image, BootSource.Unspecified, BootSource.VolumeSnapshot

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public abstract class BootSource extends AbstractDescribableImpl<BootSource> implements Serializable
The source media (Image, VolumeSnapshot etc) that the Instance is booted from.
See Also: