Class GetBootVolumeRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetBootVolumeRequest : IOciRequestExamples
Click here to see an example of how to use GetBootVolume request.
Properties
BootVolumeId
Declaration
[Required(ErrorMessage = "BootVolumeId is required.")]
[HttpConverter(TargetEnum.Path, "bootVolumeId")]
public string BootVolumeId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the boot volume. | 
Remarks
Required