Sha256: 34cef859a467f8629536bdf2a7c5c90d02ff97b21bad5210e3b52ee3aee1d021

Contents?: true

Size: 1.53 KB

Versions: 4

Compression:

Stored size: 1.53 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
    #
    # Enable protection provider specific input.
    #
    class EnableProtectionProviderSpecificInput

      include MsRestAzure

      @@discriminatorMap = Hash.new
      @@discriminatorMap["A2A"] = "A2AEnableProtectionInput"
      @@discriminatorMap["HyperVReplicaAzure"] = "HyperVReplicaAzureEnableProtectionInput"
      @@discriminatorMap["InMageAzureV2"] = "InMageAzureV2EnableProtectionInput"
      @@discriminatorMap["InMage"] = "InMageEnableProtectionInput"
      @@discriminatorMap["San"] = "SanEnableProtectionInput"

      def initialize
        @instanceType = "EnableProtectionProviderSpecificInput"
      end

      attr_accessor :instanceType


      #
      # Mapper for EnableProtectionProviderSpecificInput class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'EnableProtectionProviderSpecificInput',
          type: {
            name: 'Composite',
            polymorphic_discriminator: 'instanceType',
            uber_parent: 'EnableProtectionProviderSpecificInput',
            class_name: 'EnableProtectionProviderSpecificInput',
            model_properties: {
            }
          }
        }
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_recovery_services_site_recovery-0.17.3 lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/models/enable_protection_provider_specific_input.rb
azure_mgmt_recovery_services_site_recovery-0.17.2 lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/models/enable_protection_provider_specific_input.rb
azure_mgmt_recovery_services_site_recovery-0.17.1 lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/models/enable_protection_provider_specific_input.rb
azure_mgmt_recovery_services_site_recovery-0.17.0 lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/models/enable_protection_provider_specific_input.rb