Show / Hide Table of Contents

Class GiMinorVersionSummary

The Oracle Grid Infrastructure (GI) minor version.
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see Getting Started with Policies.

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

Properties

GridImageId

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

Grid Infrastructure Image Id

Version

Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

A valid Oracle Grid Infrastructure (GI) software version.

Remarks

Required

In this article
Back to top