Sha256: 7f32271247248442244bf6771ec77f2bedc3feaa1a80da9c642dcc443a6edbfd
Contents?: true
Size: 1.94 KB
Versions: 6
Compression:
Stored size: 1.94 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::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10 module Models # # The details of the InMage agent. # class InMageAgentDetails include MsRestAzure # @return [String] The agent version. attr_accessor :agent_version # @return [String] A value indicating whether installed agent needs to be # updated. attr_accessor :agent_update_status # @return [String] A value indicating whether reboot is required after # update is applied. attr_accessor :post_update_reboot_status # # Mapper for InMageAgentDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'InMageAgentDetails', type: { name: 'Composite', class_name: 'InMageAgentDetails', model_properties: { agent_version: { client_side_validation: true, required: false, serialized_name: 'agentVersion', type: { name: 'String' } }, agent_update_status: { client_side_validation: true, required: false, serialized_name: 'agentUpdateStatus', type: { name: 'String' } }, post_update_reboot_status: { client_side_validation: true, required: false, serialized_name: 'postUpdateRebootStatus', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems