Class CreateBlockVolumeAttachmentDetails
Deprecated. Use the 'CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails' definition instead of this. The details for creating a block volume attachment.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class CreateBlockVolumeAttachmentDetails
Properties
VolumeAttachmentReferenceInstanceId
Declaration
[JsonProperty(PropertyName = "volumeAttachmentReferenceInstanceId")]
public string VolumeAttachmentReferenceInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the reference compute instance needed to obtain the volume attachment details.
This reference compute instance belongs to the peer DR protection group.
|