lib/ionoscloud/models/volume_properties.rb in ionoscloud-5.0.1 vs lib/ionoscloud/models/volume_properties.rb in ionoscloud-5.1.0
- old
+ new
@@ -63,10 +63,10 @@
attr_accessor :disc_virtio_hot_unplug
# The LUN ID of the storage volume. Null for volumes not mounted to any VM
attr_accessor :device_number
- # The uuid of the Backup Unit that user has access to. The property is immutable and is only allowed to be set on a new volume creation. It is mandatory to provied either public image or imageAlias in conjunction with this property.
+ # The uuid of the Backup Unit that user has access to. The property is immutable and is only allowed to be set on a new volume creation. It is mandatory to provide either 'public image' or 'imageAlias' in conjunction with this property.
attr_accessor :backupunit_id
# The cloud-init configuration for the volume as base64 encoded string. The property is immutable and is only allowed to be set on a new volume creation. It is mandatory to provide either 'public image' or 'imageAlias' that has cloud-init compatibility in conjunction with this property.
attr_accessor :user_data