Show / Hide Table of Contents

Class StopAutonomousDatabaseDetails

Request details to stop an Autonomous Database with force option.

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

Properties

IsForceStop

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

If set to true, stops the Autonomous Database with force option.

In this article
Back to top