public class VdcResponse extends EntityResponse
Modifier and Type | Field and Description |
---|---|
static String |
ALLOC_CPU |
static String |
ALLOC_MEM |
protected String |
description |
static String |
VCENTER_HREF |
static String |
VCENTER_INSTANCE_UUID |
static String |
VCENTER_MOREF |
static String |
VCENTER_NAME |
static String |
VCLOUD_HREF |
protected String |
vCloudHref
The V cloud href.
|
Constructor and Description |
---|
VdcResponse(String uuid,
String companyId,
String name,
boolean deleted,
Instant deletedDate,
Instant updatedDate,
boolean enabled,
String vCenterMoRef,
String vCenterName,
String description,
String vCloudHref,
String vCenterInstanceUUID,
String vCenterHref,
String allocationModel,
Long reservedCpu,
Long reservedMem,
Long diskLimit,
long contractedAdvancedDiskLimit,
long contractedSsdDiskLimit,
long contractedArchiveDiskLimit,
Long allocationCpu,
Long allocationMemory,
String maxHardwareVersion,
Integer networkQuota,
Integer usedNetworkCount,
String locationId,
String orgUuid) |
Modifier and Type | Method and Description |
---|---|
Long |
getAllocationCpu()
Get the allocation quantity for cpu in MHZ.
|
Long |
getAllocationMemory()
Get the allocation quantity for memory.
|
String |
getAllocationModel()
Gets allocation model.
|
long |
getContractedAdvancedDiskLimit()
Get the contracted disk limit for advanced storage in MB.
|
long |
getContractedArchiveDiskLimit()
Get the contracted disk limit for archive storage in MB.
|
long |
getContractedSsdDiskLimit()
Get the contracted disk limit for SSD storage in MB.
|
String |
getDescription()
Gets description.
|
Long |
getDiskLimit()
Gets disk limit.
|
String |
getLocationId()
Gets location id.
|
String |
getMaxHardwareVersion()
Get the highest supported virtual hardware version for this vdc.
|
Integer |
getNetworkQuota()
Gets the network quota for the vDC.
|
String |
getOrgUuid()
Gets org uuid.
|
Long |
getReservedCpu()
Return the reserved cpu quanity in MHZ.
|
Long |
getReservedMem()
Gets reserved mem.
|
Long |
getReservedMemory()
Gets reserved memory.
|
Integer |
getUsedNetworkCount()
Gets the used network count for the vDC.
|
String |
getvCenterHref()
Gets center href.
|
String |
getVcenterHref()
Gets vcenter href.
|
String |
getvCenterInstanceUUID()
Gets center instance uuid.
|
String |
getVcenterInstanceUuid()
Gets vcenter instance uuid.
|
String |
getvCenterMoRef()
Gets center mo ref.
|
String |
getvCenterName()
Gets center name.
|
String |
getvCloudHref()
Gets cloud href.
|
boolean |
isEnabled()
Is enabled boolean.
|
equals, getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, hashCode, isDeleted, toString
public static final String VCENTER_MOREF
public static final String VCENTER_NAME
public static final String ALLOC_CPU
public static final String ALLOC_MEM
public static final String VCLOUD_HREF
public static final String VCENTER_INSTANCE_UUID
public static final String VCENTER_HREF
protected String description
protected String vCloudHref
public VdcResponse(String uuid, String companyId, String name, boolean deleted, Instant deletedDate, Instant updatedDate, boolean enabled, String vCenterMoRef, String vCenterName, String description, String vCloudHref, String vCenterInstanceUUID, String vCenterHref, String allocationModel, Long reservedCpu, Long reservedMem, Long diskLimit, long contractedAdvancedDiskLimit, long contractedSsdDiskLimit, long contractedArchiveDiskLimit, Long allocationCpu, Long allocationMemory, String maxHardwareVersion, Integer networkQuota, Integer usedNetworkCount, String locationId, String orgUuid)
public boolean isEnabled()
public String getVcenterHref()
public String getVcenterInstanceUuid()
public String getAllocationModel()
public Long getReservedCpu()
Long
reserved cpupublic Long getReservedMemory()
public Long getDiskLimit()
public Long getAllocationCpu()
Should be null for Vdc types other than Allocation Model.
Long
allocation cpupublic Long getAllocationMemory()
Should be null for Vdc types other than Allocation Model.
Long
allocation memorypublic String getMaxHardwareVersion()
String
highest supported virtual hardware versionpublic Integer getNetworkQuota()
public Integer getUsedNetworkCount()
public String getLocationId()
public String getOrgUuid()
public Long getReservedMem()
public String getvCenterHref()
public String getvCenterInstanceUUID()
public String getvCenterMoRef()
public String getvCenterName()
public String getDescription()
public String getvCloudHref()
public long getContractedAdvancedDiskLimit()
public long getContractedSsdDiskLimit()
public long getContractedArchiveDiskLimit()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.