Show / Hide Table of Contents

Class BaseccVmClusterUpdateDetails

Details specifying which maintenance update to apply to the BaseDB-C@C VM cluster and which action is to be performed by the maintenance update. Applies to Base Database Service on Cloud@Customer instances only.

Inheritance
object
BaseccVmClusterUpdateDetails
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 BaseccVmClusterUpdateDetails

Properties

GiSoftwareImageId

Declaration
[JsonProperty(PropertyName = "giSoftwareImageId")]
public string GiSoftwareImageId { get; set; }
Property Value
Type Description
string

The OCID of a grid infrastructure software image. This is a database software image of the type GRID_IMAGE.

UpdateAction

Declaration
[JsonProperty(PropertyName = "updateAction")]
[JsonConverter(typeof(StringEnumConverter))]
public BaseccVmClusterUpdateDetails.UpdateActionEnum? UpdateAction { get; set; }
Property Value
Type Description
BaseccVmClusterUpdateDetails.UpdateActionEnum?

The update action to perform.

UpdateId

Declaration
[JsonProperty(PropertyName = "updateId")]
public string UpdateId { get; set; }
Property Value
Type Description
string

The OCID of the maintenance update.

In this article
Back to top