Show / Hide Table of Contents

Class BootVolumeSourceFromBootVolumeReplicaDetails

Specifies the source boot volume replica which the boot volume will be created from. The boot volume replica shoulbe be in the same availability domain as the boot volume. Only one volume can be created from a replica at the same time.

Inheritance
object
BootVolumeSourceDetails
BootVolumeSourceFromBootVolumeReplicaDetails
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 BootVolumeSourceFromBootVolumeReplicaDetails : 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 replica.

Remarks

Required

In this article
Back to top