Sha256: b5f2625064f5de5d2f3bb0097c6be298be1575cb85ceccf433ebae9d5c6f2758
Contents?: true
Size: 1.18 KB
Versions: 3
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_5_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
3 entries across 3 versions & 1 rubygems