lib/fog/azurerm/models/storage/data_disk.rb in fog-azure-rm-0.0.9 vs lib/fog/azurerm/models/storage/data_disk.rb in fog-azure-rm-0.1.0
- old
+ new
@@ -7,9 +7,10 @@
attribute :disk_size_gb
attribute :lun
attribute :vhd_uri
attribute :caching
attribute :create_option
+ attribute :file_path
def self.parse(disk)
hash = {}
hash['name'] = disk.name
hash['disk_size_gb'] = disk.disk_size_gb