Class BootVolumeSourceFromBootVolumeDetails
Specifies the source boot volume.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class BootVolumeSourceFromBootVolumeDetails : BootVolumeSourceDetails
Properties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the boot volume. |
Remarks
Required