oneview-sdk 5.18.0 → 6.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +42 -0
- data/Dockerfile +2 -2
- data/Gemfile +1 -0
- data/Guardfile +1 -1
- data/LICENSE +1 -1
- data/README.md +26 -26
- data/Rakefile +1 -1
- data/TESTING.md +1 -0
- data/bin/oneview-sdk-ruby +1 -0
- data/endpoints-support.md +308 -308
- data/lib/oneview-sdk.rb +1 -1
- data/lib/oneview-sdk/image-streamer/resource/api2010.rb +39 -0
- data/lib/oneview-sdk/image-streamer/resource/api2010/artifact_bundle.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2010/build_plan.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2010/deployment_group.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2010/deployment_plan.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2010/golden_image.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2010/os_volume.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2010/plan_script.rb +22 -0
- data/lib/oneview-sdk/image_streamer.rb +1 -1
- data/lib/oneview-sdk/resource/api2600.rb +66 -0
- data/lib/oneview-sdk/resource/api2600/c7000.rb +27 -0
- data/lib/oneview-sdk/resource/api2600/c7000/connection_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/enclosure_group.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/ethernet_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/fc_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/fcoe_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/firmware_driver.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/hypervisor_cluster_profile.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/hypervisor_manager.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/lig_uplink_set.rb +21 -0
- data/lib/oneview-sdk/resource/api2600/c7000/logical_enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/logical_interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/logical_interconnect_group.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/network_set.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/scope.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/server_certificate.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/server_hardware.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/server_hardware_type.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/server_profile.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/server_profile_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/storage_pool.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/storage_system.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/uplink_set.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/volume.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/volume_attachment.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/c7000/volume_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy.rb +27 -0
- data/lib/oneview-sdk/resource/api2600/synergy/connection_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/enclosure_group.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/ethernet_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/fc_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/fcoe_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/firmware_driver.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/hypervisor_cluster_profile.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/hypervisor_manager.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/lig_uplink_set.rb +21 -0
- data/lib/oneview-sdk/resource/api2600/synergy/logical_enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/logical_interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/logical_interconnect_group.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/network_set.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/scope.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/server_certificate.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/server_hardware.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/server_hardware_type.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/server_profile.rb +23 -0
- data/lib/oneview-sdk/resource/api2600/synergy/server_profile_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/storage_pool.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/storage_system.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/uplink_set.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/volume.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/volume_attachment.rb +22 -0
- data/lib/oneview-sdk/resource/api2600/synergy/volume_template.rb +22 -0
- data/lib/oneview-sdk/version.rb +1 -1
- data/oneview-sdk.gemspec +1 -1
- metadata +67 -2
data/lib/oneview-sdk.rb
CHANGED
|
@@ -26,7 +26,7 @@ module OneviewSDK
|
|
|
26
26
|
env_i3s = %w[I3S_URL I3S_SSL_ENABLED]
|
|
27
27
|
ENV_VARS = env_sdk.concat(env_i3s).freeze
|
|
28
28
|
|
|
29
|
-
SUPPORTED_API_VERSIONS = [200, 300, 500, 600, 800, 1000, 1200, 1600, 1800, 2000, 2200, 2400].freeze
|
|
29
|
+
SUPPORTED_API_VERSIONS = [200, 300, 500, 600, 800, 1000, 1200, 1600, 1800, 2000, 2200, 2400, 2600].freeze
|
|
30
30
|
DEFAULT_API_VERSION = 200
|
|
31
31
|
@api_version = DEFAULT_API_VERSION
|
|
32
32
|
@api_version_updated = false # Whether or not the API version has been set by the user
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# (c) Copyright 2020 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 '../../resource'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
# Module Image Streamer
|
|
16
|
+
module ImageStreamer
|
|
17
|
+
# Module API 2010
|
|
18
|
+
module API2010
|
|
19
|
+
# Get resource class that matches the type given
|
|
20
|
+
# @param [String] type Name of the desired class type
|
|
21
|
+
# @param [String] variant There is only 1 variant for this module, so this is not used.
|
|
22
|
+
# It exists only so that the parameters match API modules that do have multiple variants.
|
|
23
|
+
# @return [Class] Resource class or nil if not found
|
|
24
|
+
def self.resource_named(type, _variant = nil)
|
|
25
|
+
new_type = type.to_s.downcase.gsub(/[ -_]/, '')
|
|
26
|
+
constants.each do |c|
|
|
27
|
+
klass = const_get(c)
|
|
28
|
+
next unless klass.is_a?(Class) && klass < OneviewSDK::Resource
|
|
29
|
+
name = klass.name.split('::').last.downcase.delete('_').delete('-')
|
|
30
|
+
return klass if new_type =~ /^#{name}[s]?$/
|
|
31
|
+
end
|
|
32
|
+
nil
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
# Load all API-specific resources:
|
|
39
|
+
Dir[File.dirname(__FILE__) + '/api2010/*.rb'].each { |file| require file }
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# (C) Copyright 2020 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 '../api2000/artifact_bundle'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module ImageStreamer
|
|
16
|
+
module API2010
|
|
17
|
+
# Artifact Bundle resource implementation for Image Streamer
|
|
18
|
+
class ArtifactBundle < OneviewSDK::ImageStreamer::API2000::ArtifactBundle
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# (C) Copyright 2020 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 '../api2000/build_plan'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module ImageStreamer
|
|
16
|
+
module API2010
|
|
17
|
+
# Build Plan resource implementation for Image Streamer
|
|
18
|
+
class BuildPlan < OneviewSDK::ImageStreamer::API2000::BuildPlan
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# (C) Copyright 2020 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 '../api2000/deployment_group'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module ImageStreamer
|
|
16
|
+
module API2010
|
|
17
|
+
# Deployment Group resource implementation for Image Streamer
|
|
18
|
+
class DeploymentGroup < OneviewSDK::ImageStreamer::API2000::DeploymentGroup
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# (C) Copyright 2020 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 '../api2000/deployment_plan'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module ImageStreamer
|
|
16
|
+
module API2010
|
|
17
|
+
# Deployment Plan resource implementation for Image Streamer
|
|
18
|
+
class DeploymentPlan < OneviewSDK::ImageStreamer::API2000::DeploymentPlan
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# (C) Copyright 2020 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 '../api2000/golden_image'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module ImageStreamer
|
|
16
|
+
module API2010
|
|
17
|
+
# Golden Image resource implementation for Image Streamer
|
|
18
|
+
class GoldenImage < OneviewSDK::ImageStreamer::API2000::GoldenImage
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# (C) Copyright 2020 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 '../api2000/os_volume'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module ImageStreamer
|
|
16
|
+
module API2010
|
|
17
|
+
# OS Volume resource implementation for Image Streamer
|
|
18
|
+
class OSVolume < OneviewSDK::ImageStreamer::API2000::OSVolume
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# (C) Copyright 2020 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 '../api2000/plan_script'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module ImageStreamer
|
|
16
|
+
module API2010
|
|
17
|
+
# Plan Script resource implementation for Image Streamer
|
|
18
|
+
class PlanScript < OneviewSDK::ImageStreamer::API2000::PlanScript
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -19,7 +19,7 @@ Dir[File.dirname(__FILE__) + '/image-streamer/resource/*.rb'].each { |file| requ
|
|
|
19
19
|
module OneviewSDK
|
|
20
20
|
# Module for interacting with the Image Streamer
|
|
21
21
|
module ImageStreamer
|
|
22
|
-
SUPPORTED_API_VERSIONS = [300, 500, 600, 800, 1000, 1020, 1600, 2000].freeze
|
|
22
|
+
SUPPORTED_API_VERSIONS = [300, 500, 600, 800, 1000, 1020, 1600, 2000, 2010].freeze
|
|
23
23
|
DEFAULT_API_VERSION = 300
|
|
24
24
|
@api_version = DEFAULT_API_VERSION
|
|
25
25
|
@api_version_updated = false # Whether or not the API version has been set by the user
|
|
@@ -0,0 +1,66 @@
|
|
|
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
|
+
module OneviewSDK
|
|
13
|
+
# Module for API v2600
|
|
14
|
+
module API2600
|
|
15
|
+
SUPPORTED_VARIANTS = %w[C7000 Synergy].freeze
|
|
16
|
+
DEFAULT_VARIANT = 'C7000'.freeze
|
|
17
|
+
@variant = DEFAULT_VARIANT
|
|
18
|
+
@variant_updated = false # Whether or not the API variant has been set by the user
|
|
19
|
+
|
|
20
|
+
# Get resource class that matches the type given
|
|
21
|
+
# @param [String] type Name of the desired class type
|
|
22
|
+
# @param [String] variant Variant (C7000 or Synergy)
|
|
23
|
+
# @return [Class] Resource class or nil if not found
|
|
24
|
+
def self.resource_named(type, variant = @variant)
|
|
25
|
+
raise "API2600 variant '#{variant}' is not supported! Try one of #{SUPPORTED_VARIANTS}" unless SUPPORTED_VARIANTS.include?(variant.to_s)
|
|
26
|
+
new_type = type.to_s.downcase.gsub(/[ -_]/, '')
|
|
27
|
+
api_module = OneviewSDK::API2600.const_get(variant)
|
|
28
|
+
api_module.constants.each do |c|
|
|
29
|
+
klass = api_module.const_get(c)
|
|
30
|
+
next unless klass.is_a?(Class)
|
|
31
|
+
name = klass.name.split('::').last.downcase.delete('_').delete('-')
|
|
32
|
+
return klass if new_type =~ /^#{name}[s]?$/
|
|
33
|
+
end
|
|
34
|
+
nil
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Get the current API2600 variant
|
|
38
|
+
def self.variant
|
|
39
|
+
@variant
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
# Has the API2600 variant been set by the user?
|
|
43
|
+
# @return [TrueClass, FalseClass]
|
|
44
|
+
def self.variant_updated?
|
|
45
|
+
@variant_updated
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# Sets the API2600 variant
|
|
49
|
+
def self.variant=(variant)
|
|
50
|
+
raise "API2600 variant '#{variant}' is not supported! Try one of #{SUPPORTED_VARIANTS}" unless SUPPORTED_VARIANTS.include?(variant)
|
|
51
|
+
@variant_updated = true
|
|
52
|
+
@variant = variant
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
# Helps redirect resources to the correct API2600 variant
|
|
56
|
+
def self.const_missing(const)
|
|
57
|
+
api2600_module = OneviewSDK::API2600.const_get(@variant.to_s)
|
|
58
|
+
api2600_module.const_get(const)
|
|
59
|
+
rescue NameError
|
|
60
|
+
raise NameError, "The #{const} method or resource does not exist for OneView API2600 variant #{@variant}."
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
# Load all API2600-specific resources:
|
|
66
|
+
Dir[File.dirname(__FILE__) + '/api2600/*.rb'].each { |file| require file }
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
module OneviewSDK
|
|
13
|
+
module API2600
|
|
14
|
+
# Module for API2600 C7000
|
|
15
|
+
module C7000
|
|
16
|
+
# Get resource class that matches the type given
|
|
17
|
+
# @param [String] type Name of the desired class type
|
|
18
|
+
# @return [Class] Resource class or nil if not found
|
|
19
|
+
def self.resource_named(type)
|
|
20
|
+
OneviewSDK::API2600.resource_named(type, 'C7000')
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
# Load all API-specific resources:
|
|
27
|
+
Dir[File.dirname(__FILE__) + '/c7000/*.rb'].each { |file| require file }
|
|
@@ -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 '../../api2400/c7000/connection_template'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2600
|
|
16
|
+
module C7000
|
|
17
|
+
# Connection template resource implementation for API2600 C7000
|
|
18
|
+
class ConnectionTemplate < OneviewSDK::API2400::C7000::ConnectionTemplate
|
|
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 '../../api2400/c7000/enclosure'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2600
|
|
16
|
+
module C7000
|
|
17
|
+
# Enclosure resource implementation for API2600 C7000
|
|
18
|
+
class Enclosure < OneviewSDK::API2400::C7000::Enclosure
|
|
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 '../../api2400/c7000/enclosure_group'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2600
|
|
16
|
+
module C7000
|
|
17
|
+
# Enclosure group resource implementation on API2600 C7000
|
|
18
|
+
class EnclosureGroup < OneviewSDK::API2400::C7000::EnclosureGroup
|
|
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 '../../api2400/c7000/ethernet_network'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2600
|
|
16
|
+
module C7000
|
|
17
|
+
# Ethernet network resource implementation for API2600 C7000
|
|
18
|
+
class EthernetNetwork < OneviewSDK::API2400::C7000::EthernetNetwork
|
|
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 '../../api2400/c7000/fc_network'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2600
|
|
16
|
+
module C7000
|
|
17
|
+
# FC network resource implementation for API2600 C7000
|
|
18
|
+
class FCNetwork < OneviewSDK::API2400::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 '../../api2400/c7000/fcoe_network'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2600
|
|
16
|
+
module C7000
|
|
17
|
+
# FCoE network resource implementation for API2600 C7000
|
|
18
|
+
class FCoENetwork < OneviewSDK::API2400::C7000::FCoENetwork
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|