Class StopDbSystemDetails
DB System shutdown parameters.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class StopDbSystemDetails
Properties
ShutdownType
Declaration
[Required(ErrorMessage = "ShutdownType is required.")]
[JsonProperty(PropertyName = "shutdownType")]
[JsonConverter(typeof(StringEnumConverter))]
public InnoDbShutdownMode? ShutdownType { get; set; }
Property Value
Type | Description |
---|---|
InnoDbShutdownMode? | The InnoDB shutdown mode to use, following the option "innodb_fast_shutdown". |
Remarks
Required