softlayer 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,27 +3,12 @@ module Softlayer
3
3
  class Network < Softlayer::Entity
4
4
  SERVICE = 'SoftLayer_Utility_Network'
5
5
 
6
- # address
7
- def self.is_pingable(message)
8
- request(:is_pingable, Boolean, message)
9
- end
10
-
11
6
  # address
12
7
  # type
13
8
  def self.ns_lookup(message)
14
9
  request(:ns_lookup, String, message)
15
10
  end
16
11
 
17
- # address
18
- def self.ping(message)
19
- request(:ping, String, message)
20
- end
21
-
22
- # address
23
- def self.traceroute(message)
24
- request(:traceroute, String, message)
25
- end
26
-
27
12
  # address
28
13
  def self.whois(message)
29
14
  request(:whois, String, message)
@@ -1,3 +1,3 @@
1
1
  module Softlayer
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softlayer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Celso Fernandes
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-09 00:00:00.000000000 Z
11
+ date: 2016-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -549,11 +549,13 @@ files:
549
549
  - data/User_Customer_External_Binding_Totp.wsdl
550
550
  - data/User_Customer_External_Binding_Vendor.wsdl
551
551
  - data/User_Customer_External_Binding_Verisign.wsdl
552
+ - data/User_Customer_Invitation.wsdl
552
553
  - data/User_Customer_MobileDevice.wsdl
553
554
  - data/User_Customer_MobileDevice_OperatingSystem.wsdl
554
555
  - data/User_Customer_MobileDevice_Type.wsdl
555
556
  - data/User_Customer_Notification_Hardware.wsdl
556
557
  - data/User_Customer_Notification_Virtual_Guest.wsdl
558
+ - data/User_Customer_OpenIdConnect.wsdl
557
559
  - data/User_Customer_Prospect_ServiceProvider_EnrollRequest.wsdl
558
560
  - data/User_Customer_Security_Answer.wsdl
559
561
  - data/User_Customer_Status.wsdl
@@ -1908,6 +1910,8 @@ files:
1908
1910
  - lib/softlayer/software/component/package/management/ksplice.rb
1909
1911
  - lib/softlayer/software/component/password.rb
1910
1912
  - lib/softlayer/software/component/password/history.rb
1913
+ - lib/softlayer/software/component/security.rb
1914
+ - lib/softlayer/software/component/security/safe_net.rb
1911
1915
  - lib/softlayer/software/description.rb
1912
1916
  - lib/softlayer/software/description/attribute.rb
1913
1917
  - lib/softlayer/software/description/attribute/type.rb
@@ -1993,6 +1997,7 @@ files:
1993
1997
  - lib/softlayer/user/customer/external/binding/type.rb
1994
1998
  - lib/softlayer/user/customer/external/binding/vendor.rb
1995
1999
  - lib/softlayer/user/customer/external/binding/verisign.rb
2000
+ - lib/softlayer/user/customer/invitation.rb
1996
2001
  - lib/softlayer/user/customer/link.rb
1997
2002
  - lib/softlayer/user/customer/link/the_planet.rb
1998
2003
  - lib/softlayer/user/customer/mobile_device.rb
@@ -2002,6 +2007,7 @@ files:
2002
2007
  - lib/softlayer/user/customer/notification/hardware.rb
2003
2008
  - lib/softlayer/user/customer/notification/virtual.rb
2004
2009
  - lib/softlayer/user/customer/notification/virtual/guest.rb
2010
+ - lib/softlayer/user/customer/open_id_connect.rb
2005
2011
  - lib/softlayer/user/customer/prospect.rb
2006
2012
  - lib/softlayer/user/customer/prospect/service_provider.rb
2007
2013
  - lib/softlayer/user/customer/prospect/service_provider/enroll_request.rb
@@ -2083,7 +2089,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2083
2089
  version: '0'
2084
2090
  requirements: []
2085
2091
  rubyforge_project:
2086
- rubygems_version: 2.4.5.1
2092
+ rubygems_version: 2.6.4
2087
2093
  signing_key:
2088
2094
  specification_version: 4
2089
2095
  summary: SoftLayer API Client