oneview-sdk 6.1.0 → 6.2.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 +35 -0
- data/README.md +23 -23
- data/endpoints-support.md +258 -258
- data/lib/oneview-sdk.rb +1 -1
- data/lib/oneview-sdk/resource/api3000.rb +66 -0
- data/lib/oneview-sdk/resource/api3000/c7000.rb +27 -0
- data/lib/oneview-sdk/resource/api3000/c7000/connection_template.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/enclosure_group.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/ethernet_network.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/fc_network.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/fcoe_network.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/firmware_driver.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/hypervisor_cluster_profile.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/hypervisor_manager.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/lig_uplink_set.rb +21 -0
- data/lib/oneview-sdk/resource/api3000/c7000/logical_enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/logical_interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/logical_interconnect_group.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/network_set.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/scope.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/server_certificate.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/server_hardware.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/server_hardware_type.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/server_profile.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/server_profile_template.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/storage_pool.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/storage_system.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/uplink_set.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/volume.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/volume_attachment.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/c7000/volume_template.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy.rb +27 -0
- data/lib/oneview-sdk/resource/api3000/synergy/connection_template.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/enclosure_group.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/ethernet_network.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/fc_network.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/fcoe_network.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/firmware_driver.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/hypervisor_cluster_profile.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/hypervisor_manager.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/lig_uplink_set.rb +21 -0
- data/lib/oneview-sdk/resource/api3000/synergy/logical_enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/logical_interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/logical_interconnect_group.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/network_set.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/scope.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/server_certificate.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/server_hardware.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/server_hardware_type.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/server_profile.rb +23 -0
- data/lib/oneview-sdk/resource/api3000/synergy/server_profile_template.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/storage_pool.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/storage_system.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/uplink_set.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/volume.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/volume_attachment.rb +22 -0
- data/lib/oneview-sdk/resource/api3000/synergy/volume_template.rb +22 -0
- data/lib/oneview-sdk/version.rb +1 -1
- metadata +59 -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 '../../api2800/synergy/firmware_driver'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# FirmwareDriver resource implementation for API3000 Synergy
|
18
|
+
class FirmwareDriver < OneviewSDK::API2800::Synergy::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 '../../api3000/c7000/hypervisor_cluster_profile'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Hypervisor cluster profile resource implementation for API3000 Synergy
|
18
|
+
class HypervisorClusterProfile < OneviewSDK::API3000::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 '../../api2800/synergy/hypervisor_manager'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Hypervisor Manager resource implementation for API3000 Synergy
|
18
|
+
class HypervisorManager < OneviewSDK::API2800::Synergy::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 '../../api2800/synergy/interconnect'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Interconnect resource implementation on API3000 Synergy
|
18
|
+
class Interconnect < OneviewSDK::API2800::Synergy::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 '../../api2800/synergy/lig_uplink_set'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
class LIGUplinkSet < OneviewSDK::API2800::Synergy::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 '../../api2800/synergy/logical_enclosure'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Logical Enclosure resource implementation on API3000 Synergy
|
18
|
+
class LogicalEnclosure < OneviewSDK::API2800::Synergy::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 '../../api3000/c7000/logical_interconnect'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Logical interconnect resource implementation for API3000 Synergy
|
18
|
+
class LogicalInterconnect < OneviewSDK::API3000::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 '../../api2800/synergy/logical_interconnect_group'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Logical interconnect group resource implementation for API3000 Synergy
|
18
|
+
class LogicalInterconnectGroup < OneviewSDK::API2800::Synergy::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 '../../api2800/synergy/network_set'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Network set resource implementation for API3000 Synergy
|
18
|
+
class NetworkSet < OneviewSDK::API2800::Synergy::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 '../../api2800/synergy/scope'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Scope resource implementation for API3000 Synergy
|
18
|
+
class Scope < OneviewSDK::API2800::Synergy::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 '../../api2800/synergy/server_certificate'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Server certificate resource implementation for API 3000 Synergy
|
18
|
+
class ServerCertificate < OneviewSDK::API2800::Synergy::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 '../../api2800/synergy/server_hardware'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Server Hardware resource implementation on API3000 Synergy
|
18
|
+
class ServerHardware < OneviewSDK::API2800::Synergy::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 '../../api2800/synergy/server_hardware_type'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Server hardware type resource implementation for API3000 Synergy
|
18
|
+
class ServerHardwareType < OneviewSDK::API2800::Synergy::ServerHardwareType
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
@@ -0,0 +1,23 @@
|
|
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 '../../api300/synergy/server_profile'
|
13
|
+
require_relative '../c7000/server_profile'
|
14
|
+
|
15
|
+
module OneviewSDK
|
16
|
+
module API3000
|
17
|
+
module Synergy
|
18
|
+
# Server profile resource implementation for API3000 Synergy
|
19
|
+
class ServerProfile < OneviewSDK::API3000::C7000::ServerProfile
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
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 '../c7000/server_profile_template'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Server Profile Template resource implementation for API3000 Synergy
|
18
|
+
class ServerProfileTemplate < OneviewSDK::API3000::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 '../c7000/storage_pool'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Storage pool resource implementation for API3000 Synergy
|
18
|
+
class StoragePool < OneviewSDK::API3000::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 '../c7000/storage_system'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Storage system resource implementation for API3000 Synergy
|
18
|
+
class StorageSystem < OneviewSDK::API3000::C7000::StorageSystem
|
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 '../../api2800/synergy/uplink_set'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Uplink set resource implementation for API3000 Synergy
|
18
|
+
class UplinkSet < OneviewSDK::API2800::Synergy::UplinkSet
|
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 '../c7000/volume'
|
13
|
+
|
14
|
+
module OneviewSDK
|
15
|
+
module API3000
|
16
|
+
module Synergy
|
17
|
+
# Volume resource implementation for API3000 Synergy
|
18
|
+
class Volume < OneviewSDK::API3000::C7000::Volume
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|