Sha256: 034d1379896ebf143216df4cf86cde1781d369a4229a23353cafb8cf6dd9ad0f
Contents?: true
Size: 1.88 KB
Versions: 6
Compression:
Stored size: 1.88 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 # # Switch protection input properties. # class SwitchProtectionInputProperties include MsRestAzure # @return [String] The unique replication protected item name. attr_accessor :replication_protected_item_name # @return [SwitchProtectionProviderSpecificInput] Provider specific # switch protection input. attr_accessor :provider_specific_details # # Mapper for SwitchProtectionInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SwitchProtectionInputProperties', type: { name: 'Composite', class_name: 'SwitchProtectionInputProperties', model_properties: { replication_protected_item_name: { client_side_validation: true, required: false, serialized_name: 'replicationProtectedItemName', type: { name: 'String' } }, provider_specific_details: { client_side_validation: true, required: false, serialized_name: 'providerSpecificDetails', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'SwitchProtectionProviderSpecificInput', class_name: 'SwitchProtectionProviderSpecificInput' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems