Sha256: 9b4d28c239f687bc34e6b1ec11f6726334826fa434b34ebd5f4bfaffa1f03394
Contents?: true
Size: 1.53 KB
Versions: 5
Compression:
Stored size: 1.53 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 # # Safety check that waits for the primary replica that was moved out of the # node due to upgrade to be placed back again on that node. # class WaitForPrimaryPlacementSafetyCheck < PartitionSafetyCheck include MsRestAzure def initialize @Kind = "WaitForPrimaryPlacement" end attr_accessor :Kind # # Mapper for WaitForPrimaryPlacementSafetyCheck class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WaitForPrimaryPlacement', type: { name: 'Composite', class_name: 'WaitForPrimaryPlacementSafetyCheck', model_properties: { Kind: { client_side_validation: true, required: true, serialized_name: 'Kind', type: { name: 'String' } }, partition_id: { client_side_validation: true, required: false, serialized_name: 'PartitionId', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems