Sha256: c15120932ffc2218916d8523ddf083096f8cd0bbd140e3c4a199a2d6f8733803
Contents?: true
Size: 1.99 KB
Versions: 4
Compression:
Stored size: 1.99 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 # # Disable protection input properties. # class DisableProtectionInputProperties include MsRestAzure # @return [DisableProtectionReason] Disable protection reason. It can # have values NotSpecified/MigrationComplete. Possible values include: # 'NotSpecified', 'MigrationComplete' attr_accessor :disable_protection_reason # @return [DisableProtectionProviderSpecificInput] Replication provider # specific input. attr_accessor :replication_provider_input # # Mapper for DisableProtectionInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DisableProtectionInputProperties', type: { name: 'Composite', class_name: 'DisableProtectionInputProperties', model_properties: { disable_protection_reason: { client_side_validation: true, required: false, serialized_name: 'disableProtectionReason', type: { name: 'String' } }, replication_provider_input: { client_side_validation: true, required: false, serialized_name: 'replicationProviderInput', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'DisableProtectionProviderSpecificInput', class_name: 'DisableProtectionProviderSpecificInput' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems