Sha256: 28856377b477cad0dfc3bc048f2e97c182049e8490f0b4e3a518b2bc749ef01a
Contents?: true
Size: 1.7 KB
Versions: 5
Compression:
Stored size: 1.7 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_3_0_9 module Models # # Safety check that waits for the replica build operation to finish. This # indicates that there is a replica that is going through the copy or is # providing data for building another replica. Bring the node down will # abort this copy operation which are typically expensive involving data # movements. # class WaitForInbuildReplicaSafetyCheck < PartitionSafetyCheck include MsRestAzure def initialize @Kind = "WaitForInbuildReplica" end attr_accessor :Kind # # Mapper for WaitForInbuildReplicaSafetyCheck class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WaitForInbuildReplica', type: { name: 'Composite', class_name: 'WaitForInbuildReplicaSafetyCheck', 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