Class: Fog::Orchestration::HuaweiCloud::ResourceSchemas

Inherits:
HuaweiCloud::Collection show all
Defined in:
lib/fog/orchestration/huaweicloud/models/resource_schemas.rb

Instance Attribute Summary

Attributes inherited from HuaweiCloud::Collection

#response

Instance Method Summary collapse

Methods inherited from HuaweiCloud::Collection

#all, #destroy, #find_by_id, #load_response, #summary

Instance Method Details

#get(resource_type) ⇒ Object



7
8
9
10
11
# File 'lib/fog/orchestration/huaweicloud/models/resource_schemas.rb', line 7

def get(resource_type)
  service.show_resource_schema(resource_type).body
rescue Fog::Compute::HuaweiCloud::NotFound
  nil
end