softlayer 0.0.16 → 0.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/data/.services_cache +42 -36
  3. data/data/Account.wsdl +22 -0
  4. data/data/Account_Link_Bluemix.wsdl +2 -3
  5. data/data/Billing_Order_Cart.wsdl +2 -2
  6. data/data/Billing_Order_Quote.wsdl +2 -2
  7. data/data/Hardware_SecurityModule.wsdl +6 -0
  8. data/data/Hardware_Server.wsdl +6 -0
  9. data/data/Network_Bandwidth_Version1_Allotment.wsdl +4 -81
  10. data/data/Product_Order.wsdl +17 -2
  11. data/data/Product_Package.wsdl +3 -0
  12. data/data/Ticket_Priority.wsdl +66 -0
  13. data/data/Ticket_Survey.wsdl +6 -2
  14. data/data/User_Customer.wsdl +147 -6
  15. data/data/User_Customer_OpenIdConnect.wsdl +224 -51
  16. data/data/Virtual_Disk_Image.wsdl +23 -0
  17. data/data/Virtual_Guest.wsdl +26 -0
  18. data/data/types.xsd +180 -2
  19. data/lib/softlayer/account.rb +6 -0
  20. data/lib/softlayer/account/authentication.rb +1 -0
  21. data/lib/softlayer/account/authentication/open_id_connect.rb +10 -0
  22. data/lib/softlayer/account/authentication/open_id_connect/option.rb +19 -0
  23. data/lib/softlayer/account/authentication/open_id_connect/registration_information.rb +20 -0
  24. data/lib/softlayer/account/link/bluemix.rb +2 -3
  25. data/lib/softlayer/container/network/storage/backup/evault/web_cc/authentication/details.rb +2 -0
  26. data/lib/softlayer/container/product/order/network/storage.rb +1 -0
  27. data/lib/softlayer/container/product/order/network/storage/object.rb +19 -0
  28. data/lib/softlayer/container/product/order/virtual/guest.rb +2 -0
  29. data/lib/softlayer/container/ticket.rb +1 -0
  30. data/lib/softlayer/container/ticket/priority.rb +17 -0
  31. data/lib/softlayer/container/user/customer.rb +1 -0
  32. data/lib/softlayer/container/user/customer/external/binding.rb +6 -0
  33. data/lib/softlayer/container/user/customer/password_set.rb +27 -0
  34. data/lib/softlayer/hardware/security_module.rb +1 -0
  35. data/lib/softlayer/hardware/server.rb +1 -0
  36. data/lib/softlayer/network/bandwidth/version1/allotment.rb +1 -8
  37. data/lib/softlayer/product/package/server.rb +2 -0
  38. data/lib/softlayer/ticket.rb +1 -0
  39. data/lib/softlayer/ticket/priority.rb +16 -0
  40. data/lib/softlayer/user/customer.rb +34 -0
  41. data/lib/softlayer/user/customer/open_id_connect.rb +63 -14
  42. data/lib/softlayer/version.rb +1 -1
  43. data/lib/softlayer/virtual/disk/image.rb +6 -0
  44. data/lib/softlayer/virtual/guest.rb +6 -0
  45. metadata +10 -2
@@ -1,3 +1,3 @@
1
1
  module Softlayer
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
@@ -22,6 +22,7 @@ module Softlayer
22
22
  attr_accessor :software_reference_count
23
23
  attr_accessor :billing_item
24
24
  attr_accessor :block_devices
25
+ attr_accessor :bootable_volume_flag
25
26
  attr_accessor :coalesced_disk_images
26
27
  attr_accessor :copy_on_write_flag
27
28
  attr_accessor :local_disk_flag
@@ -46,6 +47,10 @@ module Softlayer
46
47
  request(:get_block_devices, Array[Softlayer::Virtual::Guest::Block::Device])
47
48
  end
48
49
 
50
+ def get_bootable_volume_flag
51
+ request(:get_bootable_volume_flag, Boolean)
52
+ end
53
+
49
54
  def get_coalesced_disk_images
50
55
  request(:get_coalesced_disk_images, Array[Softlayer::Virtual::Disk::Image])
51
56
  end
@@ -112,6 +117,7 @@ module Softlayer
112
117
  property :block_device_count, type: BigDecimal
113
118
  property :coalesced_disk_image_count, type: BigDecimal
114
119
  property :software_reference_count, type: BigDecimal
120
+ property :bootable_volume_flag, type: Boolean
115
121
  property :copy_on_write_flag, type: Boolean
116
122
  property :local_disk_flag, type: Boolean
117
123
  property :metadata_flag, type: Boolean
@@ -248,6 +248,11 @@ module Softlayer
248
248
  request(:execute_r1_soft_bare_metal_restore, Boolean)
249
249
  end
250
250
 
251
+ # uri
252
+ def execute_remote_script(message)
253
+ request(:execute_remote_script, nil, message)
254
+ end
255
+
251
256
  def execute_rescue_layer
252
257
  request(:execute_rescue_layer, Boolean)
253
258
  end
@@ -380,6 +385,7 @@ module Softlayer
380
385
  # network_type
381
386
  # snapshot_range
382
387
  # date_specified
388
+ # date_specified_end
383
389
  def get_bandwidth_image(message)
384
390
  request(:get_bandwidth_image, Softlayer::Container::Bandwidth::GraphOutputs, message)
385
391
  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.16
4
+ version: 0.0.17
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-06-13 00:00:00.000000000 Z
11
+ date: 2016-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -540,6 +540,7 @@ files:
540
540
  - data/Tag.wsdl
541
541
  - data/Ticket.wsdl
542
542
  - data/Ticket_Attachment_File.wsdl
543
+ - data/Ticket_Priority.wsdl
543
544
  - data/Ticket_Subject.wsdl
544
545
  - data/Ticket_Survey.wsdl
545
546
  - data/Ticket_Update_Employee.wsdl
@@ -600,6 +601,9 @@ files:
600
601
  - lib/softlayer/account/authentication.rb
601
602
  - lib/softlayer/account/authentication/attribute.rb
602
603
  - lib/softlayer/account/authentication/attribute/type.rb
604
+ - lib/softlayer/account/authentication/open_id_connect.rb
605
+ - lib/softlayer/account/authentication/open_id_connect/option.rb
606
+ - lib/softlayer/account/authentication/open_id_connect/registration_information.rb
603
607
  - lib/softlayer/account/authentication/saml.rb
604
608
  - lib/softlayer/account/contact.rb
605
609
  - lib/softlayer/account/contact/type.rb
@@ -1116,6 +1120,7 @@ files:
1116
1120
  - lib/softlayer/container/product/order/network/storage/iscsi/snapshot_space.rb
1117
1121
  - lib/softlayer/container/product/order/network/storage/modification.rb
1118
1122
  - lib/softlayer/container/product/order/network/storage/nas.rb
1123
+ - lib/softlayer/container/product/order/network/storage/object.rb
1119
1124
  - lib/softlayer/container/product/order/network/subnet.rb
1120
1125
  - lib/softlayer/container/product/order/network/tunnel.rb
1121
1126
  - lib/softlayer/container/product/order/network/tunnel/ipsec.rb
@@ -1176,6 +1181,7 @@ files:
1176
1181
  - lib/softlayer/container/ticket.rb
1177
1182
  - lib/softlayer/container/ticket/graph_inputs.rb
1178
1183
  - lib/softlayer/container/ticket/graph_outputs.rb
1184
+ - lib/softlayer/container/ticket/priority.rb
1179
1185
  - lib/softlayer/container/ticket/survey.rb
1180
1186
  - lib/softlayer/container/ticket/survey/preference.rb
1181
1187
  - lib/softlayer/container/user.rb
@@ -1189,6 +1195,7 @@ files:
1189
1195
  - lib/softlayer/container/user/customer/external/binding/totp.rb
1190
1196
  - lib/softlayer/container/user/customer/external/binding/vendor.rb
1191
1197
  - lib/softlayer/container/user/customer/external/binding/verisign.rb
1198
+ - lib/softlayer/container/user/customer/password_set.rb
1192
1199
  - lib/softlayer/container/user/customer/portal.rb
1193
1200
  - lib/softlayer/container/user/customer/portal/mobile_token.rb
1194
1201
  - lib/softlayer/container/user/customer/portal/token.rb
@@ -1966,6 +1973,7 @@ files:
1966
1973
  - lib/softlayer/ticket/chat/transcript_line/employee.rb
1967
1974
  - lib/softlayer/ticket/group.rb
1968
1975
  - lib/softlayer/ticket/group/category.rb
1976
+ - lib/softlayer/ticket/priority.rb
1969
1977
  - lib/softlayer/ticket/state.rb
1970
1978
  - lib/softlayer/ticket/state/type.rb
1971
1979
  - lib/softlayer/ticket/status.rb