Sha256: 319f467126caea4d3bde0deefa80d6b03b9d20a5fd2268b4ac29f29d47a10871
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 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::Compute::Mgmt::V2020_12_01 module Models # # Response after calling a manual recovery walk # class RecoveryWalkResponse include MsRestAzure # @return [Boolean] Whether the recovery walk was performed attr_accessor :walk_performed # @return [Integer] The next update domain that needs to be walked. Null # means walk spanning all update domains has been completed attr_accessor :next_platform_update_domain # # Mapper for RecoveryWalkResponse class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RecoveryWalkResponse', type: { name: 'Composite', class_name: 'RecoveryWalkResponse', model_properties: { walk_performed: { client_side_validation: true, required: false, read_only: true, serialized_name: 'walkPerformed', type: { name: 'Boolean' } }, next_platform_update_domain: { client_side_validation: true, required: false, read_only: true, serialized_name: 'nextPlatformUpdateDomain', type: { name: 'Number' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.22.0 | lib/2020-12-01/generated/azure_mgmt_compute/models/recovery_walk_response.rb |