Sha256: 4e121c162d2b4bc5fda8651ffd54cd8482e0e9ca9f21f10c36f9d4bbfb0403f5
Contents?: true
Size: 1.47 KB
Versions: 5
Compression:
Stored size: 1.47 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 ensures that a quorum of replicas are not lost for a # partition. # class EnsurePartitionQurumSafetyCheck < PartitionSafetyCheck include MsRestAzure def initialize @Kind = "EnsurePartitionQuorum" end attr_accessor :Kind # # Mapper for EnsurePartitionQurumSafetyCheck class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EnsurePartitionQuorum', type: { name: 'Composite', class_name: 'EnsurePartitionQurumSafetyCheck', 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