Class DestinationDisk
Details of destination disk
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class DestinationDisk
Properties
Uuid
Declaration
[Required(ErrorMessage = "Uuid is required.")]
[JsonProperty(PropertyName = "uuid")]
public string Uuid { get; set; }
Property Value
| Type | Description |
|---|---|
| string | UUID of disk |
Remarks
Required