Class MemorySizeNotSupportedByDatastore

All Implemented Interfaces:
Serializable

public class MemorySizeNotSupportedByDatastore extends VirtualHardwareCompatibilityIssue
See Also:
  • Field Details

    • datastore

      public ManagedObjectReference datastore
    • memorySizeMB

      public int memorySizeMB
    • maxMemorySizeMB

      public int maxMemorySizeMB
  • Constructor Details

    • MemorySizeNotSupportedByDatastore

      public MemorySizeNotSupportedByDatastore()
  • Method Details

    • getDatastore

      public ManagedObjectReference getDatastore()
    • getMemorySizeMB

      public int getMemorySizeMB()
    • getMaxMemorySizeMB

      public int getMaxMemorySizeMB()
    • setDatastore

      public void setDatastore(ManagedObjectReference datastore)
    • setMemorySizeMB

      public void setMemorySizeMB(int memorySizeMB)
    • setMaxMemorySizeMB

      public void setMaxMemorySizeMB(int maxMemorySizeMB)