Sha256: dd6f3fff5f138d056336692b45a8360ed3a13673367933a4017bb792192c9d7c
Contents?: true
Size: 1.55 KB
Versions: 4
Compression:
Stored size: 1.55 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::V2018_01_10 module Models # # Recovery plan updation properties. # class UpdateRecoveryPlanInputProperties include MsRestAzure # @return [Array<RecoveryPlanGroup>] The recovery plan groups. attr_accessor :groups # # Mapper for UpdateRecoveryPlanInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UpdateRecoveryPlanInputProperties', type: { name: 'Composite', class_name: 'UpdateRecoveryPlanInputProperties', model_properties: { groups: { client_side_validation: true, required: false, serialized_name: 'groups', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'RecoveryPlanGroupElementType', type: { name: 'Composite', class_name: 'RecoveryPlanGroup' } } } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems