Sha256: ac2b5abd8bb9f4e0708470573ca737d2730f3169b1377cad73695966ba659476
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 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::ARM::RecoveryServicesSiteRecovery 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_recovery_services_site_recovery-0.14.0 | lib/generated/azure_mgmt_recovery_services_site_recovery/models/apply_recovery_point_provider_specific_input.rb |