Show / Hide Table of Contents

Class UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails

Update properties for a non-movable compute instance member.

Inheritance
object
UpdateDrProtectionGroupMemberDetails
UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails
Inherited Members
UpdateDrProtectionGroupMemberDetails.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 UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails : UpdateDrProtectionGroupMemberDetails

Properties

BlockVolumeAttachAndMountOperations

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

BlockVolumeOperations

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

Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this. A list of operations performed on block volumes used by the compute instance.

FileSystemOperations

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

A list of operations performed on file systems used by the 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 should be started and stopped during DR operations. Prechecks cannot be executed on stopped instances that are configured to be started.

In this article
Back to top