Class UserVmResourceAlertResponse

java.lang.Object
com.iland.core.web.rest.response.notification.AbstractResourceAlertResponse
com.iland.core.web.rest.response.notification.UserVmResourceAlertResponse
All Implemented Interfaces:
Serializable

public class UserVmResourceAlertResponse extends AbstractResourceAlertResponse
User Vm Resource Alert Response.
Author:
Nick Kasprzak
See Also:
  • Field Details

    • threshold

      @Since(1.0) @Expose protected long threshold
  • Constructor Details

    • UserVmResourceAlertResponse

      public UserVmResourceAlertResponse(String group, String name, String type, String username, String action, String equalityRelation, boolean enabled, int breachPeriod, String vmUuid, long threshold)
  • Method Details