Sha256: 2f20d23c4a9f32b2f1f15db90d28cb644ce12acadc8080f30e975550bc27a134
Contents?: true
Size: 1.76 KB
Versions: 2
Compression:
Stored size: 1.76 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 disk input details. # class A2AVmDiskInputDetails include MsRestAzure # @return [String] The disk Uri. attr_accessor :disk_uri # @return [String] The recovery VHD storage account Id. attr_accessor :recovery_azure_storage_account_id # @return [String] The primary staging storage account Id. attr_accessor :primary_staging_azure_storage_account_id # # Mapper for A2AVmDiskInputDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'A2AVmDiskInputDetails', type: { name: 'Composite', class_name: 'A2AVmDiskInputDetails', model_properties: { disk_uri: { required: false, serialized_name: 'diskUri', type: { name: 'String' } }, recovery_azure_storage_account_id: { required: false, serialized_name: 'recoveryAzureStorageAccountId', type: { name: 'String' } }, primary_staging_azure_storage_account_id: { required: false, serialized_name: 'primaryStagingAzureStorageAccountId', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems