Sha256: cb96a2709f0df6d0faae4ec61aa9643ecab43dab4614996f526f373150cb642c
Contents?: true
Size: 1.34 KB
Versions: 4
Compression:
Stored size: 1.34 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::V2018_01_10 module Models # # Guest disk signature based disk exclusion option when doing enable # protection of virtual machine in InMage provider. # class InMageDiskSignatureExclusionOptions include MsRestAzure # @return [String] The guest signature of disk to be excluded from # replication. attr_accessor :disk_signature # # Mapper for InMageDiskSignatureExclusionOptions class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'InMageDiskSignatureExclusionOptions', type: { name: 'Composite', class_name: 'InMageDiskSignatureExclusionOptions', model_properties: { disk_signature: { client_side_validation: true, required: false, serialized_name: 'diskSignature', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems