Sha256: a9181778f5073a78b8c2c7974ec5ebd3e7d51b1f41b332550844230b53a16ce1
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 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 # # Provider specific input for pairing operations. # class ReplicationProviderSpecificContainerMappingInput include MsRestAzure # @return [String] The class type. attr_accessor :instance_type # # Mapper for ReplicationProviderSpecificContainerMappingInput class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ReplicationProviderSpecificContainerMappingInput', type: { name: 'Composite', class_name: 'ReplicationProviderSpecificContainerMappingInput', model_properties: { instance_type: { required: false, serialized_name: 'instanceType', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems