Sha256: aa4c6e1e376b621f3453776672f66c32e8dc1eff8b40ed0d5e363e26d97edae8
Contents?: true
Size: 1.29 KB
Versions: 2
Compression:
Stored size: 1.29 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 container creation operation. # class ReplicationProviderSpecificContainerCreationInput include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["A2A"] = "A2AContainerCreationInput" def initialize @instanceType = "ReplicationProviderSpecificContainerCreationInput" end attr_accessor :instanceType # # Mapper for ReplicationProviderSpecificContainerCreationInput class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ReplicationProviderSpecificContainerCreationInput', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'ReplicationProviderSpecificContainerCreationInput', class_name: 'ReplicationProviderSpecificContainerCreationInput', model_properties: { } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems