softlayer 0.0.9 → 0.0.10

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: 0504ad25b4b9bb9bd84560de9d70047a1cad4a22
4
- data.tar.gz: 77e1e99240db7ac15b6c4e7615e8230c30a03a94
3
+ metadata.gz: 0d685f30eaccf326181a2c6c6937dd56766a84aa
4
+ data.tar.gz: 080ab9a19ef0aaee97d9c8d742bfde83a4868f6d
5
5
  SHA512:
6
- metadata.gz: 65cb6d97da89e7062a3f8cfc673afea378dc9e52fab36f6d76731048526c206aa83f8517622beb45b5c2f67fa72c1ef58eff3ef608e6d3228aa96a3f7b093340
7
- data.tar.gz: 5a66c4ea8fb19b10639e54faf897717e127671f15579c92e679d8934826ad2581af0b0ed3e1b87446834e573ecf5faf0696c56d043f63fbefdaf8ae109e4c11f
6
+ metadata.gz: 4db3682d360476f1efe8ca0b9ed0bedaa6db385d851eefd7a7e9f10289267fbeb7bb86ff9e60ae1531a3cab7a97ac3f47fc5340d16e6cf5944bb3f5199787338
7
+ data.tar.gz: a30fc51110ac2464ffddd821bde748b028851e63d4482848d772f2d2bec6445398924a2df4d9d082ac7ea82352892e664ca3ea5a0c46a35b83876ee1e1da0a27
@@ -428,6 +428,10 @@
428
428
  <message name="getLunIdResponse">
429
429
  <part name="getLunIdReturn" type="xsd:string"/>
430
430
  </message>
431
+ <message name="getManualSnapshots"/>
432
+ <message name="getManualSnapshotsResponse">
433
+ <part name="getManualSnapshotsReturn" type="tns:SoftLayer_Network_StorageArray"/>
434
+ </message>
431
435
  <message name="getMetricTrackingObject"/>
432
436
  <message name="getMetricTrackingObjectResponse">
433
437
  <part name="getMetricTrackingObjectReturn" type="tns:SoftLayer_Metric_Tracking_Object"/>
@@ -915,7 +919,7 @@ collectBytesUsed() retrieves the number of bytes capacity currently in use on a
915
919
  <output message="tns:createFolderResponse"/>
916
920
  </operation>
917
921
  <operation name="createSnapshot">
918
- <documentation>Create a new snapshot of the data on the network storage volume. </documentation>
922
+ <documentation></documentation>
919
923
  <input message="tns:createSnapshot"/>
920
924
  <output message="tns:createSnapshotResponse"/>
921
925
  </operation>
@@ -1199,6 +1203,11 @@ getGraph() retrieves a Storage account's usage and returns a PNG graph image, ti
1199
1203
  <input message="tns:getLunId"/>
1200
1204
  <output message="tns:getLunIdResponse"/>
1201
1205
  </operation>
1206
+ <operation name="getManualSnapshots">
1207
+ <documentation>Retrieve the manually-created snapshots associated with this SoftLayer_Network_Storage volume. Does not support pagination by result limit and offset.</documentation>
1208
+ <input message="tns:getManualSnapshots"/>
1209
+ <output message="tns:getManualSnapshotsResponse"/>
1210
+ </operation>
1202
1211
  <operation name="getMetricTrackingObject">
1203
1212
  <documentation>Retrieve a network storage volume's metric tracking object. This object records all periodic polled data available to this volume.</documentation>
1204
1213
  <input message="tns:getMetricTrackingObject"/>
@@ -2544,6 +2553,22 @@ The following properties are required in the ''file'' parameter.
2544
2553
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2545
2554
  </output>
2546
2555
  </operation>
