Show / Hide Table of Contents

Class DestinationDisk

Details of destination disk

Inheritance
object
DestinationDisk
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top