Interface VmProtectionStatusSummaryResponse
- All Known Implementing Classes:
ImmutableVmProtectionStatusSummaryResponse
public interface VmProtectionStatusSummaryResponse
VM Protection Status Summary Response.
-
Method Summary
Modifier and TypeMethodDescriptioninttotalVms()Get the total number of VMs for a user's company inventory.intGet the number of protected VMs for a user's company inventory.intGet the number of unprotected VMs for a user's company inventory.
-
Method Details
-
vmsProtected
int vmsProtected()Get the number of protected VMs for a user's company inventory. -
vmsUnProtected
int vmsUnProtected()Get the number of unprotected VMs for a user's company inventory. -
totalVms
int totalVms()Get the total number of VMs for a user's company inventory.
-