Sha256: 006cddf4735756355b48a8835bfd0a3eb8fab740f831ee546ced811acf697d11
Contents?: true
Size: 1.18 KB
Versions: 5
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::ServiceFabric::V6_4_0_36 module Models # # Describes the mechanism for performing auto scaling operation. Derived # classes will describe the actual mechanism. # class AutoScalingMechanism include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["AddRemoveReplica"] = "AddRemoveReplicaScalingMechanism" def initialize @kind = "AutoScalingMechanism" end attr_accessor :kind # # Mapper for AutoScalingMechanism class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AutoScalingMechanism', type: { name: 'Composite', polymorphic_discriminator: 'kind', uber_parent: 'AutoScalingMechanism', class_name: 'AutoScalingMechanism', model_properties: { } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems