Sha256: a2b14bef67384a76d85041aabb2ac0799e4efce3e17c0371e62164d20aaa6033
Contents?: true
Size: 1.49 KB
Versions: 6
Compression:
Stored size: 1.49 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 # # Recovery plan protected item. # class RecoveryPlanProtectedItem include MsRestAzure # @return [String] The ARM Id of the recovery plan protected item. attr_accessor :id # @return [String] The virtual machine Id. attr_accessor :virtual_machine_id # # Mapper for RecoveryPlanProtectedItem class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RecoveryPlanProtectedItem', type: { name: 'Composite', class_name: 'RecoveryPlanProtectedItem', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, virtual_machine_id: { client_side_validation: true, required: false, serialized_name: 'virtualMachineId', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems