Sha256: 55b156efaf533b5300954d851e43c2fd9a586005c3ef5922634ecc700977245e
Contents?: true
Size: 1.63 KB
Versions: 4
Compression:
Stored size: 1.63 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 # # ApplyRecoveryPoint input specific to InMageAzureV2 provider. # class InMageAzureV2ApplyRecoveryPointInput < ApplyRecoveryPointProviderSpecificInput include MsRestAzure def initialize @instanceType = "InMageAzureV2" end attr_accessor :instanceType # @return [String] The vault location where the recovery Vm resides. attr_accessor :vault_location # # Mapper for InMageAzureV2ApplyRecoveryPointInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'InMageAzureV2', type: { name: 'Composite', class_name: 'InMageAzureV2ApplyRecoveryPointInput', model_properties: { instanceType: { client_side_validation: true, required: true, serialized_name: 'instanceType', type: { name: 'String' } }, vault_location: { client_side_validation: true, required: false, serialized_name: 'vaultLocation', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems