models.volume_info_disk_info_physical_range module¶
- 
class 
models.volume_info_disk_info_physical_range.VolumeInfoDiskInfoPhysicalRange(length=None, offset=None)[source]¶ Bases:
objectImplementation of the ‘VolumeInfo_DiskInfo_PhysicalRange’ model.
This message represents a physical contiguous range in disk file.
- Attributes:
 length (long|int): Length of this range in bytes. offset (long|int): Offset of this range in disk file from beginning of
file.
- 
classmethod 
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
 dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
 object: An instance of this structure class.