class Azure::ServiceFabric::V7_0_0_42::Models::ScalingMechanismDescription

Describes the mechanism for performing a scaling operation.

Attributes

Kind[RW]

Private Class Methods

mapper() click to toggle source

Mapper for ScalingMechanismDescription class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/7.0.0.42/generated/azure_service_fabric/models/scaling_mechanism_description.rb, line 30
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ScalingMechanismDescription',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'Kind',
      uber_parent: 'ScalingMechanismDescription',
      class_name: 'ScalingMechanismDescription',
      model_properties: {
      }
    }
  }
end
new() click to toggle source
# File lib/7.0.0.42/generated/azure_service_fabric/models/scaling_mechanism_description.rb, line 19
def initialize
  @Kind = "ScalingMechanismDescription"
end