Sha256: b086e9e77747c63cab464b1c4f7e11a764ef2b786dc8f2eb03f94d067be78f7b
Contents?: true
Size: 1.77 KB
Versions: 2
Compression:
Stored size: 1.77 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 # # Azure VM managed disk input details. # class A2AVmManagedDiskInputDetails include MsRestAzure # @return [String] The disk Id. attr_accessor :disk_id # @return [String] The primary staging storage account Arm Id. attr_accessor :primary_staging_azure_storage_account_id # @return [String] The target resource group Arm Id. attr_accessor :recovery_resource_group_id # # Mapper for A2AVmManagedDiskInputDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'A2AVmManagedDiskInputDetails', type: { name: 'Composite', class_name: 'A2AVmManagedDiskInputDetails', model_properties: { disk_id: { required: false, serialized_name: 'diskId', type: { name: 'String' } }, primary_staging_azure_storage_account_id: { required: false, serialized_name: 'primaryStagingAzureStorageAccountId', type: { name: 'String' } }, recovery_resource_group_id: { required: false, serialized_name: 'recoveryResourceGroupId', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems