Sha256: 1288a648fdd0d3ce11676f4dcee1fe7e955bc76232b80e3a2dd976678be4da60
Contents?: true
Size: 2 KB
Versions: 2
Compression:
Stored size: 2 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 protected item. # class ReplicationProtectedItem < Resource include MsRestAzure # @return [ReplicationProtectedItemProperties] The custom data. attr_accessor :properties # # Mapper for ReplicationProtectedItem class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ReplicationProtectedItem', type: { name: 'Composite', class_name: 'ReplicationProtectedItem', model_properties: { id: { required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { required: false, serialized_name: 'location', type: { name: 'String' } }, properties: { required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'ReplicationProtectedItemProperties' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems