softlayer 0.0.12 → 0.0.13
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.
- checksums.yaml +4 -4
- data/data/Software_Component_AntivirusSpyware.wsdl +1 -0
- data/data/types.xsd +0 -135
- data/lib/softlayer/container/product/order.rb +0 -1
- data/lib/softlayer/network/component.rb +0 -1
- data/lib/softlayer/software/component/antivirus_spyware.rb +1 -0
- data/lib/softlayer/version.rb +1 -1
- metadata +2 -5
- data/lib/softlayer/container/product/order/cart.rb +0 -26
- data/lib/softlayer/container/product/order/cart/item.rb +0 -63
- data/lib/softlayer/network/component/detail.rb +0 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0db458cbff1bea7e29edb58e21b04fccccf97f60
|
|
4
|
+
data.tar.gz: f325381258942b28163318a57923f47563dcdb63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7757e5d7f5dceb8e7cad1fde789618b6e727417ceeca000abb842d01ab62d2eb094f740fe7cbf1ab8a512e6b9c3f7071ab5a725005eee7d16b407b419b48956c
|
|
7
|
+
data.tar.gz: 886e03e15c95b731ab89fb77c2cfdc64a400971e4ba4a84365d3b98715749950228af35e2a5916a9cd7038a71582096811ded298b88629ba3409ab705544eef9
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
</message>
|
|
68
68
|
<message name="updateAntivirusSpywarePolicy">
|
|
69
69
|
<part name="newPolicy" type="xsd:string"/>
|
|
70
|
+
<part name="enforce" type="xsd:boolean"/>
|
|
70
71
|
</message>
|
|
71
72
|
<message name="updateAntivirusSpywarePolicyResponse">
|
|
72
73
|
<part name="updateAntivirusSpywarePolicyReturn" type="xsd:boolean"/>
|
data/data/types.xsd
CHANGED
|
@@ -12144,114 +12144,6 @@
|
|
|
12144
12144
|
</restriction>
|
|
12145
12145
|
</complexContent>
|
|
12146
12146
|
</complexType>
|
|
12147
|
-
<complexType name="SoftLayer_Container_Product_Order_Cart">
|
|
12148
|
-
<complexContent>
|
|
12149
|
-
<extension base="tns:SoftLayer_Entity">
|
|
12150
|
-
<sequence>
|
|
12151
|
-
<element minOccurs="0" maxOccurs="1" name="currencyShortName" type="string"/>
|
|
12152
|
-
<element minOccurs="0" maxOccurs="1" name="items" type="tns:SoftLayer_Container_Product_Order_Cart_ItemArray"/>
|
|
12153
|
-
<element minOccurs="0" maxOccurs="1" name="receipt" type="tns:SoftLayer_Container_Product_Order_Receipt"/>
|
|
12154
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="savedCartId" type="int"/>
|
|
12155
|
-
<element minOccurs="0" maxOccurs="1" name="savedCartKey" type="string"/>
|
|
12156
|
-
<element minOccurs="0" maxOccurs="1" name="savedCartName" type="string"/>
|
|
12157
|
-
</sequence>
|
|
12158
|
-
</extension>
|
|
12159
|
-
</complexContent>
|
|
12160
|
-
</complexType>
|
|
12161
|
-
<complexType name="SoftLayer_Container_Product_Order_CartObjectFilter">
|
|
12162
|
-
<complexContent>
|
|
12163
|
-
<extension base="tns:SoftLayer_Utility_ObjectFilter">
|
|
12164
|
-
<sequence>
|
|
12165
|
-
<element minOccurs="0" maxOccurs="1" name="currencyShortName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12166
|
-
<element minOccurs="0" maxOccurs="1" name="items" type="tns:SoftLayer_Container_Product_Order_Cart_ItemObjectFilter"/>
|
|
12167
|
-
<element minOccurs="0" maxOccurs="1" name="receipt" type="tns:SoftLayer_Container_Product_Order_ReceiptObjectFilter"/>
|
|
12168
|
-
<element minOccurs="0" maxOccurs="1" name="savedCartId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12169
|
-
<element minOccurs="0" maxOccurs="1" name="savedCartKey" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12170
|
-
<element minOccurs="0" maxOccurs="1" name="savedCartName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12171
|
-
</sequence>
|
|
12172
|
-
</extension>
|
|
12173
|
-
</complexContent>
|
|
12174
|
-
</complexType>
|
|
12175
|
-
<complexType name="SoftLayer_Container_Product_Order_CartArray">
|
|
12176
|
-
<complexContent>
|
|
12177
|
-
<restriction base="soapenc:Array">
|
|
12178
|
-
<attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Container_Product_Order_Cart[]"/>
|
|
12179
|
-
</restriction>
|
|
12180
|
-
</complexContent>
|
|
12181
|
-
</complexType>
|
|
12182
|
-
<complexType name="SoftLayer_Container_Product_Order_Cart_Item">
|
|
12183
|
-
<complexContent>
|
|
12184
|
-
<extension base="tns:SoftLayer_Entity">
|
|
12185
|
-
<sequence>
|
|
12186
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="billingOrderItemId" type="int"/>
|
|
12187
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="clusterResourceId" type="int"/>
|
|
12188
|
-
<element minOccurs="0" maxOccurs="1" name="configurationUrl" type="string"/>
|
|
12189
|
-
<element minOccurs="0" maxOccurs="1" name="hash" type="string"/>
|
|
12190
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="hourlyPricesFlag" type="boolean"/>
|
|
12191
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="imageTemplateId" type="int"/>
|
|
12192
|
-
<element minOccurs="0" maxOccurs="1" name="iscsiOsFormatTypeKeyName" type="string"/>
|
|
12193
|
-
<element minOccurs="0" maxOccurs="1" name="location" type="string"/>
|
|
12194
|
-
<element minOccurs="0" maxOccurs="1" name="name" type="string"/>
|
|
12195
|
-
<element minOccurs="0" maxOccurs="1" name="orderContainerType" type="string"/>
|
|
12196
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="packageId" type="int"/>
|
|
12197
|
-
<element minOccurs="0" maxOccurs="1" name="packageType" type="string"/>
|
|
12198
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="presetId" type="int"/>
|
|
12199
|
-
<element minOccurs="0" maxOccurs="1" name="priceIds" type="tns:ArrayOfint"/>
|
|
12200
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="primaryDiskPartitionId" type="int"/>
|
|
12201
|
-
<element minOccurs="0" maxOccurs="1" name="promotionCode" type="string"/>
|
|
12202
|
-
<element minOccurs="0" maxOccurs="1" name="properties" type="tns:ArrayOfstring"/>
|
|
12203
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="quantity" type="int"/>
|
|
12204
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="quantityLimit" type="int"/>
|
|
12205
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="resourceId" type="int"/>
|
|
12206
|
-
<element minOccurs="0" maxOccurs="1" name="resourceType" type="string"/>
|
|
12207
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="sourceVirtualGuestId" type="int"/>
|
|
12208
|
-
<element minOccurs="0" maxOccurs="1" name="storageGroups" type="tns:SoftLayer_Container_Product_Order_Storage_GroupArray"/>
|
|
12209
|
-
<element minOccurs="0" maxOccurs="1" name="taxCacheHash" type="string"/>
|
|
12210
|
-
<element minOccurs="0" maxOccurs="1" name="verifiedConfig" type="tns:SoftLayer_Container_Product_Order"/>
|
|
12211
|
-
</sequence>
|
|
12212
|
-
</extension>
|
|
12213
|
-
</complexContent>
|
|
12214
|
-
</complexType>
|
|
12215
|
-
<complexType name="SoftLayer_Container_Product_Order_Cart_ItemObjectFilter">
|
|
12216
|
-
<complexContent>
|
|
12217
|
-
<extension base="tns:SoftLayer_Utility_ObjectFilter">
|
|
12218
|
-
<sequence>
|
|
12219
|
-
<element minOccurs="0" maxOccurs="1" name="billingOrderItemId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12220
|
-
<element minOccurs="0" maxOccurs="1" name="clusterResourceId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12221
|
-
<element minOccurs="0" maxOccurs="1" name="configurationUrl" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12222
|
-
<element minOccurs="0" maxOccurs="1" name="hash" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12223
|
-
<element minOccurs="0" maxOccurs="1" name="hourlyPricesFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12224
|
-
<element minOccurs="0" maxOccurs="1" name="imageTemplateId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12225
|
-
<element minOccurs="0" maxOccurs="1" name="iscsiOsFormatTypeKeyName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12226
|
-
<element minOccurs="0" maxOccurs="1" name="location" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12227
|
-
<element minOccurs="0" maxOccurs="1" name="name" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12228
|
-
<element minOccurs="0" maxOccurs="1" name="orderContainerType" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12229
|
-
<element minOccurs="0" maxOccurs="1" name="packageId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12230
|
-
<element minOccurs="0" maxOccurs="1" name="packageType" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12231
|
-
<element minOccurs="0" maxOccurs="1" name="presetId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12232
|
-
<element minOccurs="0" maxOccurs="1" name="priceIds" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12233
|
-
<element minOccurs="0" maxOccurs="1" name="primaryDiskPartitionId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12234
|
-
<element minOccurs="0" maxOccurs="1" name="promotionCode" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12235
|
-
<element minOccurs="0" maxOccurs="1" name="properties" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12236
|
-
<element minOccurs="0" maxOccurs="1" name="quantity" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12237
|
-
<element minOccurs="0" maxOccurs="1" name="quantityLimit" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12238
|
-
<element minOccurs="0" maxOccurs="1" name="resourceId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12239
|
-
<element minOccurs="0" maxOccurs="1" name="resourceType" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12240
|
-
<element minOccurs="0" maxOccurs="1" name="sourceVirtualGuestId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12241
|
-
<element minOccurs="0" maxOccurs="1" name="storageGroups" type="tns:SoftLayer_Container_Product_Order_Storage_GroupObjectFilter"/>
|
|
12242
|
-
<element minOccurs="0" maxOccurs="1" name="taxCacheHash" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
12243
|
-
<element minOccurs="0" maxOccurs="1" name="verifiedConfig" type="tns:SoftLayer_Container_Product_OrderObjectFilter"/>
|
|
12244
|
-
</sequence>
|
|
12245
|
-
</extension>
|
|
12246
|
-
</complexContent>
|
|
12247
|
-
</complexType>
|
|
12248
|
-
<complexType name="SoftLayer_Container_Product_Order_Cart_ItemArray">
|
|
12249
|
-
<complexContent>
|
|
12250
|
-
<restriction base="soapenc:Array">
|
|
12251
|
-
<attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Container_Product_Order_Cart_Item[]"/>
|
|
12252
|
-
</restriction>
|
|
12253
|
-
</complexContent>
|
|
12254
|
-
</complexType>
|
|
12255
12147
|
<complexType name="SoftLayer_Container_Product_Order_Dns_Domain_Registration">
|
|
12256
12148
|
<complexContent>
|
|
12257
12149
|
<extension base="tns:SoftLayer_Container_Product_Order">
|
|
@@ -20674,33 +20566,6 @@
|
|
|
20674
20566
|
</restriction>
|
|
20675
20567
|
</complexContent>
|
|
20676
20568
|
</complexType>
|
|
20677
|
-
<complexType name="SoftLayer_Network_Component_Detail">
|
|
20678
|
-
<complexContent>
|
|
20679
|
-
<extension base="tns:SoftLayer_Entity">
|
|
20680
|
-
<sequence>
|
|
20681
|
-
<element minOccurs="0" maxOccurs="1" nillable="true" name="pollingInterfaceIndex" type="int"/>
|
|
20682
|
-
<element minOccurs="0" maxOccurs="1" name="networkComponent" type="tns:SoftLayer_Network_Component"/>
|
|
20683
|
-
</sequence>
|
|
20684
|
-
</extension>
|
|
20685
|
-
</complexContent>
|
|
20686
|
-
</complexType>
|
|
20687
|
-
<complexType name="SoftLayer_Network_Component_DetailObjectFilter">
|
|
20688
|
-
<complexContent>
|
|
20689
|
-
<extension base="tns:SoftLayer_Utility_ObjectFilter">
|
|
20690
|
-
<sequence>
|
|
20691
|
-
<element minOccurs="0" maxOccurs="1" name="pollingInterfaceIndex" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
|
|
20692
|
-
<element minOccurs="0" maxOccurs="1" name="networkComponent" type="tns:SoftLayer_Network_ComponentObjectFilter"/>
|
|
20693
|
-
</sequence>
|
|
20694
|
-
</extension>
|
|
20695
|
-
</complexContent>
|
|
20696
|
-
</complexType>
|
|
20697
|
-
<complexType name="SoftLayer_Network_Component_DetailArray">
|
|
20698
|
-
<complexContent>
|
|
20699
|
-
<restriction base="soapenc:Array">
|
|
20700
|
-
<attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Network_Component_Detail[]"/>
|
|
20701
|
-
</restriction>
|
|
20702
|
-
</complexContent>
|
|
20703
|
-
</complexType>
|
|
20704
20569
|
<complexType name="SoftLayer_Network_Component_Duplex_Mode">
|
|
20705
20570
|
<complexContent>
|
|
20706
20571
|
<extension base="tns:SoftLayer_Entity">
|
|
@@ -2,7 +2,6 @@ module Softlayer
|
|
|
2
2
|
module Container
|
|
3
3
|
module Product
|
|
4
4
|
class Order < Softlayer::Entity
|
|
5
|
-
autoload :Cart, 'softlayer/container/product/order/cart'
|
|
6
5
|
autoload :Network, 'softlayer/container/product/order/network'
|
|
7
6
|
autoload :Property, 'softlayer/container/product/order/property'
|
|
8
7
|
autoload :Receipt, 'softlayer/container/product/order/receipt'
|
|
@@ -2,7 +2,6 @@ module Softlayer
|
|
|
2
2
|
class Network
|
|
3
3
|
class Component < Softlayer::Entity
|
|
4
4
|
SERVICE = 'SoftLayer_Network_Component'
|
|
5
|
-
autoload :Detail, 'softlayer/network/component/detail'
|
|
6
5
|
autoload :Firewall, 'softlayer/network/component/firewall'
|
|
7
6
|
autoload :Group, 'softlayer/network/component/group'
|
|
8
7
|
autoload :IpAddress, 'softlayer/network/component/ip_address'
|
data/lib/softlayer/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.0.13
|
|
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-
|
|
11
|
+
date: 2016-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: excon
|
|
@@ -1061,8 +1061,6 @@ files:
|
|
|
1061
1061
|
- lib/softlayer/container/product/order/attribute/organization.rb
|
|
1062
1062
|
- lib/softlayer/container/product/order/billing.rb
|
|
1063
1063
|
- lib/softlayer/container/product/order/billing/information.rb
|
|
1064
|
-
- lib/softlayer/container/product/order/cart.rb
|
|
1065
|
-
- lib/softlayer/container/product/order/cart/item.rb
|
|
1066
1064
|
- lib/softlayer/container/product/order/dns.rb
|
|
1067
1065
|
- lib/softlayer/container/product/order/dns/domain.rb
|
|
1068
1066
|
- lib/softlayer/container/product/order/dns/domain/registration.rb
|
|
@@ -1498,7 +1496,6 @@ files:
|
|
|
1498
1496
|
- lib/softlayer/network/bandwidth/version1/usage/detail/total.rb
|
|
1499
1497
|
- lib/softlayer/network/bandwidth/version1/usage/detail/type.rb
|
|
1500
1498
|
- lib/softlayer/network/component.rb
|
|
1501
|
-
- lib/softlayer/network/component/detail.rb
|
|
1502
1499
|
- lib/softlayer/network/component/duplex.rb
|
|
1503
1500
|
- lib/softlayer/network/component/duplex/mode.rb
|
|
1504
1501
|
- lib/softlayer/network/component/firewall.rb
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
module Softlayer
|
|
2
|
-
module Container
|
|
3
|
-
module Product
|
|
4
|
-
class Order
|
|
5
|
-
class Cart < Softlayer::Entity
|
|
6
|
-
autoload :Item, 'softlayer/container/product/order/cart/item'
|
|
7
|
-
attr_accessor :currency_short_name
|
|
8
|
-
attr_accessor :items
|
|
9
|
-
attr_accessor :receipt
|
|
10
|
-
attr_accessor :saved_cart_id
|
|
11
|
-
attr_accessor :saved_cart_key
|
|
12
|
-
attr_accessor :saved_cart_name
|
|
13
|
-
|
|
14
|
-
class Representer < Softlayer::Entity::Representer
|
|
15
|
-
include Representable::Hash
|
|
16
|
-
include Representable::Coercion
|
|
17
|
-
property :currency_short_name, type: String
|
|
18
|
-
property :saved_cart_id, type: Integer
|
|
19
|
-
property :saved_cart_key, type: String
|
|
20
|
-
property :saved_cart_name, type: String
|
|
21
|
-
end
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
module Softlayer
|
|
2
|
-
module Container
|
|
3
|
-
module Product
|
|
4
|
-
class Order
|
|
5
|
-
class Cart
|
|
6
|
-
class Item < Softlayer::Entity
|
|
7
|
-
attr_accessor :billing_order_item_id
|
|
8
|
-
attr_accessor :cluster_resource_id
|
|
9
|
-
attr_accessor :configuration_url
|
|
10
|
-
attr_accessor :hash
|
|
11
|
-
attr_accessor :hourly_prices_flag
|
|
12
|
-
attr_accessor :image_template_id
|
|
13
|
-
attr_accessor :iscsi_os_format_type_key_name
|
|
14
|
-
attr_accessor :location
|
|
15
|
-
attr_accessor :name
|
|
16
|
-
attr_accessor :order_container_type
|
|
17
|
-
attr_accessor :package_id
|
|
18
|
-
attr_accessor :package_type
|
|
19
|
-
attr_accessor :preset_id
|
|
20
|
-
attr_accessor :price_ids
|
|
21
|
-
attr_accessor :primary_disk_partition_id
|
|
22
|
-
attr_accessor :promotion_code
|
|
23
|
-
attr_accessor :properties
|
|
24
|
-
attr_accessor :quantity
|
|
25
|
-
attr_accessor :quantity_limit
|
|
26
|
-
attr_accessor :resource_id
|
|
27
|
-
attr_accessor :resource_type
|
|
28
|
-
attr_accessor :source_virtual_guest_id
|
|
29
|
-
attr_accessor :storage_groups
|
|
30
|
-
attr_accessor :tax_cache_hash
|
|
31
|
-
attr_accessor :verified_config
|
|
32
|
-
|
|
33
|
-
class Representer < Softlayer::Entity::Representer
|
|
34
|
-
include Representable::Hash
|
|
35
|
-
include Representable::Coercion
|
|
36
|
-
property :billing_order_item_id, type: Integer
|
|
37
|
-
property :cluster_resource_id, type: Integer
|
|
38
|
-
property :configuration_url, type: String
|
|
39
|
-
property :hash, type: String
|
|
40
|
-
property :hourly_prices_flag, type: Boolean
|
|
41
|
-
property :image_template_id, type: Integer
|
|
42
|
-
property :iscsi_os_format_type_key_name, type: String
|
|
43
|
-
property :location, type: String
|
|
44
|
-
property :name, type: String
|
|
45
|
-
property :order_container_type, type: String
|
|
46
|
-
property :package_id, type: Integer
|
|
47
|
-
property :package_type, type: String
|
|
48
|
-
property :preset_id, type: Integer
|
|
49
|
-
property :primary_disk_partition_id, type: Integer
|
|
50
|
-
property :promotion_code, type: String
|
|
51
|
-
property :quantity, type: Integer
|
|
52
|
-
property :quantity_limit, type: Integer
|
|
53
|
-
property :resource_id, type: Integer
|
|
54
|
-
property :resource_type, type: String
|
|
55
|
-
property :source_virtual_guest_id, type: Integer
|
|
56
|
-
property :tax_cache_hash, type: String
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
end
|
|
62
|
-
end
|
|
63
|
-
end
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
module Softlayer
|
|
2
|
-
class Network
|
|
3
|
-
class Component
|
|
4
|
-
class Detail < Softlayer::Entity
|
|
5
|
-
attr_accessor :polling_interface_index
|
|
6
|
-
attr_accessor :network_component
|
|
7
|
-
|
|
8
|
-
class Representer < Softlayer::Entity::Representer
|
|
9
|
-
include Representable::Hash
|
|
10
|
-
include Representable::Coercion
|
|
11
|
-
property :polling_interface_index, type: Integer
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|