public class VpgVmResponse extends Object implements Serializable
Constructor and Description |
---|
VpgVmResponse(String uuid,
String location,
String orgUuid,
String vpgUuid,
String vmName,
String vmIdentifier,
String vpgName,
String organizationName,
int actualRPO,
VpgEntitiesResponse entities,
VpgStatusResponse status,
VpgSubStatusResponse subStatus,
VpgPriorityResponse priority,
String sourceSite,
String targetSite,
LocalDateTime lastTest,
long provisionedStorageInMB,
long usedStorageInMB,
long iops,
double throughputInMB) |
Modifier and Type | Method and Description |
---|---|
int |
getActualRPO()
Gets the actual rpo.
|
VpgEntitiesResponse |
getEntities()
Gets the entities.
|
long |
getiOPS()
Gets the iops.
|
LocalDateTime |
getLastTest()
Gets the last test.
|
String |
getLocation()
Gets the location ID.
|
String |
getOrganizationName()
Gets the organization name.
|
String |
getOrgUuid()
Gets the org uuid.
|
VpgPriorityResponse |
getPriority()
Gets the priority.
|
long |
getProvisionedStorageInMB()
Gets the provisioned storage in mb.
|
String |
getSourceSite()
Gets the source site.
|
VpgStatusResponse |
getStatus()
Gets the status.
|
VpgSubStatusResponse |
getSubStatus()
Gets the sub status.
|
String |
getTargetSite()
Gets the target site.
|
double |
getThroughputInMB()
Gets the throughput in mb.
|
long |
getUsedStorageInMB()
Gets the used storage in mb.
|
String |
getUuid()
Gets the VPG VM uuid.
|
String |
getVmIdentifier()
Gets the vm identifier.
|
String |
getVmName()
Gets the vm name.
|
String |
getVpgName()
Gets the vpg name.
|
String |
getVpgUuid()
Gets the parent VPG uuid.
|
public VpgVmResponse(String uuid, String location, String orgUuid, String vpgUuid, String vmName, String vmIdentifier, String vpgName, String organizationName, int actualRPO, VpgEntitiesResponse entities, VpgStatusResponse status, VpgSubStatusResponse subStatus, VpgPriorityResponse priority, String sourceSite, String targetSite, LocalDateTime lastTest, long provisionedStorageInMB, long usedStorageInMB, long iops, double throughputInMB)
public String getOrgUuid()
public String getLocation()
public String getVpgUuid()
public String getUuid()
public String getVmName()
public String getVmIdentifier()
public String getVpgName()
public String getOrganizationName()
public int getActualRPO()
public VpgEntitiesResponse getEntities()
public VpgStatusResponse getStatus()
public VpgSubStatusResponse getSubStatus()
public VpgPriorityResponse getPriority()
public String getSourceSite()
public String getTargetSite()
public LocalDateTime getLastTest()
public long getProvisionedStorageInMB()
public long getUsedStorageInMB()
public long getiOPS()
public double getThroughputInMB()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.