Sha256: 2bcb923a9ade98ba9355d1420716020ed601e71bdc2eba35b6eb4dc3672f47ba
Contents?: true
Size: 1.41 KB
Versions: 6
Compression:
Stored size: 1.41 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 # # Unpairing input properties. # class RemoveProtectionContainerMappingInputProperties include MsRestAzure # @return [ReplicationProviderContainerUnmappingInput] Provider specific # input for unpairing. attr_accessor :provider_specific_input # # Mapper for RemoveProtectionContainerMappingInputProperties class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RemoveProtectionContainerMappingInputProperties', type: { name: 'Composite', class_name: 'RemoveProtectionContainerMappingInputProperties', model_properties: { provider_specific_input: { client_side_validation: true, required: false, serialized_name: 'providerSpecificInput', type: { name: 'Composite', class_name: 'ReplicationProviderContainerUnmappingInput' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems