Show / Hide Table of Contents

Class CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails

The details for creating the operations performed on a block volume.

Inheritance
object
CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails

Properties

Attachments

Declaration
[JsonProperty(PropertyName = "attachments")]
public List<CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails> Attachments { get; set; }
Property Value
Type Description
List<CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails>

A list of details of attach or detach operations performed on block volumes.

Mounts

Declaration
[JsonProperty(PropertyName = "mounts")]
public List<CreateComputeInstanceNonMovableBlockVolumeMountOperationDetails> Mounts { get; set; }
Property Value
Type Description
List<CreateComputeInstanceNonMovableBlockVolumeMountOperationDetails>

A list of details of mount operations performed on block volumes.

In this article
Back to top