Sha256: 18265a458a9a8b7579ad2d3f5fb81d267fddba9557a05e5e122837ddc1e4b15b
Contents?: true
Size: 1.36 KB
Versions: 2
Compression:
Stored size: 1.36 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 # # Properties of site details provided during the time of site creation # class FabricCreationInputProperties include MsRestAzure # @return [FabricSpecificCreationInput] Fabric provider specific creation # input. attr_accessor :custom_details # # Mapper for FabricCreationInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'FabricCreationInputProperties', type: { name: 'Composite', class_name: 'FabricCreationInputProperties', model_properties: { custom_details: { required: false, serialized_name: 'customDetails', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'FabricSpecificCreationInput', class_name: 'FabricSpecificCreationInput' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems