Sha256: eecbad752aa180d724a646d3398361b326e1d1d4dd02b5e53778c49826acad9d
Contents?: true
Size: 1.7 KB
Versions: 2
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::V7_0_0_42 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
2 entries across 2 versions & 1 rubygems