Sha256: 821cef1fbf447650f75c217898551a97fe13a8be639988f1acd7bdea800d4411
Contents?: true
Size: 1.58 KB
Versions: 5
Compression:
Stored size: 1.58 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 to ensure the availability of the partition. It # waits until there are replicas available such that bringing down this # replica will not cause availability loss for the partition. # class EnsureAvailabilitySafetyCheck < PartitionSafetyCheck include MsRestAzure def initialize @Kind = "EnsureAvailability" end attr_accessor :Kind # # Mapper for EnsureAvailabilitySafetyCheck class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EnsureAvailability', type: { name: 'Composite', class_name: 'EnsureAvailabilitySafetyCheck', 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