Sha256: 028805ab62306d55223ccf30d4e69b354136c84217db740bfe61606c44be5fba
Contents?: true
Size: 1.63 KB
Versions: 6
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::V2016_08_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
6 entries across 6 versions & 1 rubygems