oneview-sdk 6.0.0 → 6.1.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/README.md +28 -28
- data/endpoints-support.md +308 -308
- data/lib/oneview-sdk.rb +2 -2
- data/lib/oneview-sdk/image-streamer/resource/api2020.rb +39 -0
- data/lib/oneview-sdk/image-streamer/resource/api2020/artifact_bundle.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2020/build_plan.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2020/deployment_group.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2020/deployment_plan.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2020/golden_image.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2020/os_volume.rb +22 -0
- data/lib/oneview-sdk/image-streamer/resource/api2020/plan_script.rb +22 -0
- data/lib/oneview-sdk/image_streamer.rb +1 -1
- data/lib/oneview-sdk/resource/api2600/synergy/os_deployment_plan.rb +22 -0
- data/lib/oneview-sdk/resource/api2800.rb +66 -0
- data/lib/oneview-sdk/resource/api2800/c7000.rb +27 -0
- data/lib/oneview-sdk/resource/api2800/c7000/connection_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/enclosure_group.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/ethernet_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/fc_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/fcoe_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/firmware_driver.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/hypervisor_cluster_profile.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/hypervisor_manager.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/lig_uplink_set.rb +21 -0
- data/lib/oneview-sdk/resource/api2800/c7000/logical_enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/logical_interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/logical_interconnect_group.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/network_set.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/scope.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/server_certificate.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/server_hardware.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/server_hardware_type.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/server_profile.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/server_profile_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/storage_pool.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/storage_system.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/uplink_set.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/volume.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/volume_attachment.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/c7000/volume_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy.rb +27 -0
- data/lib/oneview-sdk/resource/api2800/synergy/connection_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/enclosure_group.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/ethernet_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/fc_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/fcoe_network.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/firmware_driver.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/hypervisor_cluster_profile.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/hypervisor_manager.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/lig_uplink_set.rb +21 -0
- data/lib/oneview-sdk/resource/api2800/synergy/logical_enclosure.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/logical_interconnect.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/logical_interconnect_group.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/network_set.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/os_deployment_plan.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/scope.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/server_certificate.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/server_hardware.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/server_hardware_type.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/server_profile.rb +23 -0
- data/lib/oneview-sdk/resource/api2800/synergy/server_profile_template.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/storage_pool.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/storage_system.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/uplink_set.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/volume.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/volume_attachment.rb +22 -0
- data/lib/oneview-sdk/resource/api2800/synergy/volume_template.rb +22 -0
- data/lib/oneview-sdk/version.rb +1 -1
- 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/synergy/network_set'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Network set resource implementation for API2800 Synergy
|
|
18
|
+
class NetworkSet < OneviewSDK::API2600::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 '../../api2600/synergy/os_deployment_plan'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# OS Deployment Plan resource implementation for API2800 Synergy
|
|
18
|
+
class OSDeploymentPlan < OneviewSDK::API2600::Synergy::OSDeploymentPlan
|
|
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/synergy/scope'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Scope resource implementation for API2800 Synergy
|
|
18
|
+
class Scope < OneviewSDK::API2600::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 '../../api2600/synergy/server_certificate'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Server certificate resource implementation for API 2800 Synergy
|
|
18
|
+
class ServerCertificate < OneviewSDK::API2600::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 '../../api2600/synergy/server_hardware'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Server Hardware resource implementation on API2800 Synergy
|
|
18
|
+
class ServerHardware < OneviewSDK::API2600::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 '../../api2600/synergy/server_hardware_type'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Server hardware type resource implementation for API2800 Synergy
|
|
18
|
+
class ServerHardwareType < OneviewSDK::API2600::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 API2800
|
|
17
|
+
module Synergy
|
|
18
|
+
# Server profile resource implementation for API2800 Synergy
|
|
19
|
+
class ServerProfile < OneviewSDK::API2800::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 API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Server Profile Template resource implementation for API2800 Synergy
|
|
18
|
+
class ServerProfileTemplate < OneviewSDK::API2800::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 API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Storage pool resource implementation for API2800 Synergy
|
|
18
|
+
class StoragePool < OneviewSDK::API2800::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 API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Storage system resource implementation for API2800 Synergy
|
|
18
|
+
class StorageSystem < OneviewSDK::API2800::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 '../../api2600/synergy/uplink_set'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Uplink set resource implementation for API2800 Synergy
|
|
18
|
+
class UplinkSet < OneviewSDK::API2600::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 API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Volume resource implementation for API2800 Synergy
|
|
18
|
+
class Volume < OneviewSDK::API2800::C7000::Volume
|
|
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_attachment'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Storage Volume Attachment resource implementation for API2800 Synergy
|
|
18
|
+
class VolumeAttachment < OneviewSDK::API2800::C7000::VolumeAttachment
|
|
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_template'
|
|
13
|
+
|
|
14
|
+
module OneviewSDK
|
|
15
|
+
module API2800
|
|
16
|
+
module Synergy
|
|
17
|
+
# Volume Template resource implementation for API2800 Synergy
|
|
18
|
+
class VolumeTemplate < OneviewSDK::API2800::C7000::VolumeTemplate
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
data/lib/oneview-sdk/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oneview-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Henrique Diomede
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2021-
|
|
14
|
+
date: 2021-04-21 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: thor
|
|
@@ -262,6 +262,14 @@ files:
|
|
|
262
262
|
- lib/oneview-sdk/image-streamer/resource/api2010/golden_image.rb
|
|
263
263
|
- lib/oneview-sdk/image-streamer/resource/api2010/os_volume.rb
|
|
264
264
|
- lib/oneview-sdk/image-streamer/resource/api2010/plan_script.rb
|
|
265
|
+
- lib/oneview-sdk/image-streamer/resource/api2020.rb
|
|
266
|
+
- lib/oneview-sdk/image-streamer/resource/api2020/artifact_bundle.rb
|
|
267
|
+
- lib/oneview-sdk/image-streamer/resource/api2020/build_plan.rb
|
|
268
|
+
- lib/oneview-sdk/image-streamer/resource/api2020/deployment_group.rb
|
|
269
|
+
- lib/oneview-sdk/image-streamer/resource/api2020/deployment_plan.rb
|
|
270
|
+
- lib/oneview-sdk/image-streamer/resource/api2020/golden_image.rb
|
|
271
|
+
- lib/oneview-sdk/image-streamer/resource/api2020/os_volume.rb
|
|
272
|
+
- lib/oneview-sdk/image-streamer/resource/api2020/plan_script.rb
|
|
265
273
|
- lib/oneview-sdk/image-streamer/resource/api300.rb
|
|
266
274
|
- lib/oneview-sdk/image-streamer/resource/api300/artifact_bundle.rb
|
|
267
275
|
- lib/oneview-sdk/image-streamer/resource/api300/build_plan.rb
|
|
@@ -796,6 +804,7 @@ files:
|
|
|
796
804
|
- lib/oneview-sdk/resource/api2600/synergy/logical_interconnect.rb
|
|
797
805
|
- lib/oneview-sdk/resource/api2600/synergy/logical_interconnect_group.rb
|
|
798
806
|
- lib/oneview-sdk/resource/api2600/synergy/network_set.rb
|
|
807
|
+
- lib/oneview-sdk/resource/api2600/synergy/os_deployment_plan.rb
|
|
799
808
|
- lib/oneview-sdk/resource/api2600/synergy/scope.rb
|
|
800
809
|
- lib/oneview-sdk/resource/api2600/synergy/server_certificate.rb
|
|
801
810
|
- lib/oneview-sdk/resource/api2600/synergy/server_hardware.rb
|
|
@@ -808,6 +817,64 @@ files:
|
|
|
808
817
|
- lib/oneview-sdk/resource/api2600/synergy/volume.rb
|
|
809
818
|
- lib/oneview-sdk/resource/api2600/synergy/volume_attachment.rb
|
|
810
819
|
- lib/oneview-sdk/resource/api2600/synergy/volume_template.rb
|
|
820
|
+
- lib/oneview-sdk/resource/api2800.rb
|
|
821
|
+
- lib/oneview-sdk/resource/api2800/c7000.rb
|
|
822
|
+
- lib/oneview-sdk/resource/api2800/c7000/connection_template.rb
|
|
823
|
+
- lib/oneview-sdk/resource/api2800/c7000/enclosure.rb
|
|
824
|
+
- lib/oneview-sdk/resource/api2800/c7000/enclosure_group.rb
|
|
825
|
+
- lib/oneview-sdk/resource/api2800/c7000/ethernet_network.rb
|
|
826
|
+
- lib/oneview-sdk/resource/api2800/c7000/fc_network.rb
|
|
827
|
+
- lib/oneview-sdk/resource/api2800/c7000/fcoe_network.rb
|
|
828
|
+
- lib/oneview-sdk/resource/api2800/c7000/firmware_driver.rb
|
|
829
|
+
- lib/oneview-sdk/resource/api2800/c7000/hypervisor_cluster_profile.rb
|
|
830
|
+
- lib/oneview-sdk/resource/api2800/c7000/hypervisor_manager.rb
|
|
831
|
+
- lib/oneview-sdk/resource/api2800/c7000/interconnect.rb
|
|
832
|
+
- lib/oneview-sdk/resource/api2800/c7000/lig_uplink_set.rb
|
|
833
|
+
- lib/oneview-sdk/resource/api2800/c7000/logical_enclosure.rb
|
|
834
|
+
- lib/oneview-sdk/resource/api2800/c7000/logical_interconnect.rb
|
|
835
|
+
- lib/oneview-sdk/resource/api2800/c7000/logical_interconnect_group.rb
|
|
836
|
+
- lib/oneview-sdk/resource/api2800/c7000/network_set.rb
|
|
837
|
+
- lib/oneview-sdk/resource/api2800/c7000/scope.rb
|
|
838
|
+
- lib/oneview-sdk/resource/api2800/c7000/server_certificate.rb
|
|
839
|
+
- lib/oneview-sdk/resource/api2800/c7000/server_hardware.rb
|
|
840
|
+
- lib/oneview-sdk/resource/api2800/c7000/server_hardware_type.rb
|
|
841
|
+
- lib/oneview-sdk/resource/api2800/c7000/server_profile.rb
|
|
842
|
+
- lib/oneview-sdk/resource/api2800/c7000/server_profile_template.rb
|
|
843
|
+
- lib/oneview-sdk/resource/api2800/c7000/storage_pool.rb
|
|
844
|
+
- lib/oneview-sdk/resource/api2800/c7000/storage_system.rb
|
|
845
|
+
- lib/oneview-sdk/resource/api2800/c7000/uplink_set.rb
|
|
846
|
+
- lib/oneview-sdk/resource/api2800/c7000/volume.rb
|
|
847
|
+
- lib/oneview-sdk/resource/api2800/c7000/volume_attachment.rb
|
|
848
|
+
- lib/oneview-sdk/resource/api2800/c7000/volume_template.rb
|
|
849
|
+
- lib/oneview-sdk/resource/api2800/synergy.rb
|
|
850
|
+
- lib/oneview-sdk/resource/api2800/synergy/connection_template.rb
|
|
851
|
+
- lib/oneview-sdk/resource/api2800/synergy/enclosure.rb
|
|
852
|
+
- lib/oneview-sdk/resource/api2800/synergy/enclosure_group.rb
|
|
853
|
+
- lib/oneview-sdk/resource/api2800/synergy/ethernet_network.rb
|
|
854
|
+
- lib/oneview-sdk/resource/api2800/synergy/fc_network.rb
|
|
855
|
+
- lib/oneview-sdk/resource/api2800/synergy/fcoe_network.rb
|
|
856
|
+
- lib/oneview-sdk/resource/api2800/synergy/firmware_driver.rb
|
|
857
|
+
- lib/oneview-sdk/resource/api2800/synergy/hypervisor_cluster_profile.rb
|
|
858
|
+
- lib/oneview-sdk/resource/api2800/synergy/hypervisor_manager.rb
|
|
859
|
+
- lib/oneview-sdk/resource/api2800/synergy/interconnect.rb
|
|
860
|
+
- lib/oneview-sdk/resource/api2800/synergy/lig_uplink_set.rb
|
|
861
|
+
- lib/oneview-sdk/resource/api2800/synergy/logical_enclosure.rb
|
|
862
|
+
- lib/oneview-sdk/resource/api2800/synergy/logical_interconnect.rb
|
|
863
|
+
- lib/oneview-sdk/resource/api2800/synergy/logical_interconnect_group.rb
|
|
864
|
+
- lib/oneview-sdk/resource/api2800/synergy/network_set.rb
|
|
865
|
+
- lib/oneview-sdk/resource/api2800/synergy/os_deployment_plan.rb
|
|
866
|
+
- lib/oneview-sdk/resource/api2800/synergy/scope.rb
|
|
867
|
+
- lib/oneview-sdk/resource/api2800/synergy/server_certificate.rb
|
|
868
|
+
- lib/oneview-sdk/resource/api2800/synergy/server_hardware.rb
|
|
869
|
+
- lib/oneview-sdk/resource/api2800/synergy/server_hardware_type.rb
|
|
870
|
+
- lib/oneview-sdk/resource/api2800/synergy/server_profile.rb
|
|
871
|
+
- lib/oneview-sdk/resource/api2800/synergy/server_profile_template.rb
|
|
872
|
+
- lib/oneview-sdk/resource/api2800/synergy/storage_pool.rb
|
|
873
|
+
- lib/oneview-sdk/resource/api2800/synergy/storage_system.rb
|
|
874
|
+
- lib/oneview-sdk/resource/api2800/synergy/uplink_set.rb
|
|
875
|
+
- lib/oneview-sdk/resource/api2800/synergy/volume.rb
|
|
876
|
+
- lib/oneview-sdk/resource/api2800/synergy/volume_attachment.rb
|
|
877
|
+
- lib/oneview-sdk/resource/api2800/synergy/volume_template.rb
|
|
811
878
|
- lib/oneview-sdk/resource/api300.rb
|
|
812
879
|
- lib/oneview-sdk/resource/api300/c7000.rb
|
|
813
880
|
- lib/oneview-sdk/resource/api300/c7000/alerts.rb
|