Sha256: 8de310110080e15b5610a0ec71a32a40af23e305fdab0a91f749bb523d1a662c

Contents?: true

Size: 1.65 KB

Versions: 2

Compression:

Stored size: 1.65 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 Mobility Service update details.
    #
    class MobilityServiceUpdate

      include MsRestAzure

      # @return [String] The version of the latest update.
      attr_accessor :version

      # @return [String] The reboot status of the update - whether it is
      # required or not.
      attr_accessor :reboot_status

      # @return [String] The OS type.
      attr_accessor :os_type


      #
      # Mapper for MobilityServiceUpdate class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'MobilityServiceUpdate',
          type: {
            name: 'Composite',
            class_name: 'MobilityServiceUpdate',
            model_properties: {
              version: {
                required: false,
                serialized_name: 'version',
                type: {
                  name: 'String'
                }
              },
              reboot_status: {
                required: false,
                serialized_name: 'rebootStatus',
                type: {
                  name: 'String'
                }
              },
              os_type: {
                required: false,
                serialized_name: 'osType',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_recovery_services_site_recovery-0.15.1 lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/models/mobility_service_update.rb
azure_mgmt_recovery_services_site_recovery-0.15.0 lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/models/mobility_service_update.rb