Sha256: e70085c708abb85962f3525f19e312429d7058263f0d986821d8f4766e16516f
Contents?: true
Size: 1.62 KB
Versions: 4
Compression:
Stored size: 1.62 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 # # Container pairing update input. # class UpdateProtectionContainerMappingInputProperties include MsRestAzure # @return [ReplicationProviderSpecificUpdateContainerMappingInput] # Provider specific input for updating protection container mapping. attr_accessor :provider_specific_input # # Mapper for UpdateProtectionContainerMappingInputProperties class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UpdateProtectionContainerMappingInputProperties', type: { name: 'Composite', class_name: 'UpdateProtectionContainerMappingInputProperties', model_properties: { provider_specific_input: { client_side_validation: true, required: false, serialized_name: 'providerSpecificInput', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'ReplicationProviderSpecificUpdateContainerMappingInput', class_name: 'ReplicationProviderSpecificUpdateContainerMappingInput' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems