Show / Hide Table of Contents

Class CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails

Create properties for a non-movable compute instance member.

Inheritance
object
CreateDrProtectionGroupMemberDetails
CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails
Inherited Members
CreateDrProtectionGroupMemberDetails.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 CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails : CreateDrProtectionGroupMemberDetails

Properties

BlockVolumeAttachAndMountOperations

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

BlockVolumeOperations

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

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<CreateComputeInstanceNonMovableFileSystemOperationDetails> FileSystemOperations { get; set; }
Property Value
Type Description
List<CreateComputeInstanceNonMovableFileSystemOperationDetails>

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