oneview-sdk 5.7.0 → 5.8.0

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 (142) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +38 -1
  3. data/Gemfile +2 -1
  4. data/README.md +10 -1
  5. data/endpoints-support.md +227 -333
  6. data/lib/oneview-sdk.rb +1 -1
  7. data/lib/oneview-sdk/resource/api1000.rb +66 -0
  8. data/lib/oneview-sdk/resource/api1000/c7000.rb +27 -0
  9. data/lib/oneview-sdk/resource/api1000/c7000/enclosure.rb +22 -0
  10. data/lib/oneview-sdk/resource/api1000/c7000/enclosure_group.rb +22 -0
  11. data/lib/oneview-sdk/resource/api1000/c7000/ethernet_network.rb +22 -0
  12. data/lib/oneview-sdk/resource/api1000/c7000/fc_network.rb +22 -0
  13. data/lib/oneview-sdk/resource/api1000/c7000/fcoe_network.rb +23 -0
  14. data/lib/oneview-sdk/resource/api1000/c7000/interconnect.rb +23 -0
  15. data/lib/oneview-sdk/resource/api1000/c7000/lig_uplink_set.rb +21 -0
  16. data/lib/oneview-sdk/resource/api1000/c7000/logical_enclosure.rb +22 -0
  17. data/lib/oneview-sdk/resource/api1000/c7000/logical_interconnect.rb +32 -0
  18. data/lib/oneview-sdk/resource/api1000/c7000/logical_interconnect_group.rb +32 -0
  19. data/lib/oneview-sdk/resource/api1000/c7000/network_set.rb +22 -0
  20. data/lib/oneview-sdk/resource/api1000/c7000/scope.rb +22 -0
  21. data/lib/oneview-sdk/resource/api1000/c7000/server_hardware.rb +32 -0
  22. data/lib/oneview-sdk/resource/api1000/c7000/server_hardware_type.rb +32 -0
  23. data/lib/oneview-sdk/resource/api1000/c7000/server_profile.rb +32 -0
  24. data/lib/oneview-sdk/resource/api1000/c7000/server_profile_template.rb +33 -0
  25. data/lib/oneview-sdk/resource/api1000/c7000/storage_pool.rb +22 -0
  26. data/lib/oneview-sdk/resource/api1000/c7000/storage_system.rb +35 -0
  27. data/lib/oneview-sdk/resource/api1000/c7000/uplink_set.rb +32 -0
  28. data/lib/oneview-sdk/resource/api1000/c7000/volume.rb +22 -0
  29. data/lib/oneview-sdk/resource/api1000/c7000/volume_attachment.rb +22 -0
  30. data/lib/oneview-sdk/resource/api1000/c7000/volume_template.rb +22 -0
  31. data/lib/oneview-sdk/resource/api1000/synergy.rb +27 -0
  32. data/lib/oneview-sdk/resource/api1000/synergy/enclosure.rb +22 -0
  33. data/lib/oneview-sdk/resource/api1000/synergy/enclosure_group.rb +22 -0
  34. data/lib/oneview-sdk/resource/api1000/synergy/ethernet_network.rb +22 -0
  35. data/lib/oneview-sdk/resource/api1000/synergy/fc_network.rb +22 -0
  36. data/lib/oneview-sdk/resource/api1000/synergy/fcoe_network.rb +22 -0
  37. data/lib/oneview-sdk/resource/api1000/synergy/interconnect.rb +22 -0
  38. data/lib/oneview-sdk/resource/api1000/synergy/lig_uplink_set.rb +21 -0
  39. data/lib/oneview-sdk/resource/api1000/synergy/logical_enclosure.rb +22 -0
  40. data/lib/oneview-sdk/resource/api1000/synergy/logical_interconnect.rb +32 -0
  41. data/lib/oneview-sdk/resource/api1000/synergy/logical_interconnect_group.rb +33 -0
  42. data/lib/oneview-sdk/resource/api1000/synergy/network_set.rb +22 -0
  43. data/lib/oneview-sdk/resource/api1000/synergy/os_deployment_plan.rb +22 -0
  44. data/lib/oneview-sdk/resource/api1000/synergy/scope.rb +22 -0
  45. data/lib/oneview-sdk/resource/api1000/synergy/server_hardware.rb +32 -0
  46. data/lib/oneview-sdk/resource/api1000/synergy/server_hardware_type.rb +22 -0
  47. data/lib/oneview-sdk/resource/api1000/synergy/server_profile.rb +25 -0
  48. data/lib/oneview-sdk/resource/api1000/synergy/server_profile_template.rb +22 -0
  49. data/lib/oneview-sdk/resource/api1000/synergy/storage_pool.rb +22 -0
  50. data/lib/oneview-sdk/resource/api1000/synergy/storage_system.rb +22 -0
  51. data/lib/oneview-sdk/resource/api1000/synergy/uplink_set.rb +32 -0
  52. data/lib/oneview-sdk/resource/api1000/synergy/volume.rb +22 -0
  53. data/lib/oneview-sdk/resource/api1000/synergy/volume_attachment.rb +22 -0
  54. data/lib/oneview-sdk/resource/api1000/synergy/volume_template.rb +22 -0
  55. data/lib/oneview-sdk/resource/api1200.rb +66 -0
  56. data/lib/oneview-sdk/resource/api1200/c7000.rb +27 -0
  57. data/lib/oneview-sdk/resource/api1200/c7000/enclosure.rb +32 -0
  58. data/lib/oneview-sdk/resource/api1200/c7000/enclosure_group.rb +32 -0
  59. data/lib/oneview-sdk/resource/api1200/c7000/ethernet_network.rb +35 -0
  60. data/lib/oneview-sdk/resource/api1200/c7000/fc_network.rb +22 -0
  61. data/lib/oneview-sdk/resource/api1200/c7000/fcoe_network.rb +23 -0
  62. data/lib/oneview-sdk/resource/api1200/c7000/interconnect.rb +33 -0
  63. data/lib/oneview-sdk/resource/api1200/c7000/lig_uplink_set.rb +21 -0
  64. data/lib/oneview-sdk/resource/api1200/c7000/logical_enclosure.rb +22 -0
  65. data/lib/oneview-sdk/resource/api1200/c7000/logical_interconnect.rb +32 -0
  66. data/lib/oneview-sdk/resource/api1200/c7000/logical_interconnect_group.rb +32 -0
  67. data/lib/oneview-sdk/resource/api1200/c7000/network_set.rb +32 -0
  68. data/lib/oneview-sdk/resource/api1200/c7000/scope.rb +22 -0
  69. data/lib/oneview-sdk/resource/api1200/c7000/server_hardware.rb +22 -0
  70. data/lib/oneview-sdk/resource/api1200/c7000/server_hardware_type.rb +22 -0
  71. data/lib/oneview-sdk/resource/api1200/c7000/server_profile.rb +32 -0
  72. data/lib/oneview-sdk/resource/api1200/c7000/server_profile_template.rb +33 -0
  73. data/lib/oneview-sdk/resource/api1200/c7000/storage_pool.rb +22 -0
  74. data/lib/oneview-sdk/resource/api1200/c7000/storage_system.rb +22 -0
  75. data/lib/oneview-sdk/resource/api1200/c7000/uplink_set.rb +32 -0
  76. data/lib/oneview-sdk/resource/api1200/c7000/volume.rb +22 -0
  77. data/lib/oneview-sdk/resource/api1200/c7000/volume_attachment.rb +22 -0
  78. data/lib/oneview-sdk/resource/api1200/c7000/volume_template.rb +22 -0
  79. data/lib/oneview-sdk/resource/api1200/synergy.rb +27 -0
  80. data/lib/oneview-sdk/resource/api1200/synergy/enclosure.rb +32 -0
  81. data/lib/oneview-sdk/resource/api1200/synergy/enclosure_group.rb +32 -0
  82. data/lib/oneview-sdk/resource/api1200/synergy/ethernet_network.rb +35 -0
  83. data/lib/oneview-sdk/resource/api1200/synergy/fc_network.rb +22 -0
  84. data/lib/oneview-sdk/resource/api1200/synergy/fcoe_network.rb +22 -0
  85. data/lib/oneview-sdk/resource/api1200/synergy/interconnect.rb +22 -0
  86. data/lib/oneview-sdk/resource/api1200/synergy/lig_uplink_set.rb +21 -0
  87. data/lib/oneview-sdk/resource/api1200/synergy/logical_enclosure.rb +32 -0
  88. data/lib/oneview-sdk/resource/api1200/synergy/logical_interconnect.rb +32 -0
  89. data/lib/oneview-sdk/resource/api1200/synergy/logical_interconnect_group.rb +32 -0
  90. data/lib/oneview-sdk/resource/api1200/synergy/network_set.rb +22 -0
  91. data/lib/oneview-sdk/resource/api1200/synergy/os_deployment_plan.rb +22 -0
  92. data/lib/oneview-sdk/resource/api1200/synergy/scope.rb +22 -0
  93. data/lib/oneview-sdk/resource/api1200/synergy/server_hardware.rb +22 -0
  94. data/lib/oneview-sdk/resource/api1200/synergy/server_hardware_type.rb +22 -0
  95. data/lib/oneview-sdk/resource/api1200/synergy/server_profile.rb +25 -0
  96. data/lib/oneview-sdk/resource/api1200/synergy/server_profile_template.rb +22 -0
  97. data/lib/oneview-sdk/resource/api1200/synergy/storage_pool.rb +22 -0
  98. data/lib/oneview-sdk/resource/api1200/synergy/storage_system.rb +22 -0
  99. data/lib/oneview-sdk/resource/api1200/synergy/uplink_set.rb +32 -0
  100. data/lib/oneview-sdk/resource/api1200/synergy/volume.rb +22 -0
  101. data/lib/oneview-sdk/resource/api1200/synergy/volume_attachment.rb +22 -0
  102. data/lib/oneview-sdk/resource/api1200/synergy/volume_template.rb +22 -0
  103. data/lib/oneview-sdk/resource/api600/synergy/logical_interconnect_group.rb +2 -2
  104. data/lib/oneview-sdk/resource/api800/c7000/enclosure.rb +22 -0
  105. data/lib/oneview-sdk/resource/api800/c7000/fc_network.rb +22 -0
  106. data/lib/oneview-sdk/resource/api800/c7000/fcoe_network.rb +23 -0
  107. data/lib/oneview-sdk/resource/api800/c7000/interconnect.rb +23 -0
  108. data/lib/oneview-sdk/resource/api800/c7000/lig_uplink_set.rb +21 -0
  109. data/lib/oneview-sdk/resource/api800/c7000/logical_enclosure.rb +22 -0
  110. data/lib/oneview-sdk/resource/api800/c7000/logical_interconnect.rb +32 -0
  111. data/lib/oneview-sdk/resource/api800/c7000/logical_interconnect_group.rb +32 -0
  112. data/lib/oneview-sdk/resource/api800/c7000/network_set.rb +22 -0
  113. data/lib/oneview-sdk/resource/api800/c7000/server_hardware.rb +22 -0
  114. data/lib/oneview-sdk/resource/api800/c7000/server_hardware_type.rb +10 -0
  115. data/lib/oneview-sdk/resource/api800/c7000/server_profile.rb +10 -0
  116. data/lib/oneview-sdk/resource/api800/c7000/storage_pool.rb +22 -0
  117. data/lib/oneview-sdk/resource/api800/c7000/storage_system.rb +22 -0
  118. data/lib/oneview-sdk/resource/api800/c7000/uplink_set.rb +22 -0
  119. data/lib/oneview-sdk/resource/api800/c7000/volume.rb +22 -0
  120. data/lib/oneview-sdk/resource/api800/c7000/volume_attachment.rb +22 -0
  121. data/lib/oneview-sdk/resource/api800/c7000/volume_template.rb +22 -0
  122. data/lib/oneview-sdk/resource/api800/synergy/enclosure.rb +22 -0
  123. data/lib/oneview-sdk/resource/api800/synergy/fc_network.rb +22 -0
  124. data/lib/oneview-sdk/resource/api800/synergy/fcoe_network.rb +22 -0
  125. data/lib/oneview-sdk/resource/api800/synergy/interconnect.rb +22 -0
  126. data/lib/oneview-sdk/resource/api800/synergy/lig_uplink_set.rb +21 -0
  127. data/lib/oneview-sdk/resource/api800/synergy/logical_enclosure.rb +22 -0
  128. data/lib/oneview-sdk/resource/api800/synergy/logical_interconnect.rb +32 -0
  129. data/lib/oneview-sdk/resource/api800/synergy/logical_interconnect_group.rb +33 -0
  130. data/lib/oneview-sdk/resource/api800/synergy/network_set.rb +22 -0
  131. data/lib/oneview-sdk/resource/api800/synergy/server_hardware.rb +22 -0
  132. data/lib/oneview-sdk/resource/api800/synergy/server_hardware_type.rb +2 -2
  133. data/lib/oneview-sdk/resource/api800/synergy/server_profile.rb +1 -1
  134. data/lib/oneview-sdk/resource/api800/synergy/storage_pool.rb +22 -0
  135. data/lib/oneview-sdk/resource/api800/synergy/storage_system.rb +22 -0
  136. data/lib/oneview-sdk/resource/api800/synergy/uplink_set.rb +22 -0
  137. data/lib/oneview-sdk/resource/api800/synergy/volume.rb +22 -0
  138. data/lib/oneview-sdk/resource/api800/synergy/volume_attachment.rb +22 -0
  139. data/lib/oneview-sdk/resource/api800/synergy/volume_template.rb +22 -0
  140. data/lib/oneview-sdk/version.rb +1 -1
  141. data/oneview-sdk.gemspec +1 -1
  142. metadata +132 -5
@@ -0,0 +1,21 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/lig_uplink_set'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ class LIGUplinkSet < OneviewSDK::API600::C7000::LIGUplinkSet
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/logical_enclosure'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Logical Enclosure resource implementation on API800 C7000
18
+ class LogicalEnclosure < OneviewSDK::API600::C7000::LogicalEnclosure
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,32 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/logical_interconnect'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Logical interconnect resource implementation for API800 C7000
18
+ class LogicalInterconnect < OneviewSDK::API600::C7000::LogicalInterconnect
19
+ # Create a resource object, associate it with a client, and set its properties.
20
+ # @param [OneviewSDK::Client] client The client object for the OneView appliance
21
+ # @param [Hash] params The options for this resource (key-value pairs)
22
+ # @param [Integer] api_ver The api version to use when interracting with this resource.
23
+ def initialize(client, params = {}, api_ver = nil)
24
+ @data ||= {}
25
+ # Default values:
26
+ @data['type'] ||= 'logical-interconnectV5'
27
+ super
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,32 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/logical_interconnect_group'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Logical interconnect group resource implementation on API800 C7000
18
+ class LogicalInterconnectGroup < OneviewSDK::API600::C7000::LogicalInterconnectGroup
19
+ # Create a resource object, associate it with a client, and set its properties.
20
+ # @param [OneviewSDK::Client] client The client object for the OneView appliance
21
+ # @param [Hash] params The options for this resource (key-value pairs)
22
+ # @param [Integer] api_ver The api version to use when interracting with this resource.
23
+ def initialize(client, params = {}, api_ver = nil)
24
+ @data ||= {}
25
+ # Default values:
26
+ @data['type'] ||= 'logical-interconnect-groupV5'
27
+ super
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/network_set'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Network set resource implementation for API800 C7000
18
+ class NetworkSet < OneviewSDK::API600::C7000::NetworkSet
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/server_hardware'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Server Hardware resource implementation on API800 C7000
18
+ class ServerHardware < OneviewSDK::API600::C7000::ServerHardware
19
+ end
20
+ end
21
+ end
22
+ end
@@ -16,6 +16,16 @@ module OneviewSDK
16
16
  module C7000
