Sha256: 7c6536a4357e9b6c9e850a4781f9b504695c10633c1a5833a809ab8546dede5e
Contents?: true
Size: 1.6 KB
Versions: 2
Compression:
Stored size: 1.6 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 # # InMage disable protection provider specific input. # class InMageDisableProtectionProviderSpecificInput < DisableProtectionProviderSpecificInput include MsRestAzure def initialize @instanceType = "InMage" end attr_accessor :instanceType # @return [String] A value indicating whether the replica VM should be # destroyed or retained. Values from Delete and Retain. attr_accessor :replica_vm_deletion_status # # Mapper for InMageDisableProtectionProviderSpecificInput class as Ruby # Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'InMage', type: { name: 'Composite', class_name: 'InMageDisableProtectionProviderSpecificInput', model_properties: { instanceType: { required: true, serialized_name: 'instanceType', type: { name: 'String' } }, replica_vm_deletion_status: { required: false, serialized_name: 'replicaVmDeletionStatus', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems