Class MediaCloneRequest

java.lang.Object
com.iland.core.web.rest.request.media.MediaCloneRequest
All Implemented Interfaces:
Serializable

public class MediaCloneRequest extends Object implements Serializable
Media Clone Request.
Author:
Brett Snyder
See Also:
  • Field Details

  • Constructor Details

    • MediaCloneRequest

      public MediaCloneRequest(String vdcUuid, String storageProfileUuid, String catalogUuid, String mediaName)
  • Method Details

    • getVdcUuid

      public String getVdcUuid()
      Get the vDC uuid of VDC to own new media.
      Returns:
      String vDC uuid
    • getStorageProfileUuid

      public String getStorageProfileUuid()
      Get the storage profile uuid.
      Returns:
      String storage profile uuid
    • getCatalogUuid

      public String getCatalogUuid()
      Get the catalog uuid for catalog to hold new media.
      Returns:
      String catalog uuid
    • getMediaName

      public String getMediaName()
      Get the name for the new media.
      Returns:
      String new media name