We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb0524 commit 0cc89f3Copy full SHA for 0cc89f3
1 file changed
lib/softlayer/VirtualServer.rb
@@ -51,25 +51,6 @@ class VirtualServer < Server
51
# to determine if an OS reload is in progress.
52
sl_attr :lastOperatingSystemReload
53
54
- ##
55
- # A lsst of configured network monitors.
56
- #
57
- sl_dynamic_attr :network_monitors do |resource|
58
- resource.should_update? do
59
- @network_monitors == nil
60
- end
61
-
62
- resource.to_update do
63
- network_monitors_data = self.service.object_mask(NetworkMonitor.default_object_mask).getNetworkMonitors
64
65
- network_monitors_data.map! do |network_monitor|
66
- NetworkMonitor.new(softlayer_client, network_monitor) unless network_monitor.empty?
67
68
69
- network_monitors_data.compact
70
71
72
73
##
74
# Retrieve information about items that are available for upgrades.
75
# :call-seq:
0 commit comments