Sha256: 761c64860b6e7accb5341876ac3100dc52a80644e4b941b83dd01004f2f74616
Contents?: true
Size: 1.43 KB
Versions: 6
Compression:
Stored size: 1.43 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 # # Provider specific input for apply recovery point. # class ApplyRecoveryPointProviderSpecificInput include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["HyperVReplicaAzure"] = "HyperVReplicaAzureApplyRecoveryPointInput" @@discriminatorMap["InMageAzureV2"] = "InMageAzureV2ApplyRecoveryPointInput" @@discriminatorMap["A2A"] = "A2AApplyRecoveryPointInput" def initialize @instanceType = "ApplyRecoveryPointProviderSpecificInput" end attr_accessor :instanceType # # Mapper for ApplyRecoveryPointProviderSpecificInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplyRecoveryPointProviderSpecificInput', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'ApplyRecoveryPointProviderSpecificInput', class_name: 'ApplyRecoveryPointProviderSpecificInput', model_properties: { } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems