Sha256: a7ea943e1c98a94255dd872aabeb1d392a98efb83899f16e632f79620a297cc4
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 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 # # San enable protection provider specific input. # class SanEnableProtectionInput < EnableProtectionProviderSpecificInput include MsRestAzure def initialize @instanceType = "San" end attr_accessor :instanceType # # Mapper for SanEnableProtectionInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'San', type: { name: 'Composite', class_name: 'SanEnableProtectionInput', model_properties: { instanceType: { required: true, serialized_name: 'instanceType', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems