Class HydratedVolume
Description of the hydration server volume.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class HydratedVolume
Properties
UnmodifiedVolumeId
Declaration
[Required(ErrorMessage = "UnmodifiedVolumeId is required.")]
[JsonProperty(PropertyName = "unmodifiedVolumeId")]
public string UnmodifiedVolumeId { get; set; }
Property Value
Type | Description |
---|---|
string | ID of the unmodified volume |
Remarks
Required
Uuid
Declaration
[Required(ErrorMessage = "Uuid is required.")]
[JsonProperty(PropertyName = "uuid")]
public string Uuid { get; set; }
Property Value
Type | Description |
---|---|
string | ID of the vCenter disk obtained from Inventory. |
Remarks
Required
VolumeId
Declaration
[Required(ErrorMessage = "VolumeId is required.")]
[JsonProperty(PropertyName = "volumeId")]
public string VolumeId { get; set; }
Property Value
Type | Description |
---|---|
string | ID of the hydration server volume |
Remarks
Required
VolumeType
Declaration
[Required(ErrorMessage = "VolumeType is required.")]
[JsonProperty(PropertyName = "volumeType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HydratedVolume.VolumeTypeEnum? VolumeType { get; set; }
Property Value
Type | Description |
---|---|
HydratedVolume.VolumeTypeEnum? | The hydration server volume type |
Remarks
Required