2556
+ <operation name="getManualSnapshots">
2557
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_StorageAction"/>
2558
+ <input>
2559
+ <soap:header message="tns:SoftLayer_Network_StorageObjectMaskHeader" part="SoftLayer_Network_StorageObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2560
+ <soap:header message="tns:SoftLayer_Network_StorageObjectFilterHeader" part="SoftLayer_Network_StorageObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2561
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2562
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2563
+ <soap:header message="tns:SoftLayer_Network_StorageInitParametersHeader" part="SoftLayer_Network_StorageInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2564
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2565
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2566
+ </input>
2567
+ <output>
2568
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2569
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2570
+ </output>
2571
+ </operation>
2547
2572
  <operation name="getMetricTrackingObject">
2548
2573
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_StorageAction"/>
2549
2574
  <input>
@@ -447,6 +447,10 @@
447
447
  <message name="getLunIdResponse">
448
448
  <part name="getLunIdReturn" type="xsd:string"/>
449
449
  </message>
450
+ <message name="getManualSnapshots"/>
451
+ <message name="getManualSnapshotsResponse">
452
+ <part name="getManualSnapshotsReturn" type="tns:SoftLayer_Network_StorageArray"/>
453
+ </message>
450
454
  <message name="getMetricTrackingObject"/>
451
455
  <message name="getMetricTrackingObjectResponse">
452
456
  <part name="getMetricTrackingObjectReturn" type="tns:SoftLayer_Metric_Tracking_Object"/>
@@ -950,7 +954,7 @@ collectBytesUsed() retrieves the number of bytes capacity currently in use on a
950
954
  <output message="tns:createFolderResponse"/>
951
955
  </operation>
952
956
  <operation name="createSnapshot">
953
- <documentation>Create a new snapshot of the data on the network storage volume. </documentation>
957
+ <documentation></documentation>
954
958
  <input message="tns:createSnapshot"/>
955
959
  <output message="tns:createSnapshotResponse"/>
956
960
  </operation>
@@ -1261,6 +1265,11 @@ This method drives the backup page of the SoftLayer customer portal. It serves a
1261
1265
  <input message="tns:getLunId"/>
1262
1266
  <output message="tns:getLunIdResponse"/>
1263
1267
  </operation>
1268
+ <operation name="getManualSnapshots">
1269
+ <documentation>Retrieve the manually-created snapshots associated with this SoftLayer_Network_Storage volume. Does not support pagination by result limit and offset.</documentation>
1270
+ <input message="tns:getManualSnapshots"/>
1271
+ <output message="tns:getManualSnapshotsResponse"/>
1272
+ </operation>
1264
1273
  <operation name="getMetricTrackingObject">
1265
1274
  <documentation>Retrieve a network storage volume's metric tracking object. This object records all periodic polled data available to this volume.</documentation>
1266
1275
  <input message="tns:getMetricTrackingObject"/>
@@ -2663,6 +2672,22 @@ The following properties are required in the ''file'' parameter.
2663
2672
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2664
2673
  </output>
2665
2674
  </operation>
2675
+ <operation name="getManualSnapshots">
2676
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Storage_Backup_EvaultAction"/>
2677
+ <input>
2678
+ <soap:header message="tns:SoftLayer_Network_Storage_Backup_EvaultObjectMaskHeader" part="SoftLayer_Network_Storage_Backup_EvaultObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2679
+ <soap:header message="tns:SoftLayer_Network_Storage_Backup_EvaultObjectFilterHeader" part="SoftLayer_Network_Storage_Backup_EvaultObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2680
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2681
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2682
+ <soap:header message="tns:SoftLayer_Network_Storage_Backup_EvaultInitParametersHeader" part="SoftLayer_Network_Storage_Backup_EvaultInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2683
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2684
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2685
+ </input>
2686
+ <output>
2687
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2688
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2689
+ </output>
2690
+ </operation>
2666
2691
  <operation name="getMetricTrackingObject">
2667
2692
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Storage_Backup_EvaultAction"/>
2668
2693
  <input>
@@ -428,6 +428,10 @@
428
428
  <message name="getLunIdResponse">
429
429
  <part name="getLunIdReturn" type="xsd:string"/>
430
430
  </message>
431
+ <message name="getManualSnapshots"/>
432
+ <message name="getManualSnapshotsResponse">
433
+ <part name="getManualSnapshotsReturn" type="tns:SoftLayer_Network_StorageArray"/>
434
+ </message>
431
435
  <message name="getMetricTrackingObject"/>
432
436
  <message name="getMetricTrackingObjectResponse">
433
437
  <part name="getMetricTrackingObjectReturn" type="tns:SoftLayer_Metric_Tracking_Object"/>
@@ -913,7 +917,7 @@ collectBytesUsed() retrieves the number of bytes capacity currently in use on a
913
917
  <output message="tns:createFolderResponse"/>
914
918
  </operation>
915
919
  <operation name="createSnapshot">
916
- <documentation>Create a new snapshot of the data on the network storage volume. </documentation>
920
+ <documentation></documentation>
917
921
  <input message="tns:createSnapshot"/>
918
922
  <output message="tns:createSnapshotResponse"/>
919
923
  </operation>
@@ -1197,6 +1201,11 @@ getGraph() retrieves a Storage account's usage and returns a PNG graph image, ti
1197
1201
  <input message="tns:getLunId"/>
1198
1202
  <output message="tns:getLunIdResponse"/>
1199
1203
  </operation>
1204
+ <operation name="getManualSnapshots">
1205
+ <documentation>Retrieve the snapshots associated with this SoftLayer_Network_Storage volume. Does not support pagination by result limit and offset.</documentation>
1206
+ <input message="tns:getManualSnapshots"/>
1207
+ <output message="tns:getManualSnapshotsResponse"/>
1208
+ </operation>
1200
1209
  <operation name="getMetricTrackingObject">
1201
1210
  <documentation>Retrieve a network storage volume's metric tracking object. This object records all periodic polled data available to this volume.</documentation>
1202
1211
  <input message="tns:getMetricTrackingObject"/>
@@ -2540,6 +2549,22 @@ The following properties are required in the ''file'' parameter.
2540
2549
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2541
2550
  </output>
2542
2551
  </operation>
2552
+ <operation name="getManualSnapshots">
2553
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Storage_IscsiAction"/>
2554
+ <input>
2555
+ <soap:header message="tns:SoftLayer_Network_Storage_IscsiObjectMaskHeader" part="SoftLayer_Network_Storage_IscsiObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2556
+ <soap:header message="tns:SoftLayer_Network_Storage_IscsiObjectFilterHeader" part="SoftLayer_Network_Storage_IscsiObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2557
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2558
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2559
+ <soap:header message="tns:SoftLayer_Network_Storage_IscsiInitParametersHeader" part="SoftLayer_Network_Storage_IscsiInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2560
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2561
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2562
+ </input>
2563
+ <output>
2564
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2565
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2566
+ </output>
2567
+ </operation>
2543
2568
  <operation name="getMetricTrackingObject">
2544
2569
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Storage_IscsiAction"/>
2545
2570
  <input>
@@ -23149,6 +23149,7 @@
23149
23149
  <element minOccurs="0" maxOccurs="1" name="credentialCount" type="unsignedLong"/>
23150
23150
  <element minOccurs="0" maxOccurs="1" name="eventCount" type="unsignedLong"/>
23151
23151
  <element minOccurs="0" maxOccurs="1" name="iscsiLunCount" type="unsignedLong"/>
23152
+ <element minOccurs="0" maxOccurs="1" name="manualSnapshotCount" type="unsignedLong"/>
23152
23153
  <element minOccurs="0" maxOccurs="1" name="notificationSubscriberCount" type="unsignedLong"/>
23153
23154
  <element minOccurs="0" maxOccurs="1" name="parentPartnershipCount" type="unsignedLong"/>
23154
23155
  <element minOccurs="0" maxOccurs="1" name="partnershipCount" type="unsignedLong"/>
@@ -23184,6 +23185,7 @@
23184
23185
  <element minOccurs="0" maxOccurs="1" name="iops" type="string"/>
23185
23186
  <element minOccurs="0" maxOccurs="1" name="iscsiLuns" type="tns:SoftLayer_Network_StorageArray"/>
23186
23187
  <element minOccurs="0" maxOccurs="1" name="lunId" type="string"/>
23188
+ <element minOccurs="0" maxOccurs="1" name="manualSnapshots" type="tns:SoftLayer_Network_StorageArray"/>
23187
23189
  <element minOccurs="0" maxOccurs="1" name="metricTrackingObject" type="tns:SoftLayer_Metric_Tracking_Object"/>
23188
23190
  <element minOccurs="0" maxOccurs="1" name="mountableFlag" type="string"/>
23189
23191
  <element minOccurs="0" maxOccurs="1" name="notificationSubscribers" type="tns:SoftLayer_Notification_User_SubscriberArray"/>
@@ -23244,6 +23246,7 @@
23244
23246
  <element minOccurs="0" maxOccurs="1" name="storageTypeId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
23245
23247
  <element minOccurs="0" maxOccurs="1" name="upgradableFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
23246
23248
  <element minOccurs="0" maxOccurs="1" name="username" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
23249
+ <element minOccurs="0" maxOccurs="1" name="manualSnapshotCount" type="tns:SoftLayer_Network_StorageObjectFilter"/>
23247
23250
  <element minOccurs="0" maxOccurs="1" name="account" type="tns:SoftLayer_AccountObjectFilter"/>
23248
23251
  <element minOccurs="0" maxOccurs="1" name="accountPassword" type="tns:SoftLayer_Account_PasswordObjectFilter"/>
23249
23252
  <element minOccurs="0" maxOccurs="1" name="activeTransactions" type="tns:SoftLayer_Provisioning_Version1_TransactionObjectFilter"/>
@@ -23267,6 +23270,7 @@
23267
23270
  <element minOccurs="0" maxOccurs="1" name="iops" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
23268
23271
  <element minOccurs="0" maxOccurs="1" name="iscsiLuns" type="tns:SoftLayer_Network_StorageObjectFilter"/>
23269
23272
  <element minOccurs="0" maxOccurs="1" name="lunId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
23273
+ <element minOccurs="0" maxOccurs="1" name="manualSnapshots" type="tns:SoftLayer_Network_StorageObjectFilter"/>
23270
23274
  <element minOccurs="0" maxOccurs="1" name="metricTrackingObject" type="tns:SoftLayer_Metric_Tracking_ObjectObjectFilter"/>
23271
23275
  <element minOccurs="0" maxOccurs="1" name="mountableFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
23272
23276
  <element minOccurs="0" maxOccurs="1" name="notificationSubscribers" type="tns:SoftLayer_Notification_User_SubscriberObjectFilter"/>
@@ -28174,6 +28178,7 @@
28174
28178
  <extension base="tns:SoftLayer_Entity">
28175
28179
  <sequence>
28176
28180
  <element minOccurs="0" maxOccurs="1" nillable="true" name="catalogId" type="int"/>
28181
+ <element minOccurs="0" maxOccurs="1" name="datacenters" type="string"/>
28177
28182
  <element minOccurs="0" maxOccurs="1" name="defaultRamCapacity" type="decimal"/>
28178
28183
  <element minOccurs="0" maxOccurs="1" nillable="true" name="dualPathNetworkFlag" type="boolean"/>
28179
28184
  <element minOccurs="0" maxOccurs="1" nillable="true" name="gpuFlag" type="boolean"/>
@@ -28220,6 +28225,7 @@
28220
28225
  <extension base="tns:SoftLayer_Utility_ObjectFilter">
28221
28226
  <sequence>
28222
28227
  <element minOccurs="0" maxOccurs="1" name="catalogId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
28228
+ <element minOccurs="0" maxOccurs="1" name="datacenters" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
28223
28229
  <element minOccurs="0" maxOccurs="1" name="defaultRamCapacity" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
28224
28230
  <element minOccurs="0" maxOccurs="1" name="dualPathNetworkFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
28225
28231
  <element minOccurs="0" maxOccurs="1" name="gpuFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
@@ -1,5 +1,5 @@
1
1
  module Softlayer
2
- module Network
2
+ class Network
3
3
  class Backbone
4
4
  module Location
5
5
  autoload :Dependent, 'softlayer/network/backbone/location/dependent'
@@ -45,6 +45,7 @@ module Softlayer
45
45
  attr_accessor :credential_count
46
46
  attr_accessor :event_count
47
47
  attr_accessor :iscsi_lun_count
48
+ attr_accessor :manual_snapshot_count
48
49
  attr_accessor :notification_subscriber_count
49
50
  attr_accessor :parent_partnership_count
50
51
  attr_accessor :partnership_count
@@ -80,6 +81,7 @@ module Softlayer
80
81
  attr_accessor :iops
81
82
  attr_accessor :iscsi_luns
82
83
  attr_accessor :lun_id
84
+ attr_accessor :manual_snapshots
83
85
  attr_accessor :metric_tracking_object
84
86
  attr_accessor :mountable_flag
85
87
  attr_accessor :notification_subscribers
@@ -484,6 +486,10 @@ module Softlayer
484
486
  request(:get_lun_id, String)
485
487
  end
486
488
 
489
+ def get_manual_snapshots
490
+ request(:get_manual_snapshots, Array[Softlayer::Network::Storage])
491
+ end
492
+
487
493
  def get_metric_tracking_object
488
494
  request(:get_metric_tracking_object, Softlayer::Metric::Tracking::Object)
489
495
  end
@@ -829,6 +835,7 @@ module Softlayer
829
835
  property :credential_count, type: BigDecimal
830
836
  property :event_count, type: BigDecimal
831
837
  property :iscsi_lun_count, type: BigDecimal
838
+ property :manual_snapshot_count, type: BigDecimal
832
839
  property :notification_subscriber_count, type: BigDecimal
833
840
  property :parent_partnership_count, type: BigDecimal
834
841
  property :partnership_count, type: BigDecimal
@@ -388,6 +388,10 @@ module Softlayer
388
388
  request(:get_lun_id, String)
389
389
  end
390
390
 
391
+ def get_manual_snapshots
392
+ request(:get_manual_snapshots, Array[Softlayer::Network::Storage])
393
+ end
394
+
391
395
  def get_metric_tracking_object
392
396
  request(:get_metric_tracking_object, Softlayer::Metric::Tracking::Object)
393
397
  end
@@ -371,6 +371,10 @@ module Softlayer
371
371
  request(:get_lun_id, String)
372
372
  end
373
373
 
374
+ def get_manual_snapshots
375
+ request(:get_manual_snapshots, Array[Softlayer::Network::Storage])
376
+ end
377
+
374
378
  def get_metric_tracking_object
375
379
  request(:get_metric_tracking_object, Softlayer::Metric::Tracking::Object)
376
380
  end
@@ -5,6 +5,7 @@ module Softlayer
5
5
  SERVICE = 'SoftLayer_Product_Package_Server'
6
6
  autoload :Option, 'softlayer/product/package/server/option'
7
7
  attr_accessor :catalog_id
8
+ attr_accessor :datacenters
8
9
  attr_accessor :default_ram_capacity
9
10
  attr_accessor :dual_path_network_flag
10
11
  attr_accessor :gpu_flag
@@ -75,6 +76,7 @@ module Softlayer
75
76
  include Representable::Hash
76
77
  include Representable::Coercion
77
78
  property :catalog_id, type: Integer
79
+ property :datacenters, type: String
78
80
  property :default_ram_capacity, type: Float
79
81
  property :dual_path_network_flag, type: Boolean
80
82
  property :gpu_flag, type: Boolean
@@ -1,3 +1,3 @@
1
1
  module Softlayer
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
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.9
4
+ version: 0.0.10
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-04 00:00:00.000000000 Z
11
+ date: 2016-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon