Uses of Interface
org.dmtf.schemas.ovf.envelope.VirtualDiskDescType

Packages that use VirtualDiskDescType
com.ibm.adt.ovf.model.utility   
org.dmtf.schemas.ovf.envelope   
org.dmtf.schemas.ovf.envelope.util   
 

Uses of VirtualDiskDescType in com.ibm.adt.ovf.model.utility
 

Methods in com.ibm.adt.ovf.model.utility that return VirtualDiskDescType
protected  VirtualDiskDescType ImportVMwareAction.extractDisk(EnvelopeType envelope, java.lang.String diskId, java.lang.String fileRef)
          Locate or create the Disk
 

Uses of VirtualDiskDescType in org.dmtf.schemas.ovf.envelope
 

Methods in org.dmtf.schemas.ovf.envelope that return VirtualDiskDescType
 VirtualDiskDescType EnvelopeFactory.createVirtualDiskDescType()
          Returns a new object of class 'Virtual Disk Desc Type'.
 

Methods in org.dmtf.schemas.ovf.envelope that return types with arguments of type VirtualDiskDescType
 EList<VirtualDiskDescType> DiskSectionType.getDisk()
          Returns the value of the 'Disk' containment reference list.
 

Uses of VirtualDiskDescType in org.dmtf.schemas.ovf.envelope.util
 

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type VirtualDiskDescType
 T EnvelopeSwitch.caseVirtualDiskDescType(VirtualDiskDescType object)
          Returns the result of interpreting the object as an instance of 'Virtual Disk Desc Type'.
 EStructuralFeature EnvelopeHelper.ExtensionAttributeFeatureSwitch.caseVirtualDiskDescType(VirtualDiskDescType object)
           
 boolean EnvelopeValidator.validateVirtualDiskDescType_NonNegativeCapacity(VirtualDiskDescType virtualDiskDescType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the NonNegativeCapacity constraint of 'Virtual Disk Desc Type'.
 boolean EnvelopeValidator.validateVirtualDiskDescType_NonNegativePopulatedSize(VirtualDiskDescType virtualDiskDescType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the NonNegativePopulatedSize constraint of 'Virtual Disk Desc Type'.
 boolean EnvelopeValidator.validateVirtualDiskDescType_ValidFileReference(VirtualDiskDescType virtualDiskDescType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the ValidFileReference constraint of 'Virtual Disk Desc Type'.
 boolean EnvelopeValidator.validateVirtualDiskDescType_ValidFormat(VirtualDiskDescType virtualDiskDescType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the ValidFormat constraint of 'Virtual Disk Desc Type'.
 boolean EnvelopeValidator.validateVirtualDiskDescType(VirtualDiskDescType virtualDiskDescType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved