We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f62f4 commit 5b2f011Copy full SHA for 5b2f011
1 file changed
lib/softlayer/Server.rb
@@ -53,6 +53,19 @@ class Server < SoftLayer::ModelBase
53
# Notes about these server (for use by the customer)
54
sl_attr :notes
55
56
+ ##
57
+ # The maximum network monitor query/response levels currently supported by the server
58
+ #
59
+ sl_dynamic_attr :network_monitor_levels do |resource|
60
+ resource.should_update? do
61
+ @network_monitor_levels == nil
62
+ end
63
+
64
+ resource.to_update do
65
+ self.service.getAvailableMonitoring
66
67
68
69
##
70
# A lsst of configured network monitors.
71
#
0 commit comments