Skip to content

Commit

Permalink
Create new file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvirani committed Sep 11, 2020
1 parent 0e15081 commit 2d8a054
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lib/oneview-sdk/resource/api2000/c7000/server_profile.rb
@@ -0,0 +1,22 @@
# (c) Copyright 2020 Hewlett Packard Enterprise Development LP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

require_relative '../../api1800/c7000/server_profile'

module OneviewSDK
module API2000
module C7000
# Server Profile resource implementation on API2000 C7000
class ServerProfile < OneviewSDK::API1800::C7000::ServerProfile
end
end
end
end

0 comments on commit 2d8a054

Please sign in to comment.