Sha256: f211f25dfdcc3bd66dcb35429bf6cfd8304a95ef82d7ea1c3e48011fe27d776b
Contents?: true
Size: 1.89 KB
Versions: 2
Compression:
Stored size: 1.89 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10 module Models # # Fabric definition. # class Fabric < Resource include MsRestAzure # @return [FabricProperties] Fabric related data. attr_accessor :properties # # Mapper for Fabric class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'Fabric', type: { name: 'Composite', class_name: 'Fabric', model_properties: { id: { required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { required: false, serialized_name: 'location', type: { name: 'String' } }, properties: { required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'FabricProperties' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems