Class MediaCloneRequest
java.lang.Object
com.iland.core.web.rest.request.media.MediaCloneRequest
- All Implemented Interfaces:
Serializable
Media Clone Request.
- Author:
- Brett Snyder
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMediaCloneRequest(String vdcUuid, String storageProfileUuid, String catalogUuid, String mediaName) -
Method Summary
Modifier and TypeMethodDescriptionGet the catalog uuid for catalog to hold new media.Get the name for the new media.Get the storage profile uuid.Get the vDC uuid of VDC to own new media.
-
Field Details
-
VDC_UUID
- See Also:
-
STORAGE_PROFILE_UUID
- See Also:
-
CATALOG_UUID
- See Also:
-
MEDIA_NAME
- See Also:
-
-
Constructor Details
-
MediaCloneRequest
-
-
Method Details
-
getVdcUuid
Get the vDC uuid of VDC to own new media.- Returns:
StringvDC uuid
-
getStorageProfileUuid
Get the storage profile uuid.- Returns:
Stringstorage profile uuid
-
getCatalogUuid
Get the catalog uuid for catalog to hold new media.- Returns:
Stringcatalog uuid
-
getMediaName
Get the name for the new media.- Returns:
Stringnew media name
-