public class MediaCloneRequest extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static String | CATALOG_UUID | 
| static String | MEDIA_NAME | 
| static String | STORAGE_PROFILE_UUID | 
| static String | VDC_UUID | 
| Constructor and Description | 
|---|
| MediaCloneRequest(String vdcUuid,
                 String storageProfileUuid,
                 String catalogUuid,
                 String mediaName) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCatalogUuid()Get the catalog uuid for catalog to hold new media. | 
| String | getMediaName()Get the name for the new media. | 
| String | getStorageProfileUuid()Get the storage profile uuid. | 
| String | getVdcUuid()Get the vDC uuid of VDC to own new media. | 
public static final String VDC_UUID
public static final String STORAGE_PROFILE_UUID
public static final String CATALOG_UUID
public static final String MEDIA_NAME
public String getVdcUuid()
String vDC uuidpublic String getStorageProfileUuid()
String storage profile uuidpublic String getCatalogUuid()
String catalog uuidCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.