Sha256: 58c73537145196efd948bc5eb65c7065efbd3a98954bcdfc2050bf8abc9d65df
Contents?: true
Size: 1.88 KB
Versions: 4
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::V2018_01_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
4 entries across 4 versions & 1 rubygems