17
17
  # Server hardware type resource implementation for API800 C7000
18
18
  class ServerHardwareType < OneviewSDK::API600::C7000::ServerHardwareType
19
+ # Create a resource object, associate it with a client, and set its properties.
20
+ # @param [OneviewSDK::Client] client The client object for the OneView appliance
21
+ # @param [Hash] params The options for this resource (key-value pairs)
22
+ # @param [Integer] api_ver The api version to use when interracting with this resource.
23
+ def initialize(client, params = {}, api_ver = nil)
24
+ @data ||= {}
25
+ # Default values
26
+ @data['type'] ||= 'server-hardware-type-9'
27
+ super
28
+ end
19
29
  end
20
30
  end
21
31
  end
@@ -16,6 +16,16 @@ module OneviewSDK
16
16
  module C7000
17
17
  # Server Profile resource implementation on API800 C7000
18
18
  class ServerProfile < OneviewSDK::API600::C7000::ServerProfile
19
+ # Create a resource object, associate it with a client, and set its properties.
20
+ # @param [OneviewSDK::Client] client The client object for the OneView appliance
21
+ # @param [Hash] params The options for this resource (key-value pairs)
22
+ # @param [Integer] api_ver The api version to use when interracting with this resource.
23
+ def initialize(client, params = {}, api_ver = nil)
24
+ @data ||= {}
25
+ # Default values
26
+ @data['type'] ||= 'ServerProfileV9'
27
+ super
28
+ end
19
29
  end
20
30
  end
21
31
  end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/storage_pool'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Storage pool resource implementation for API800 C7000
18
+ class StoragePool < OneviewSDK::API600::C7000::StoragePool
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/storage_system'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Storage System resource implementation for API800 C7000
18
+ class StorageSystem < OneviewSDK::API600::C7000::StorageSystem
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/uplink_set'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Uplink set resource implementation for API800 C7000
18
+ class UplinkSet < OneviewSDK::API600::C7000::UplinkSet
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/volume'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Volume resource implementation on API800 C7000
18
+ class Volume < OneviewSDK::API600::C7000::Volume
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/volume_attachment'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Storage Volume Attachment resource implementation for API800 C7000
18
+ class VolumeAttachment < OneviewSDK::API600::C7000::VolumeAttachment
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/c7000/volume_template'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module C7000
17
+ # Volume Template resource implementation for API800 C7000
18
+ class VolumeTemplate < OneviewSDK::API600::C7000::VolumeTemplate
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (c) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/synergy/enclosure'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module Synergy
17
+ # Enclosure resource implementation for API800 Synergy
18
+ class Enclosure < OneviewSDK::API600::Synergy::Enclosure
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/synergy/fc_network'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module Synergy
17
+ # FC network resource implementation for API800 Synergy
18
+ class FCNetwork < OneviewSDK::API600::Synergy::FCNetwork
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/synergy/fcoe_network'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module Synergy
17
+ # FCoE network resource implementation for API800 Synergy
18
+ class FCoENetwork < OneviewSDK::API600::Synergy::FCoENetwork
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../c7000/interconnect'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module Synergy
17
+ # Interconnect resource implementation on API800 Synergy
18
+ class Interconnect < OneviewSDK::API800::C7000::Interconnect
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,21 @@
1
+ # (C) Copyright 2017 Hewlett Packard Enterprise Development LP
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # You may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software distributed
8
+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9
+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
10
+ # language governing permissions and limitations under the License.
11
+
12
+ require_relative '../../api600/synergy/lig_uplink_set'
13
+
14
+ module OneviewSDK
15
+ module API800
16
+ module Synergy
17
+ class LIGUplinkSet < OneviewSDK::API600::Synergy::LIGUplinkSet
18
+ end
19
+ end
20
+ end
21
+ end