Sha256: 8c036370f1b27d4cf8f25e9f5806554c689b9cca3e4cefdce267f33ef67d0f53
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 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::ARM::RecoveryServicesSiteRecovery 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_recovery_services_site_recovery-0.14.0 | lib/generated/azure_mgmt_recovery_services_site_recovery/models/san_enable_protection_input.rb |