Sha256: 7925da9a1b69ebca698603532983ee9022402a75bad8eb12f8fa50e97a23a35b
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 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() { 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
2 entries across 2 versions & 1 rubygems