Sha256: 8a0a8ac1259dbaaf31fe464264dde47394a680a6b21b15df7bdd68ac6502b38a
Contents?: true
Size: 1.62 KB
Versions: 9
Compression:
Stored size: 1.62 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::Compute::Mgmt::V2019_03_01 module Models # # The parameters of a managed disk. # class ManagedDiskParameters < SubResource include MsRestAzure # @return [StorageAccountTypes] Specifies the storage account type for # the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, # it cannot be used with OS Disk. Possible values include: # 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS' attr_accessor :storage_account_type # # Mapper for ManagedDiskParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ManagedDiskParameters', type: { name: 'Composite', class_name: 'ManagedDiskParameters', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, storage_account_type: { client_side_validation: true, required: false, serialized_name: 'storageAccountType', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems