Sha256: f152ce2535da2c07e3fc6b6d3fd60b1f6358597adad5ed81746c7866c2e04892

Contents?: true

Size: 1.78 KB

Versions: 2

Compression:

Stored size: 1.78 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
    #
    # InMage Azure V2 provider specific recovery point details.
    #
    class InMageAzureV2RecoveryPointDetails < ProviderSpecificRecoveryPointDetails

      include MsRestAzure

      # @return [String] Gets the instance type.
      attr_accessor :instance_type

      # @return [String] A value indicating whether the recovery point is multi
      # VM consistent.
      attr_accessor :is_multi_vm_sync_point


      #
      # Mapper for InMageAzureV2RecoveryPointDetails class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'InMageAzureV2RecoveryPointDetails',
          type: {
            name: 'Composite',
            class_name: 'InMageAzureV2RecoveryPointDetails',
            model_properties: {
              type: {
                required: false,
                read_only: true,
                serialized_name: 'Type',
                type: {
                  name: 'String'
                }
              },
              instance_type: {
                required: false,
                read_only: true,
                serialized_name: 'instanceType',
                type: {
                  name: 'String'
                }
              },
              is_multi_vm_sync_point: {
                required: false,
                serialized_name: 'isMultiVmSyncPoint',
                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/in_mage_azure_v2recovery_point_details.rb
azure_mgmt_recovery_services_site_recovery-0.15.0 lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/models/in_mage_azure_v2recovery_point_details.rb