public class VmResponse extends EntityResponse
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
vCloudHref |
Constructor and Description |
---|
VmResponse(String uuid,
String companyId,
String name,
boolean deleted,
Instant deletedDate,
Instant updatedDate,
String description,
String vCloudHref,
boolean deployed,
String vCenterMoRef,
String vCenterName,
String vcenterInstanceUuid,
String vcenterHref,
String status,
Integer numberOfCpus,
int coresPerSocket,
BigInteger memorySize,
String operatingSystem,
String operatingSystemDescription,
Set<String> storageProfiles,
String hardwareVersion,
String vappUuid,
String vdcUuid,
String orgUuid,
String locationId,
String vappLocalId,
String vimDatastoreRef,
Instant createdDate,
boolean mediaInserted,
String insertedMediaName,
boolean nestedHypervisorEnabled,
String allocationModel) |
Modifier and Type | Method and Description |
---|---|
String |
getAllocationModel()
Get the allocation model.
|
int |
getCoresPerSocket()
Get the number of cores per socket.
|
Instant |
getCreatedDate()
Gets created date.
|
String |
getDescription()
Gets description.
|
String |
getHardwareVersion()
Gets hardware version.
|
String |
getInsertedMediaName()
Gets the name of the media that is currently inserted in the VM.
|
String |
getLocationId()
Gets location id.
|
BigInteger |
getMemorySize()
Gets memory size.
|
Integer |
getNumberOfCpus()
Gets number of cpus.
|
String |
getOperatingSystem()
Gets operating system.
|
String |
getOperatingSystemDescription()
Get the operating system description.
|
String |
getOrgUuid()
Gets org uuid.
|
String |
getStatus()
Gets status.
|
Set<String> |
getStorageProfiles()
Gets storage profiles.
|
String |
getVappLocalId()
Gets vapp local id.
|
String |
getVappUuid()
Gets vapp uuid.
|
String |
getVcenterHref()
Gets vcenter href.
|
String |
getVcenterInstanceUuid()
Gets vcenter instance uuid.
|
String |
getvCenterMoRef()
Gets center mo ref.
|
String |
getvCenterName()
Gets center name.
|
String |
getvCloudHref()
Gets cloud href.
|
String |
getVdcUuid() |
String |
getVimDatastoreRef()
Get the vim datastore ref.
|
boolean |
isDeployed()
Is deployed boolean.
|
boolean |
isMediaInserted()
Indicates whether a CD/DVD is inserted in the VM.
|
boolean |
isNestedHypervisorEnabled()
Is nested hypervisior enabled.
|
String |
toString() |
equals, getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, hashCode, isDeleted
public VmResponse(String uuid, String companyId, String name, boolean deleted, Instant deletedDate, Instant updatedDate, String description, String vCloudHref, boolean deployed, String vCenterMoRef, String vCenterName, String vcenterInstanceUuid, String vcenterHref, String status, Integer numberOfCpus, int coresPerSocket, BigInteger memorySize, String operatingSystem, String operatingSystemDescription, Set<String> storageProfiles, String hardwareVersion, String vappUuid, String vdcUuid, String orgUuid, String locationId, String vappLocalId, String vimDatastoreRef, Instant createdDate, boolean mediaInserted, String insertedMediaName, boolean nestedHypervisorEnabled, String allocationModel)
public boolean isDeployed()
public String getVcenterInstanceUuid()
public String getvCenterName()
public String getVcenterHref()
public String getvCenterMoRef()
public String getStatus()
public Integer getNumberOfCpus()
public BigInteger getMemorySize()
public String getOperatingSystem()
public Set<String> getStorageProfiles()
public String getHardwareVersion()
public String getVappUuid()
public String getVappLocalId()
public String getVimDatastoreRef()
public int getCoresPerSocket()
public String getVdcUuid()
public String getLocationId()
public String getOrgUuid()
public String getDescription()
public String getvCloudHref()
public Instant getCreatedDate()
public boolean isMediaInserted()
public String getInsertedMediaName()
String
media namepublic String getOperatingSystemDescription()
String
operating system descriptionpublic String getAllocationModel()
String
allocation modelpublic boolean isNestedHypervisorEnabled()
public String toString()
toString
in class EntityResponse
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.