Sha256: 56af04c89aad4b4576910f73a36962daf484ed52da5fc21dbcc36a690cf5a3f5

Contents?: true

Size: 1.81 KB

Versions: 2

Compression:

Stored size: 1.81 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
    #
    # Guest disk signature based disk exclusion option when doing enable
    # protection of virtual machine in InMage provider.
    #
    class InMageVolumeExclusionOptions

      include MsRestAzure

      # @return [String] The volume label. The disk having any volume with this
      # label will be excluded from replication.
      attr_accessor :volume_label

      # @return [String] The value indicating whether to exclude multi volume
      # disk or not. If a disk has multiple volumes and one of the volume has
      # label matching with VolumeLabel this disk will be excluded from
      # replication if OnlyExcludeIfSingleVolume is false.
      attr_accessor :only_exclude_if_single_volume


      #
      # Mapper for InMageVolumeExclusionOptions class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'InMageVolumeExclusionOptions',
          type: {
            name: 'Composite',
            class_name: 'InMageVolumeExclusionOptions',
            model_properties: {
              volume_label: {
                required: false,
                serialized_name: 'volumeLabel',
                type: {
                  name: 'String'
                }
              },
              only_exclude_if_single_volume: {
                required: false,
                serialized_name: 'OnlyExcludeIfSingleVolume',
                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_volume_exclusion_options.rb
azure_mgmt_recovery_services_site_recovery-0.15.0 lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/models/in_mage_volume_exclusion_options.rb