Sha256: 49111feb966f1df302790ddbdca214a3c151aa38c5436de90d5af0ea9fe88ce2
Contents?: true
Size: 1.33 KB
Versions: 6
Compression:
Stored size: 1.33 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 # # Container mapping provider specific details. # class ProtectionContainerMappingProviderSpecificDetails include MsRestAzure # @return [String] Gets the class type. Overriden in derived classes. attr_accessor :instance_type # # Mapper for ProtectionContainerMappingProviderSpecificDetails class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProtectionContainerMappingProviderSpecificDetails', type: { name: 'Composite', class_name: 'ProtectionContainerMappingProviderSpecificDetails', model_properties: { instance_type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'instanceType', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems