oneview-sdk 6.0.0 → 6.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +42 -0
  3. data/README.md +28 -28
  4. data/endpoints-support.md +308 -308
  5. data/lib/oneview-sdk.rb +2 -2
  6. data/lib/oneview-sdk/image-streamer/resource/api2020.rb +39 -0
  7. data/lib/oneview-sdk/image-streamer/resource/api2020/artifact_bundle.rb +22 -0
  8. data/lib/oneview-sdk/image-streamer/resource/api2020/build_plan.rb +22 -0
  9. data/lib/oneview-sdk/image-streamer/resource/api2020/deployment_group.rb +22 -0
  10. data/lib/oneview-sdk/image-streamer/resource/api2020/deployment_plan.rb +22 -0
  11. data/lib/oneview-sdk/image-streamer/resource/api2020/golden_image.rb +22 -0
  12. data/lib/oneview-sdk/image-streamer/resource/api2020/os_volume.rb +22 -0
  13. data/lib/oneview-sdk/image-streamer/resource/api2020/plan_script.rb +22 -0
  14. data/lib/oneview-sdk/image_streamer.rb +1 -1
  15. data/lib/oneview-sdk/resource/api2600/synergy/os_deployment_plan.rb +22 -0
  16. data/lib/oneview-sdk/resource/api2800.rb +66 -0
  17. data/lib/oneview-sdk/resource/api2800/c7000.rb +27 -0
  18. data/lib/oneview-sdk/resource/api2800/c7000/connection_template.rb +22 -0
  19. data/lib/oneview-sdk/resource/api2800/c7000/enclosure.rb +22 -0
  20. data/lib/oneview-sdk/resource/api2800/c7000/enclosure_group.rb +22 -0
  21. data/lib/oneview-sdk/resource/api2800/c7000/ethernet_network.rb +22 -0
  22. data/lib/oneview-sdk/resource/api2800/c7000/fc_network.rb +22 -0
  23. data/lib/oneview-sdk/resource/api2800/c7000/fcoe_network.rb +22 -0
  24. data/lib/oneview-sdk/resource/api2800/c7000/firmware_driver.rb +22 -0
  25. data/lib/oneview-sdk/resource/api2800/c7000/hypervisor_cluster_profile.rb +22 -0
  26. data/lib/oneview-sdk/resource/api2800/c7000/hypervisor_manager.rb +22 -0
  27. data/lib/oneview-sdk/resource/api2800/c7000/interconnect.rb +22 -0
  28. data/lib/oneview-sdk/resource/api2800/c7000/lig_uplink_set.rb +21 -0
  29. data/lib/oneview-sdk/resource/api2800/c7000/logical_enclosure.rb +22 -0
  30. data/lib/oneview-sdk/resource/api2800/c7000/logical_interconnect.rb +22 -0
  31. data/lib/oneview-sdk/resource/api2800/c7000/logical_interconnect_group.rb +22 -0
  32. data/lib/oneview-sdk/resource/api2800/c7000/network_set.rb +22 -0
  33. data/lib/oneview-sdk/resource/api2800/c7000/scope.rb +22 -0
  34. data/lib/oneview-sdk/resource/api2800/c7000/server_certificate.rb +22 -0
  35. data/lib/oneview-sdk/resource/api2800/c7000/server_hardware.rb +22 -0
  36. data/lib/oneview-sdk/resource/api2800/c7000/server_hardware_type.rb +22 -0
  37. data/lib/oneview-sdk/resource/api2800/c7000/server_profile.rb +22 -0
  38. data/lib/oneview-sdk/resource/api2800/c7000/server_profile_template.rb +22 -0
  39. data/lib/oneview-sdk/resource/api2800/c7000/storage_pool.rb +22 -0
  40. data/lib/oneview-sdk/resource/api2800/c7000/storage_system.rb +22 -0
  41. data/lib/oneview-sdk/resource/api2800/c7000/uplink_set.rb +22 -0
  42. data/lib/oneview-sdk/resource/api2800/c7000/volume.rb +22 -0
  43. data/lib/oneview-sdk/resource/api2800/c7000/volume_attachment.rb +22 -0
  44. data/lib/oneview-sdk/resource/api2800/c7000/volume_template.rb +22 -0
  45. data/lib/oneview-sdk/resource/api2800/synergy.rb +27 -0
  46. data/lib/oneview-sdk/resource/api2800/synergy/connection_template.rb +22 -0
  47. data/lib/oneview-sdk/resource/api2800/synergy/enclosure.rb +22 -0
  48. data/lib/oneview-sdk/resource/api2800/synergy/enclosure_group.rb +22 -0
  49. data/lib/oneview-sdk/resource/api2800/synergy/ethernet_network.rb +22 -0
  50. data/lib/oneview-sdk/resource/api2800/synergy/fc_network.rb +22 -0
  51. data/lib/oneview-sdk/resource/api2800/synergy/fcoe_network.rb +22 -0
  52. data/lib/oneview-sdk/resource/api2800/synergy/firmware_driver.rb +22 -0
  53. data/lib/oneview-sdk/resource/api2800/synergy/hypervisor_cluster_profile.rb +22 -0
  54. data/lib/oneview-sdk/resource/api2800/synergy/hypervisor_manager.rb +22 -0
  55. data/lib/oneview-sdk/resource/api2800/synergy/interconnect.rb +22 -0
  56. data/lib/oneview-sdk/resource/api2800/synergy/lig_uplink_set.rb +21 -0
  57. data/lib/oneview-sdk/resource/api2800/synergy/logical_enclosure.rb +22 -0
  58. data/lib/oneview-sdk/resource/api2800/synergy/logical_interconnect.rb +22 -0
  59. data/lib/oneview-sdk/resource/api2800/synergy/logical_interconnect_group.rb +22 -0
  60. data/lib/oneview-sdk/resource/api2800/synergy/network_set.rb +22 -0
  61. data/lib/oneview-sdk/resource/api2800/synergy/os_deployment_plan.rb +22 -0
  62. data/lib/oneview-sdk/resource/api2800/synergy/scope.rb +22 -0
  63. data/lib/oneview-sdk/resource/api2800/synergy/server_certificate.rb +22 -0
  64. data/lib/oneview-sdk/resource/api2800/synergy/server_hardware.rb +22 -0
  65. data/lib/oneview-sdk/resource/api2800/synergy/server_hardware_type.rb +22 -0
  66. data/lib/oneview-sdk/resource/api2800/synergy/server_profile.rb +23 -0
  67. data/lib/oneview-sdk/resource/api2800/synergy/server_profile_template.rb +22 -0
  68. data/lib/oneview-sdk/resource/api2800/synergy/storage_pool.rb +22 -0
  69. data/lib/oneview-sdk/resource/api2800/synergy/storage_system.rb +22 -0
  70. data/lib/oneview-sdk/resource/api2800/synergy/uplink_set.rb +22 -0
  71. data/lib/oneview-sdk/resource/api2800/synergy/volume.rb +22 -0
  72. data/lib/oneview-sdk/resource/api2800/synergy/volume_attachment.rb +22 -0
  73. data/lib/oneview-sdk/resource/api2800/synergy/volume_template.rb +22 -0
  74. data/lib/oneview-sdk/version.rb +1 -1
  75. metadata +69 -2
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/fc_network'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # FC network resource implementation for API2800 C7000
18
+ class FCNetwork < OneviewSDK::API2600::C7000::FCNetwork
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/fcoe_network'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # FCoE network resource implementation for API2800 C7000
18
+ class FCoENetwork < OneviewSDK::API2600::C7000::FCoENetwork
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/firmware_driver'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # FirmwareDriver resource implementation for API2800 C7000
18
+ class FirmwareDriver < OneviewSDK::API2600::C7000::FirmwareDriver
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (c) Copyright 2021 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 '../../api2600/c7000/hypervisor_cluster_profile'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Hypervisor cluster profile resource implementation for API2800 C7000
18
+ class HypervisorClusterProfile < OneviewSDK::API2600::C7000::HypervisorClusterProfile
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/hypervisor_manager'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Hypervisor Manager resource implementation for API2800 C7000
18
+ class HypervisorManager < OneviewSDK::API2600::C7000::HypervisorManager
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/interconnect'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Interconnect resource implementation on API2800 C7000
18
+ class Interconnect < OneviewSDK::API2600::C7000::Interconnect
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,21 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/lig_uplink_set'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ class LIGUplinkSet < OneviewSDK::API2600::C7000::LIGUplinkSet
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/logical_enclosure'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Logical Enclosure resource implementation on API2800 C7000
18
+ class LogicalEnclosure < OneviewSDK::API2600::C7000::LogicalEnclosure
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/logical_interconnect'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Logical interconnect resource implementation for API2800 C7000
18
+ class LogicalInterconnect < OneviewSDK::API2600::C7000::LogicalInterconnect
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/logical_interconnect_group'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Logical interconnect group resource implementation on API2800 C7000
18
+ class LogicalInterconnectGroup < OneviewSDK::API2600::C7000::LogicalInterconnectGroup
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/network_set'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Network set resource implementation for API2800 C7000
18
+ class NetworkSet < OneviewSDK::API2600::C7000::NetworkSet
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/scope'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Scope resource implementation for API2800 C7000
18
+ class Scope < OneviewSDK::API2600::C7000::Scope
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/server_certificate'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Server certificate resource implementation for API2800 C7000
18
+ class ServerCertificate < OneviewSDK::API2600::C7000::ServerCertificate
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/server_hardware'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Server Hardware resource implementation on API2800 C7000
18
+ class ServerHardware < OneviewSDK::API2600::C7000::ServerHardware
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/server_hardware_type'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Server hardware type resource implementation for API2800 C7000
18
+ class ServerHardwareType < OneviewSDK::API2600::C7000::ServerHardwareType
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (c) Copyright 2021 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 '../../api2600/c7000/server_profile'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Server Profile resource implementation on API2800 C7000
18
+ class ServerProfile < OneviewSDK::API2600::C7000::ServerProfile
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/server_profile_template'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Server Profile Template resource implementation on API2800 C7000
18
+ class ServerProfileTemplate < OneviewSDK::API2600::C7000::ServerProfileTemplate
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/storage_pool'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Storage pool resource implementation for API2800 C7000
18
+ class StoragePool < OneviewSDK::API2600::C7000::StoragePool
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # (C) Copyright 2021 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 '../../api2600/c7000/storage_system'
13
+
14
+ module OneviewSDK
15
+ module API2800
16
+ module C7000
17
+ # Storage System resource implementation for API2800 C7000
18
+ class StorageSystem < OneviewSDK::API2600::C7000::StorageSystem
19
+ end
20
+ end
21
+ end
22
+ end