Show / Hide Table of Contents

Class BootVolumeSourceFromBootVolumeDetails

Specifies the source boot volume.

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

In this article
Back to top