Class UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails
Update properties for a non-movable compute instance member.
Inheritance
UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails : UpdateDrProtectionGroupMemberDetails
Properties
BlockVolumeOperations
Declaration
[JsonProperty(PropertyName = "blockVolumeOperations")]
public List<UpdateComputeInstanceNonMovableBlockVolumeOperationDetails> BlockVolumeOperations { get; set; }
Property Value
Type | Description |
---|---|
List<UpdateComputeInstanceNonMovableBlockVolumeOperationDetails> | 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. |