Sha256: 38de8beefc91d7ec3bb1249bb0a9f59796c32ee0a6697017a4296603303c46bc
Contents?: true
Size: 1.76 KB
Versions: 2
Compression:
Stored size: 1.76 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() { required: false, serialized_name: 'InMageAgentDetails', type: { name: 'Composite', class_name: 'InMageAgentDetails', model_properties: { agent_version: { required: false, serialized_name: 'agentVersion', type: { name: 'String' } }, agent_update_status: { required: false, serialized_name: 'agentUpdateStatus', type: { name: 'String' } }, post_update_reboot_status: { required: false, serialized_name: 'postUpdateRebootStatus', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems