Sha256: ad397e8d0a833ff2525e85d22cba25b0e11a7b10139048136c5b4f009573c89b
Contents?: true
Size: 1.12 KB
Versions: 1
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::ARM::RecoveryServicesSiteRecovery module Models # # ApplyRecoveryPoint input specific to A2A provider. # class A2AApplyRecoveryPointInput < ApplyRecoveryPointProviderSpecificInput include MsRestAzure def initialize @instanceType = "A2A" end attr_accessor :instanceType # # Mapper for A2AApplyRecoveryPointInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'A2A', type: { name: 'Composite', class_name: 'A2AApplyRecoveryPointInput', 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/a2aapply_recovery_point_input.rb |