softlayer 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c19e6e8f7efbc6e4c66f11e8e2ed419c6af3128
4
- data.tar.gz: 312df48b412a283a8faf38114f5ca0370f63eb2a
3
+ metadata.gz: ad1a4b0b0c4cf088134fda2ac566bcee2468c8e2
4
+ data.tar.gz: ddbc502f6fd1c577cd0216408c0e18d109f95286
5
5
  SHA512:
6
- metadata.gz: c4f543a84ff7386dfcf4dc55b755bbe0e52823d1ca1406a2f398f0cd0f56c5d8c4a2639e41b22441f3ac67b7eeaeb302d66f6005be3ebd5b2243a335dde5780e
7
- data.tar.gz: 923f87094af9028ba369cd8e4c9bac47200b7ea19570e8234213b1a1004f8706b74354f71b4dd22d46d670eb2fb4e3e8697df35cb1b3cb0f9a87d82d99c62ca0
6
+ metadata.gz: 4d13b77b3e3f4e784f513223aaf43414706c4c73455b9d909d8424fecc088e0057c69bf7c8230d76079d98eeffef710d894ac4870a615086d853b9a71300755a
7
+ data.tar.gz: 78a0adc50d105fcc5c9bd48434daa560feceaad9d999f74ec93c47ffb95a35d6dc0debc3bd5e4f03d9d89f0d426dd50122f958f9a79f8ce86eaff3e704c788b8
@@ -1194,6 +1194,10 @@
1194
1194
  <message name="getVirtualStoragePublicRepositoriesResponse">
1195
1195
  <part name="getVirtualStoragePublicRepositoriesReturn" type="tns:SoftLayer_Virtual_Storage_RepositoryArray"/>
1196
1196
  </message>
1197
+ <message name="getVmWareActiveAccountLicenseKeys"/>
1198
+ <message name="getVmWareActiveAccountLicenseKeysResponse">
1199
+ <part name="getVmWareActiveAccountLicenseKeysReturn" type="tns:ArrayOfstring"/>
1200
+ </message>
1197
1201
  <message name="getWindowsUpdateStatus"/>
1198
1202
  <message name="getWindowsUpdateStatusResponse">
1199
1203
  <part name="getWindowsUpdateStatusReturn" type="tns:SoftLayer_Container_Utility_Microsoft_Windows_UpdateServices_StatusArray"/>
@@ -2677,6 +2681,11 @@ This method will return the [[SoftLayer_Product_Package]] objects from which you
2677
2681
  <input message="tns:getVirtualStoragePublicRepositories"/>
2678
2682
  <output message="tns:getVirtualStoragePublicRepositoriesResponse"/>
2679
2683
  </operation>
2684
+ <operation name="getVmWareActiveAccountLicenseKeys">
2685
+ <documentation>This returns a collection of active VMware software account license keys.</documentation>
2686
+ <input message="tns:getVmWareActiveAccountLicenseKeys"/>
2687
+ <output message="tns:getVmWareActiveAccountLicenseKeysResponse"/>
2688
+ </operation>
2680
2689
  <operation name="getWindowsUpdateStatus">
2681
2690
  <documentation>Retrieve a list of an account's hardware's Windows Update status. This list includes which servers have available updates, which servers require rebooting due to updates, which servers have failed retrieving updates, and which servers have failed to communicate with the SoftLayer private Windows Software Update Services server. </documentation>
2682
2691
  <input message="tns:getWindowsUpdateStatus"/>
@@ -6579,6 +6588,16 @@ Always call this method to enable changes when manually configuring VPN subnet a
6579
6588
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
6580
6589
  </output>
6581
6590
  </operation>
6591
+ <operation name="getVmWareActiveAccountLicenseKeys">
6592
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_AccountAction"/>
6593
+ <input>
6594
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
6595
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
6596
+ </input>
6597
+ <output>
6598
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
6599
+ </output>
6600
+ </operation>
6582
6601
  <operation name="getWindowsUpdateStatus">
6583
6602
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_AccountAction"/>
6584
6603
  <input>
@@ -25,6 +25,10 @@
25
25
  <message name="acknowledgeNotificationResponse">
26
26
  <part name="acknowledgeNotificationReturn" type="xsd:boolean"/>
27
27
  </message>
28
+ <message name="getAcknowledgedFlag"/>
29
+ <message name="getAcknowledgedFlagResponse">
30
+ <part name="getAcknowledgedFlagReturn" type="xsd:boolean"/>
31
+ </message>
28
32
  <message name="getAllObjects"/>
29
33
  <message name="getAllObjectsResponse">
30
34
  <part name="getAllObjectsReturn" type="tns:SoftLayer_Notification_Occurrence_EventArray"/>
@@ -106,12 +110,17 @@
106
110
  <part name="SoftLayer_ObjectMask" type="tns:SoftLayer_ObjectMask"/>
107
111
  </message>
108
112
  <portType name="SoftLayer_Notification_Occurrence_EventPortType">
109
- <documentation>The SoftLayer_Notification_Occurrence_Event service represents all events with potential to cause a disruption in service. </documentation>
113
+ <documentation>The [[SoftLayer_Notification_Occurrence_Event]] service represents all events with potential to cause a disruption in service. </documentation>
110
114
  <operation name="acknowledgeNotification">
111
115
  <documentation>&amp;lt;&amp;lt;&amp;lt;&amp;lt; EOT</documentation>
112
116
  <input message="tns:acknowledgeNotification"/>
113
117
  <output message="tns:acknowledgeNotificationResponse"/>
114
118
  </operation>
119
+ <operation name="getAcknowledgedFlag">
120
+ <documentation>Retrieve indicates whether or not this event has been acknowledged by the user.</documentation>
121
+ <input message="tns:getAcknowledgedFlag"/>
122
+ <output message="tns:getAcknowledgedFlagResponse"/>
123
+ </operation>
115
124
  <operation name="getAllObjects">
116
125
  <documentation></documentation>
117
126
  <input message="tns:getAllObjects"/>
@@ -201,6 +210,20 @@
201
210
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
202
211
  </output>
203
212
  </operation>
213
+ <operation name="getAcknowledgedFlag">
214
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Notification_Occurrence_EventAction"/>
215
+ <input>
216
+ <soap:header message="tns:SoftLayer_Notification_Occurrence_EventObjectMaskHeader" part="SoftLayer_Notification_Occurrence_EventObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
217
+ <soap:header message="tns:SoftLayer_Notification_Occurrence_EventObjectFilterHeader" part="SoftLayer_Notification_Occurrence_EventObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
218
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
219
+ <soap:header message="tns:SoftLayer_Notification_Occurrence_EventInitParametersHeader" part="SoftLayer_Notification_Occurrence_EventInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
220
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
221
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
222
+ </input>
223
+ <output>
224
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
225
+ </output>
226
+ </operation>
204
227
  <operation name="getAllObjects">
205
228
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Notification_Occurrence_EventAction"/>
206
229
  <input>
@@ -25,6 +25,10 @@
25
25
  <message name="getAccountResponse">
26
26
  <part name="getAccountReturn" type="tns:SoftLayer_Account"/>
27
27
  </message>
28
+ <message name="getAllObjects"/>
29
+ <message name="getAllObjectsResponse">
30
+ <part name="getAllObjectsReturn" type="tns:SoftLayer_Software_AccountLicenseArray"/>
31
+ </message>
28
32
  <message name="getBillingItem"/>
29
33
  <message name="getBillingItemResponse">
30
34
  <part name="getBillingItemReturn" type="tns:SoftLayer_Billing_Item"/>
@@ -62,6 +66,11 @@
62
66
  <input message="tns:getAccount"/>
63
67
  <output message="tns:getAccountResponse"/>
64
68
  </operation>
69
+ <operation name="getAllObjects">
70
+ <documentation></documentation>
71
+ <input message="tns:getAllObjects"/>
72
+ <output message="tns:getAllObjectsResponse"/>
73
+ </operation>
65
74
  <operation name="getBillingItem">
66
75
  <documentation>Retrieve the billing item for a software account license.</documentation>
67
76
  <input message="tns:getBillingItem"/>
@@ -94,6 +103,21 @@
94
103
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
95
104
  </output>
96
105
  </operation>
106
+ <operation name="getAllObjects">
107
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Software_AccountLicenseAction"/>
108
+ <input>
109
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
110
+ <soap:header message="tns:SoftLayer_Software_AccountLicenseObjectMaskHeader" part="SoftLayer_Software_AccountLicenseObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
111
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
112
+ <soap:header message="tns:SoftLayer_Software_AccountLicenseObjectFilterHeader" part="SoftLayer_Software_AccountLicenseObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
113
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
114
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
115
+ </input>
116
+ <output>
117
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
118
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
119
+ </output>
120
+ </operation>
97
121
  <operation name="getBillingItem">
98
122
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Software_AccountLicenseAction"/>
99
123
  <input>
@@ -5857,6 +5857,31 @@
5857
5857
  </restriction>
5858
5858
  </complexContent>
5859
5859
  </complexType>
5860
+ <complexType name="SoftLayer_Billing_Item_Software_License">
5861
+ <complexContent>
5862
+ <extension base="tns:SoftLayer_Billing_Item">
5863
+ <sequence>
5864
+ <element minOccurs="0" maxOccurs="1" name="resource" type="tns:SoftLayer_Software_AccountLicense"/>
5865
+ </sequence>
5866
+ </extension>
5867
+ </complexContent>
5868
+ </complexType>
5869
+ <complexType name="SoftLayer_Billing_Item_Software_LicenseObjectFilter">
5870
+ <complexContent>
5871
+ <extension base="tns:SoftLayer_Billing_ItemObjectFilter">
5872
+ <sequence>
5873
+ <element minOccurs="0" maxOccurs="1" name="resource" type="tns:SoftLayer_Software_AccountLicenseObjectFilter"/>
5874
+ </sequence>
5875
+ </extension>
5876
+ </complexContent>
5877
+ </complexType>
5878
+ <complexType name="SoftLayer_Billing_Item_Software_LicenseArray">
5879
+ <complexContent>
5880
+ <restriction base="soapenc:Array">
5881
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Billing_Item_Software_License[]"/>
5882
+ </restriction>
5883
+ </complexContent>
5884
+ </complexType>
5860
5885
  <complexType name="SoftLayer_Billing_Item_Support">
5861
5886
  <complexContent>
5862
5887
  <extension base="tns:SoftLayer_Billing_Item"/>
@@ -13261,6 +13286,23 @@
13261
13286
  </restriction>
13262
13287
  </complexContent>
13263
13288
  </complexType>
13289
+ <complexType name="SoftLayer_Container_Product_Order_Software_License">
13290
+ <complexContent>
13291
+ <extension base="tns:SoftLayer_Container_Product_Order"/>
13292
+ </complexContent>
13293
+ </complexType>
13294
+ <complexType name="SoftLayer_Container_Product_Order_Software_LicenseObjectFilter">
13295
+ <complexContent>
13296
+ <extension base="tns:SoftLayer_Container_Product_OrderObjectFilter"/>
13297
+ </complexContent>
13298
+ </complexType>
13299
+ <complexType name="SoftLayer_Container_Product_Order_Software_LicenseArray">
13300
+ <complexContent>
13301
+ <restriction base="soapenc:Array">
13302
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Container_Product_Order_Software_License[]"/>
13303
+ </restriction>
13304
+ </complexContent>
13305
+ </complexType>
13264
13306
  <complexType name="SoftLayer_Container_Product_Order_SshKeys">
13265
13307
  <complexContent>
13266
13308
  <extension base="tns:SoftLayer_Entity">
@@ -25734,6 +25776,7 @@
25734
25776
  <element minOccurs="0" maxOccurs="1" name="impactedResourceCount" type="unsignedLong"/>
25735
25777
  <element minOccurs="0" maxOccurs="1" name="impactedUserCount" type="unsignedLong"/>
25736
25778
  <element minOccurs="0" maxOccurs="1" name="updateCount" type="unsignedLong"/>
25779
+ <element minOccurs="0" maxOccurs="1" name="acknowledgedFlag" type="boolean"/>
25737
25780
  <element minOccurs="0" maxOccurs="1" name="attachments" type="tns:SoftLayer_Notification_Occurrence_Event_AttachmentArray"/>
