HydratedVolume¶
- 
class oci.cloud_migrations.models.HydratedVolume(**kwargs)¶
- Bases: - object- Description of the hydration server volume. - Attributes - VOLUME_TYPE_BLOCK- A constant which can be used with the volume_type property of a HydratedVolume. - VOLUME_TYPE_BOOT- A constant which can be used with the volume_type property of a HydratedVolume. - unmodified_volume_id- [Required] Gets the unmodified_volume_id of this HydratedVolume. - uuid- [Required] Gets the uuid of this HydratedVolume. - volume_id- [Required] Gets the volume_id of this HydratedVolume. - volume_type- [Required] Gets the volume_type of this HydratedVolume. - Methods - __init__(**kwargs)- Initializes a new HydratedVolume object with values from keyword arguments. - 
VOLUME_TYPE_BLOCK= 'BLOCK'¶
- A constant which can be used with the volume_type property of a HydratedVolume. This constant has a value of “BLOCK” 
 - 
VOLUME_TYPE_BOOT= 'BOOT'¶
- A constant which can be used with the volume_type property of a HydratedVolume. This constant has a value of “BOOT” 
 - 
__init__(**kwargs)¶
- Initializes a new HydratedVolume object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - uuid (str) – The value to assign to the uuid property of this HydratedVolume.
- volume_id (str) – The value to assign to the volume_id property of this HydratedVolume.
- volume_type (str) – The value to assign to the volume_type property of this HydratedVolume. Allowed values for this property are: “BOOT”, “BLOCK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- unmodified_volume_id (str) – The value to assign to the unmodified_volume_id property of this HydratedVolume.
 
 - 
unmodified_volume_id¶
- [Required] Gets the unmodified_volume_id of this HydratedVolume. ID of the unmodified volume - Returns: - The unmodified_volume_id of this HydratedVolume. - Return type: - str 
 - 
uuid¶
- [Required] Gets the uuid of this HydratedVolume. ID of the vCenter disk obtained from Inventory. - Returns: - The uuid of this HydratedVolume. - Return type: - str 
 - 
volume_id¶
- [Required] Gets the volume_id of this HydratedVolume. ID of the hydration server volume - Returns: - The volume_id of this HydratedVolume. - Return type: - str 
 - 
volume_type¶
- [Required] Gets the volume_type of this HydratedVolume. The hydration server volume type - Allowed values for this property are: “BOOT”, “BLOCK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The volume_type of this HydratedVolume. - Return type: - str 
 
-