Show / Hide Table of Contents

Class DrProtectionGroupMemberComputeInstanceNonMovable

Properties for a non-movable compute instance member of a DR protection group.

Inheritance
object
DrProtectionGroupMember
DrProtectionGroupMemberComputeInstanceNonMovable
Inherited Members
DrProtectionGroupMember.MemberId
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 DrProtectionGroupMemberComputeInstanceNonMovable : DrProtectionGroupMember

Properties

BlockVolumeAttachAndMountOperations

Declaration
[JsonProperty(PropertyName = "blockVolumeAttachAndMountOperations")]
public ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails BlockVolumeAttachAndMountOperations { get; set; }
Property Value
Type Description
ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails

BlockVolumeOperations

Declaration
[JsonProperty(PropertyName = "blockVolumeOperations")]
public List<ComputeInstanceNonMovableBlockVolumeOperation> BlockVolumeOperations { get; set; }
Property Value
Type Description
List<ComputeInstanceNonMovableBlockVolumeOperation>

Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this. Operations performed on a list of block volumes used on the non-movable compute instance.

FileSystemOperations

Declaration
[JsonProperty(PropertyName = "fileSystemOperations")]
public List<ComputeInstanceNonMovableFileSystemOperation> FileSystemOperations { get; set; }
Property Value
Type Description
List<ComputeInstanceNonMovableFileSystemOperation>

Operations performed on a list of file systems used on the non-movable compute instance.

IsStartStopEnabled

Declaration
[JsonProperty(PropertyName = "isStartStopEnabled")]
public bool? IsStartStopEnabled { get; set; }
Property Value
Type Description
bool?

A flag indicating whether the non-movable compute instance needs to be started and stopped during DR operations.

In this article
Back to top