25738
25781
  <element minOccurs="0" maxOccurs="1" name="firstUpdate" type="tns:SoftLayer_Notification_Occurrence_Update"/>
25739
25782
  <element minOccurs="0" maxOccurs="1" name="impactedAccounts" type="tns:SoftLayer_Notification_Occurrence_AccountArray"/>
@@ -25760,6 +25803,7 @@
25760
25803
  <element minOccurs="0" maxOccurs="1" name="subject" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
25761
25804
  <element minOccurs="0" maxOccurs="1" name="summary" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
25762
25805
  <element minOccurs="0" maxOccurs="1" name="systemTicketId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
25806
+ <element minOccurs="0" maxOccurs="1" name="acknowledgedFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
25763
25807
  <element minOccurs="0" maxOccurs="1" name="attachments" type="tns:SoftLayer_Notification_Occurrence_Event_AttachmentObjectFilter"/>
25764
25808
  <element minOccurs="0" maxOccurs="1" name="firstUpdate" type="tns:SoftLayer_Notification_Occurrence_UpdateObjectFilter"/>
25765
25809
  <element minOccurs="0" maxOccurs="1" name="impactedAccounts" type="tns:SoftLayer_Notification_Occurrence_AccountObjectFilter"/>
@@ -33499,6 +33543,7 @@
33499
33543
  <element minOccurs="0" maxOccurs="1" name="lastName" type="string"/>
33500
33544
  <element minOccurs="0" maxOccurs="1" nillable="true" name="localeId" type="int"/>
33501
33545
  <element minOccurs="0" maxOccurs="1" nillable="true" name="managedByFederationFlag" type="boolean"/>
33546
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="managedByOIDCFlag" type="boolean"/>
33502
33547
  <element minOccurs="0" maxOccurs="1" nillable="true" name="modifyDate" type="dateTime"/>
33503
33548
  <element minOccurs="0" maxOccurs="1" name="msn" type="string"/>
33504
33549
  <element minOccurs="0" maxOccurs="1" name="nameId" type="string"/>
@@ -33615,6 +33660,7 @@
33615
33660
  <element minOccurs="0" maxOccurs="1" name="lastName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33616
33661
  <element minOccurs="0" maxOccurs="1" name="localeId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33617
33662
  <element minOccurs="0" maxOccurs="1" name="managedByFederationFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33663
+ <element minOccurs="0" maxOccurs="1" name="managedByOIDCFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33618
33664
  <element minOccurs="0" maxOccurs="1" name="modifyDate" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33619
33665
  <element minOccurs="0" maxOccurs="1" name="msn" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33620
33666
  <element minOccurs="0" maxOccurs="1" name="nameId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
@@ -1609,6 +1609,10 @@ module Softlayer
1609
1609
  request(:get_virtual_storage_public_repositories, Array[Softlayer::Virtual::Storage::Repository])
1610
1610
  end
1611
1611
 
1612
+ def self.get_vm_ware_active_account_license_keys
1613
+ request(:get_vm_ware_active_account_license_keys, Array[String])
1614
+ end
1615
+
1612
1616
  def self.get_windows_update_status
1613
1617
  request(:get_windows_update_status, Array[Softlayer::Container::Utility::Microsoft::Windows::UpdateServices::Status])
1614
1618
  end
@@ -3,6 +3,7 @@ module Softlayer
3
3
  class Item
4
4
  module Software
5
5
  autoload :Component, 'softlayer/billing/item/software/component'
6
+ autoload :License, 'softlayer/billing/item/software/license'
6
7
  end
7
8
  end
8
9
  end
@@ -0,0 +1,16 @@
1
+ module Softlayer
2
+ module Billing
3
+ class Item
4
+ module Software
5
+ class License < Softlayer::Billing::Item
6
+ attr_accessor :resource
7
+
8
+ class Representer < Softlayer::Billing::Item::Representer
9
+ include Representable::Hash
10
+ include Representable::Coercion
11
+ end
12
+ end
13
+ end
14
+ end
15
+ end
16
+ end
@@ -3,6 +3,7 @@ module Softlayer
3
3
  module Product
4
4
  class Order
5
5
  module Software
6
+ autoload :License, 'softlayer/container/product/order/software/license'
6
7
  autoload :Component, 'softlayer/container/product/order/software/component'
