Class VirtualDiskDeltaDiskFormatsSupported

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VirtualDiskDeltaDiskFormatsSupported
All Implemented Interfaces:
Serializable

public class VirtualDiskDeltaDiskFormatsSupported extends DynamicData
See Also:
  • Field Details

    • datastoreType

      public String datastoreType
    • deltaDiskFormat

      public ChoiceOption deltaDiskFormat
  • Constructor Details

    • VirtualDiskDeltaDiskFormatsSupported

      public VirtualDiskDeltaDiskFormatsSupported()
  • Method Details

    • getDatastoreType

      public String getDatastoreType()
    • getDeltaDiskFormat

      public ChoiceOption getDeltaDiskFormat()
    • setDatastoreType

      public void setDatastoreType(String datastoreType)
    • setDeltaDiskFormat

      public void setDeltaDiskFormat(ChoiceOption deltaDiskFormat)