org.dmtf.schemas.ovf.envelope
Interface InstallSectionType

All Superinterfaces:
EObject, Notifier, SectionType

public interface InstallSectionType
extends SectionType

A representation of the model object 'Install Section Type'. If present indicates that the virtual machine needs to be initially booted to install and configure the software

The following features are supported:

See Also:
EnvelopePackage.getInstallSectionType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 int getInitialBootStopDelay()
          Returns the value of the 'Initial Boot Stop Delay' attribute.
 VirtualSystemType getVirtualSystem()
           
 boolean isSetInitialBootStopDelay()
          Returns whether the value of the 'Initial Boot Stop Delay' attribute is set.
 void setInitialBootStopDelay(int value)
          Sets the value of the 'Initial Boot Stop Delay' attribute.
 void unsetInitialBootStopDelay()
          Unsets the value of the 'Initial Boot Stop Delay' attribute.
 
Methods inherited from interface org.dmtf.schemas.ovf.envelope.SectionType
getAnyAttribute, getContent, getInfo, isRequired, isSetRequired, setContent, setInfo, setRequired, unsetRequired
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.
See Also:
EnvelopePackage.getInstallSectionType_Any()

getInitialBootStopDelay

int getInitialBootStopDelay()
Returns the value of the 'Initial Boot Stop Delay' attribute. The default value is "0". Delay in seconds to wait for power off to complete after initial boot

Returns:
the value of the 'Initial Boot Stop Delay' attribute.
See Also:
isSetInitialBootStopDelay(), unsetInitialBootStopDelay(), setInitialBootStopDelay(int), EnvelopePackage.getInstallSectionType_InitialBootStopDelay()

setInitialBootStopDelay

void setInitialBootStopDelay(int value)
Sets the value of the 'Initial Boot Stop Delay' attribute.

Parameters:
value - the new value of the 'Initial Boot Stop Delay' attribute.
See Also:
isSetInitialBootStopDelay(), unsetInitialBootStopDelay(), getInitialBootStopDelay()

unsetInitialBootStopDelay

void unsetInitialBootStopDelay()
Unsets the value of the 'Initial Boot Stop Delay' attribute.

See Also:
isSetInitialBootStopDelay(), getInitialBootStopDelay(), setInitialBootStopDelay(int)

isSetInitialBootStopDelay

boolean isSetInitialBootStopDelay()
Returns whether the value of the 'Initial Boot Stop Delay' attribute is set.

Returns:
whether the value of the 'Initial Boot Stop Delay' attribute is set.
See Also:
unsetInitialBootStopDelay(), getInitialBootStopDelay(), setInitialBootStopDelay(int)

getVirtualSystem

VirtualSystemType getVirtualSystem()



© Copyright 2008 IBM Corp. 2008 All Rights Reserved