7
8
  end
8
9
  end
@@ -0,0 +1,17 @@
1
+ module Softlayer
2
+ module Container
3
+ module Product
4
+ class Order
5
+ module Software
6
+ class License < Softlayer::Container::Product::Order
7
+
8
+ class Representer < Softlayer::Container::Product::Order::Representer
9
+ include Representable::Hash
10
+ include Representable::Coercion
11
+ end
12
+ end
13
+ end
14
+ end
15
+ end
16
+ end
17
+ end
@@ -19,6 +19,7 @@ module Softlayer
19
19
  attr_accessor :impacted_resource_count
20
20
  attr_accessor :impacted_user_count
21
21
  attr_accessor :update_count
22
+ attr_accessor :acknowledged_flag
22
23
  attr_accessor :attachments
23
24
  attr_accessor :first_update
24
25
  attr_accessor :impacted_accounts
@@ -33,6 +34,10 @@ module Softlayer
33
34
  request(:acknowledge_notification, Boolean)
34
35
  end
35
36
 
37
+ def get_acknowledged_flag
38
+ request(:get_acknowledged_flag, Boolean)
39
+ end
40
+
36
41
  def self.get_all_objects
37
42
  request(:get_all_objects, Array[Softlayer::Notification::Occurrence::Event])
38
43
  end
@@ -111,6 +116,7 @@ module Softlayer
111
116
  property :impacted_resource_count, type: BigDecimal
112
117
  property :impacted_user_count, type: BigDecimal
113
118
  property :update_count, type: BigDecimal
119
+ property :acknowledged_flag, type: Boolean
114
120
  end
115
121
  end
116
122
  end
@@ -14,6 +14,10 @@ module Softlayer
14
14
  request(:get_account, Softlayer::Account)
15
15
  end
16
16
 
17
+ def self.get_all_objects
18
+ request(:get_all_objects, Array[Softlayer::Software::AccountLicense])
19
+ end
20
+
17
21
  def get_billing_item
18
22
  request(:get_billing_item, Softlayer::Billing::Item)
19
23
  end
@@ -35,6 +35,7 @@ module Softlayer
35
35
  attr_accessor :last_name
36
36
  attr_accessor :locale_id
37
37
  attr_accessor :managed_by_federation_flag
38
+ attr_accessor :managed_by_oidc_flag
38
39
  attr_accessor :modify_date
39
40
  attr_accessor :msn
40
41
  attr_accessor :name_id
@@ -654,6 +655,7 @@ module Softlayer
654
655
  property :last_name, type: String
655
656
  property :locale_id, type: Integer
656
657
  property :managed_by_federation_flag, type: Boolean
658
+ property :managed_by_oidc_flag, type: Boolean
657
659
  property :modify_date, type: DateTime
658
660
  property :msn, type: String
659
661
  property :name_id, type: String
@@ -1,3 +1,3 @@
1
1
  module Softlayer
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
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.11
4
+ version: 0.0.12
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-04-18 00:00:00.000000000 Z
11
+ date: 2016-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -768,6 +768,7 @@ files:
768
768
  - lib/softlayer/billing/item/software/component/virtual/operating_system.rb
769
769
  - lib/softlayer/billing/item/software/component/virtual/operating_system/microsoft.rb
770
770
  - lib/softlayer/billing/item/software/component/virtual/operating_system/redhat.rb
771
+ - lib/softlayer/billing/item/software/license.rb
771
772
  - lib/softlayer/billing/item/support.rb
772
773
  - lib/softlayer/billing/item/user.rb
773
774
  - lib/softlayer/billing/item/user/customer.rb
@@ -1124,6 +1125,7 @@ files:
1124
1125
  - lib/softlayer/container/product/order/software.rb
1125
1126
  - lib/softlayer/container/product/order/software/component.rb
1126
1127
  - lib/softlayer/container/product/order/software/component/virtual.rb
1128
+ - lib/softlayer/container/product/order/software/license.rb
1127
1129
  - lib/softlayer/container/product/order/ssh_keys.rb
1128
1130
  - lib/softlayer/container/product/order/storage.rb
1129
1131
  - lib/softlayer/container/product/order/storage/group.rb