Class UpdateBlockVolumeAttachmentDetails
The details for attaching or detaching a block volume.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateBlockVolumeAttachmentDetails
Properties
VolumeAttachmentReferenceInstanceId
Declaration
[JsonProperty(PropertyName = "volumeAttachmentReferenceInstanceId")]
public string VolumeAttachmentReferenceInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the reference compute instance from which to obtain the attachment details for the volume.
This reference compute instance is from the peer DR protection group.
|