Sha256: 627be7502f4cc34e0e6af92f217cf67ee607f7100fc53c43c1b04b86ce1a275e
Contents?: true
Size: 1.51 KB
Versions: 5
Compression:
Stored size: 1.51 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 # # Safety check that waits for the current reconfiguration of the partition # to be completed before starting an upgrade. # class WaitForReconfigurationSafetyCheck < PartitionSafetyCheck include MsRestAzure def initialize @Kind = "WaitForReconfiguration" end attr_accessor :Kind # # Mapper for WaitForReconfigurationSafetyCheck class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WaitForReconfiguration', type: { name: 'Composite', class_name: 'WaitForReconfigurationSafetyCheck', 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