Sha256: 0d6da8e3af27fe966ecc278a649b85b8faea370ec4bcb4ccada9453d86e1a5ec
Contents?: true
Size: 1.97 KB
Versions: 2
Compression:
Stored size: 1.97 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 # # Protection container details. # class ProtectionContainer < Resource include MsRestAzure # @return [ProtectionContainerProperties] The custom data. attr_accessor :properties # # Mapper for ProtectionContainer class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ProtectionContainer', type: { name: 'Composite', class_name: 'ProtectionContainer', 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: 'ProtectionContainerProperties' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems