Sha256: 678b3cf53efafce26b3da4ebc75d10ccedeee238081a2c12da2223fc59f96011
Contents?: true
Size: 1.92 KB
Versions: 4
Compression:
Stored size: 1.92 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::V2018_01_10 module Models # # Create protection container input properties. # class CreateProtectionContainerInputProperties include MsRestAzure # @return [Array<ReplicationProviderSpecificContainerCreationInput>] # Provider specific inputs for container creation. attr_accessor :provider_specific_input # # Mapper for CreateProtectionContainerInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CreateProtectionContainerInputProperties', type: { name: 'Composite', class_name: 'CreateProtectionContainerInputProperties', model_properties: { provider_specific_input: { client_side_validation: true, required: false, serialized_name: 'providerSpecificInput', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ReplicationProviderSpecificContainerCreationInputElementType', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'ReplicationProviderSpecificContainerCreationInput', class_name: 'ReplicationProviderSpecificContainerCreationInput' } } } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems