Sha256: 70c2479af4e5d572a644aa61bfc526ef5f86801b7ee442976ef8aaf077003f12
Contents?: true
Size: 1.92 KB
Versions: 6
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::V2016_08_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
6 entries across 6 versions & 1 rubygems