Sha256: b5a87865ddb9c2926a3ca603b6d1d8d78c571a3cebb5aa8d4e127f5a2ea0733d

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 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::ARM::RecoveryServicesSiteRecovery
  module Models
    #
    # Disable protection provider specific input.
    #
    class DisableProtectionProviderSpecificInput

      include MsRestAzure

      @@discriminatorMap = Hash.new
      @@discriminatorMap["InMage"] = "InMageDisableProtectionProviderSpecificInput"

      def initialize
        @instanceType = "DisableProtectionProviderSpecificInput"
      end

      attr_accessor :instanceType


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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_recovery_services_site_recovery-0.14.0 lib/generated/azure_mgmt_recovery_services_site_recovery/models/disable_protection_provider_specific_input.rb