Class VpgVmResponse
java.lang.Object
com.iland.core.web.rest.response.vpg.VpgVmResponse
- All Implemented Interfaces:
Serializable
Virtual Protection Group VM Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVpgVmResponse(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) -
Method Summary
Modifier and TypeMethodDescriptionintGets the actual rpo.Gets the entities.longgetiOPS()Gets the iops.Gets the last test.Gets the location ID.Gets the organization name.Gets the org uuid.Gets the priority.longGets the provisioned storage in mb.Gets the source site.Gets the status.Gets the sub status.Gets the target site.doubleGets the throughput in mb.longGets the used storage in mb.getUuid()Gets the VPG VM uuid.Gets the vm identifier.Gets the vm name.Gets the vpg name.Gets the parent VPG uuid.
-
Constructor Details
-
VpgVmResponse
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)
-
-
Method Details
-
getOrgUuid
Gets the org uuid.- Returns:
- the org uuid
-
getLocation
Gets the location ID.- Returns:
- the location ID
-
getVpgUuid
Gets the parent VPG uuid.- Returns:
- the parent VPG uuid
-
getUuid
Gets the VPG VM uuid.- Returns:
- the VPG vm uuid.
-
getVmName
Gets the vm name.- Returns:
- the vm name
-
getVmIdentifier
Gets the vm identifier.- Returns:
- the vm identifier
-
getVpgName
Gets the vpg name.- Returns:
- the vpg name
-
getOrganizationName
Gets the organization name.- Returns:
- the organization name
-
getActualRPO
public int getActualRPO()Gets the actual rpo.- Returns:
- the actual rpo
-
getEntities
Gets the entities.- Returns:
- the entities
-
getStatus
Gets the status.- Returns:
- the status
-
getSubStatus
Gets the sub status.- Returns:
- the sub status
-
getPriority
Gets the priority.- Returns:
- the priority
-
getSourceSite
Gets the source site.- Returns:
- the source site
-
getTargetSite
Gets the target site.- Returns:
- the target site
-
getLastTest
Gets the last test.- Returns:
- the last test
-
getProvisionedStorageInMB
public long getProvisionedStorageInMB()Gets the provisioned storage in mb.- Returns:
- the provisioned storage in mb
-
getUsedStorageInMB
public long getUsedStorageInMB()Gets the used storage in mb.- Returns:
- the used storage in mb
-
getiOPS
public long getiOPS()Gets the iops.- Returns:
- the iops
-
getThroughputInMB
public double getThroughputInMB()Gets the throughput in mb.- Returns:
- the throughput in mb
-