Sha256: bc3bbba58ff0610e01b56cf881099a4ae248f2cc53916c9cca4334d67d6ed366
Contents?: true
Size: 1.68 KB
Versions: 5
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::V2019_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
5 entries across 5 versions & 1 rubygems