class Azure::ServiceFabric::V7_0_0_42::Models::WaitForReconfigurationSafetyCheck
Safety check that waits for the current reconfiguration of the partition to be completed before starting an upgrade.
Attributes
Kind[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for WaitForReconfigurationSafetyCheck
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/7.0.0.42/generated/azure_service_fabric/models/wait_for_reconfiguration_safety_check.rb, line 28 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
new()
click to toggle source
# File lib/7.0.0.42/generated/azure_service_fabric/models/wait_for_reconfiguration_safety_check.rb, line 17 def initialize @Kind = "WaitForReconfiguration" end