Sha256: fdd9a9af1bfbafb40442a1153e100889efd9129239c588ef643d216ea1c047b8

Contents?: true

Size: 1.26 KB

Versions: 5

Compression:

Stored size: 1.26 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::ServiceFabric::V6_2_0_9
  module Models
    #
    # Describes the entities targeted by a repair action.
    #
    # This type supports the Service Fabric platform; it is not meant to be
    # used directly from your code.
    #
    class RepairTargetDescriptionBase

      include MsRestAzure

      @@discriminatorMap = Hash.new
      @@discriminatorMap["Node"] = "NodeRepairTargetDescription"

      def initialize
        @Kind = "RepairTargetDescriptionBase"
      end

      attr_accessor :Kind


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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_service_fabric-0.18.1 lib/6.2.0.9/generated/azure_service_fabric/models/repair_target_description_base.rb
azure_service_fabric-0.18.0 lib/6.2.0.9/generated/azure_service_fabric/models/repair_target_description_base.rb
azure_service_fabric-0.17.2 lib/6.2.0.9/generated/azure_service_fabric/models/repair_target_description_base.rb
azure_service_fabric-0.17.1 lib/6.2.0.9/generated/azure_service_fabric/models/repair_target_description_base.rb
azure_service_fabric-0.17.0 lib/6.2.0.9/generated/azure_service_fabric/models/repair_target_description_base.rb