public class VmTemplateConfigurationResponse extends Object implements Serializable
Constructor and Description |
---|
VmTemplateConfigurationResponse(String uuid,
String name,
String description,
long memoryInBytes,
int numberOfCpus,
int numberOfCpuCoresPerSocket,
String storageProfileUuid,
String hardwareVersion,
String operatingSystemVersion,
boolean exposeCpuVirtualization,
String computerName,
List<TemplateDiskConfigurationResponse> disks,
List<TemplateVnicConfigurationResponse> vnics,
List<EulaSection> eulaSections)
Instantiates a new Vm template configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getComputerName()
Gets computer name.
|
String |
getDescription()
Gets description.
|
List<TemplateDiskConfigurationResponse> |
getDisks()
Gets disks.
|
List<EulaSection> |
getEulaSections()
Gets the EULA sections.
|
String |
getHardwareVersion()
Gets hardware version.
|
long |
getMemoryInBytes()
Gets memory in bytes.
|
String |
getName()
Gets name.
|
int |
getNumberOfCpuCoresPerSocket()
Gets number of cpu cores per socket.
|
int |
getNumberOfCpus()
Gets number of cpus.
|
String |
getOperatingSystemVersion()
Gets operating system version.
|
String |
getStorageProfileUuid()
Gets storage profile uuid.
|
String |
getUuid()
Gets uuid.
|
List<TemplateVnicConfigurationResponse> |
getVnics()
Gets vnics.
|
boolean |
isExposeCpuVirtualization()
Is expose cpu virtualization boolean.
|
public VmTemplateConfigurationResponse(String uuid, String name, String description, long memoryInBytes, int numberOfCpus, int numberOfCpuCoresPerSocket, String storageProfileUuid, String hardwareVersion, String operatingSystemVersion, boolean exposeCpuVirtualization, String computerName, List<TemplateDiskConfigurationResponse> disks, List<TemplateVnicConfigurationResponse> vnics, List<EulaSection> eulaSections)
uuid
- the uuidname
- the namedescription
- the descriptionmemoryInBytes
- the memory in bytesnumberOfCpus
- the number of cpusnumberOfCpuCoresPerSocket
- the number of cpu cores per socketstorageProfileUuid
- the storage profile uuidhardwareVersion
- the hardware versionoperatingSystemVersion
- the operating system versionexposeCpuVirtualization
- the expose cpu virtualizationcomputerName
- the computer namedisks
- the disksvnics
- the vnicseulaSections
- the eula sectionspublic String getUuid()
public String getName()
public String getDescription()
public long getMemoryInBytes()
public int getNumberOfCpus()
public int getNumberOfCpuCoresPerSocket()
public String getStorageProfileUuid()
public String getHardwareVersion()
public String getOperatingSystemVersion()
public boolean isExposeCpuVirtualization()
public String getComputerName()
public List<TemplateDiskConfigurationResponse> getDisks()
public List<TemplateVnicConfigurationResponse> getVnics()
public List<EulaSection> getEulaSections()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.