SoftLayer_User_Customer_Notification_Virtual_Guest


SoftLayer_User_Customer_Notification_Virtual_Guest

Description

The SoftLayer_User_Customer_Notification_Virtual_Guest object stores links between customers and the virtual guests they wish to monitor. This link is not enough, the user must be sure to also create SoftLayer_Network_Monitor_Version1_Query_Host instance with the response action set to “notify users” in order for the users linked to that Virtual Guest object to be notified on failure.

Local


guestId

The ID of the virtual guest object that is to be monitored.
Type: int


id

The unique identifier for this object
Type: int


userId

The ID of the SoftLayer_User_Customer object that represents the user to be notified on monitoring failure.
Type: int

Relational


guest

The virtual guest object that will be monitored.
Type: SoftLayer_Virtual_Guest


user

The user that will be notified when the associated virtual guest object fails a monitoring instance.
Type: SoftLayer_User_Customer

Count