public class VmCopyMoveRequest extends Object implements Serializable
| Constructor and Description |
|---|
VmCopyMoveRequest(String vappUuid,
String name,
String storageProfile,
List<VmCopyMoveVmVnicRequest> vnics) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get VM name.
|
String |
getStorageProfile()
Get the VM storage profile.
|
String |
getVappUuid()
Get the vApp UUID.
|
List<VmCopyMoveVmVnicRequest> |
getVnics()
Get the VM virtual network cards.
|
public VmCopyMoveRequest(String vappUuid, String name, String storageProfile, List<VmCopyMoveVmVnicRequest> vnics)
public String getStorageProfile()
String storage profile uuidpublic List<VmCopyMoveVmVnicRequest> getVnics()
List of VmCopyMoveVmVnicRequest instancesCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.