Sha256: 571ced0f424d6be88b665e18b25f1ac15a70345cfd5ffe41c20f558e81c98be9
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 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 test failover cleanup input. # class RecoveryPlanTestFailoverCleanupInput include MsRestAzure # @return [RecoveryPlanTestFailoverCleanupInputProperties] The recovery # plan test failover cleanup input properties. attr_accessor :properties # # Mapper for RecoveryPlanTestFailoverCleanupInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'RecoveryPlanTestFailoverCleanupInput', type: { name: 'Composite', class_name: 'RecoveryPlanTestFailoverCleanupInput', model_properties: { properties: { required: true, serialized_name: 'properties', type: { name: 'Composite', class_name: 'RecoveryPlanTestFailoverCleanupInputProperties' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems