Sha256: c964e55c0bdbb4e147c85c5dba44014f4005ad4e50834f75ec2493e0e0e30856
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 # # 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() { client_side_validation: true, required: false, serialized_name: 'InMageVolumeExclusionOptions', type: { name: 'Composite', class_name: 'InMageVolumeExclusionOptions', model_properties: { volume_label: { client_side_validation: true, required: false, serialized_name: 'volumeLabel', type: { name: 'String' } }, only_exclude_if_single_volume: { client_side_validation: true, required: false, serialized_name: 'OnlyExcludeIfSingleVolume', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems