Interface VmProtectionStatusSummaryResponse

All Known Implementing Classes:
ImmutableVmProtectionStatusSummaryResponse

public interface VmProtectionStatusSummaryResponse
VM Protection Status Summary Response.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the total number of VMs for a user's company inventory.
    int
    Get the number of protected VMs for a user's company inventory.
    int
    Get 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.