Sha256: df8e8fe361d0932d401024f48cf3c170a999792c47d94e7528658aa359d6cff4
Contents?: true
Size: 1.85 KB
Versions: 6
Compression:
Stored size: 1.85 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 # # Input properties to apply recovery point. # class ApplyRecoveryPointInputProperties include MsRestAzure # @return [String] The recovery point Id. attr_accessor :recovery_point_id # @return [ApplyRecoveryPointProviderSpecificInput] Provider specific # input for applying recovery point. attr_accessor :provider_specific_details # # Mapper for ApplyRecoveryPointInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplyRecoveryPointInputProperties', type: { name: 'Composite', class_name: 'ApplyRecoveryPointInputProperties', model_properties: { recovery_point_id: { client_side_validation: true, required: false, serialized_name: 'recoveryPointId', type: { name: 'String' } }, provider_specific_details: { client_side_validation: true, required: false, serialized_name: 'providerSpecificDetails', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'ApplyRecoveryPointProviderSpecificInput', class_name: 'ApplyRecoveryPointProviderSpecificInput' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems