DestinationDisk¶
-
class
oci.cloud_migrations.models.DestinationDisk(**kwargs)¶ Bases:
objectDetails of destination disk
Methods
__init__(**kwargs)Initializes a new DestinationDisk object with values from keyword arguments. Attributes
uuid[Required] Gets the uuid of this DestinationDisk. -
__init__(**kwargs)¶ Initializes a new DestinationDisk 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 DestinationDisk.
-
uuid¶ [Required] Gets the uuid of this DestinationDisk. UUID of disk
Returns: The uuid of this DestinationDisk. Return type: str
-