Sha256: 25f53445c0ff01236724fd5bda346b64ea5e2c55ebc3e3f113595feb82dca216
Contents?: true
Size: 1.23 KB
Versions: 6
Compression:
Stored size: 1.23 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 # # Replication provider specific recovery point details. # class ProviderSpecificRecoveryPointDetails include MsRestAzure # @return [String] Gets the provider type. attr_accessor :type # # Mapper for ProviderSpecificRecoveryPointDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProviderSpecificRecoveryPointDetails', type: { name: 'Composite', class_name: 'ProviderSpecificRecoveryPointDetails', model_properties: { type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'Type', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems