|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualSystemType | |
---|---|
com.ibm.adt.ovf.model.utility | |
org.dmtf.schemas.ovf.envelope | |
org.dmtf.schemas.ovf.envelope.util |
Uses of VirtualSystemType in com.ibm.adt.ovf.model.utility |
---|
Methods in com.ibm.adt.ovf.model.utility that return VirtualSystemType | |
---|---|
protected VirtualSystemType |
ImportVMwareAction.extractVirtualSystem(EnvelopeType envelope)
Locate or create the VirtualSystem Assumes a single virtual machine appliance |
Uses of VirtualSystemType in org.dmtf.schemas.ovf.envelope |
---|
Methods in org.dmtf.schemas.ovf.envelope that return VirtualSystemType | |
---|---|
VirtualSystemType |
EnvelopeFactory.createVirtualSystemType()
Returns a new object of class 'Virtual System Type'. |
VirtualSystemType |
VirtualHardwareSectionType.getVirtualSystem()
|
VirtualSystemType |
OperatingSystemSectionType.getVirtualSystem()
|
VirtualSystemType |
InstallSectionType.getVirtualSystem()
|
VirtualSystemType |
EnvelopeType.getVirtualSystem()
Returns the value of the 'Virtual System' reference. |
VirtualSystemType |
DocumentRoot.getVirtualSystem()
Returns the value of the 'Virtual System' containment reference. |
VirtualSystemType |
EnvelopeType.getVirtualSystem(java.lang.String vmId)
Locates a virtual system with a given id in the descriptor. |
Methods in org.dmtf.schemas.ovf.envelope with parameters of type VirtualSystemType | |
---|---|
void |
EnvelopeType.setVirtualSystem(VirtualSystemType value)
Sets the value of the ' Virtual System ' reference. |
void |
DocumentRoot.setVirtualSystem(VirtualSystemType value)
Sets the value of the ' Virtual System ' containment reference. |
Uses of VirtualSystemType in org.dmtf.schemas.ovf.envelope.util |
---|
Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type VirtualSystemType | |
---|---|
T |
EnvelopeSwitch.caseVirtualSystemType(VirtualSystemType object)
Returns the result of interpreting the object as an instance of 'Virtual System Type'. |
boolean |
EnvelopeValidator.validateVirtualSystemType_ProductClassInstanceUnique(VirtualSystemType virtualSystemType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ProductClassInstanceUnique constraint of 'Virtual System Type'. |
boolean |
EnvelopeValidator.validateVirtualSystemType_SectionsAllowed(VirtualSystemType virtualSystemType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the SectionsAllowed constraint of 'Virtual System Type'. |
boolean |
EnvelopeValidator.validateVirtualSystemType(VirtualSystemType virtualSystemType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |