Class SystemVersionSummary
List of compatible Exadata system versions for a given shape and GI version.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class SystemVersionSummary
Properties
GiVersion
Declaration
[Required(ErrorMessage = "GiVersion is required.")]
[JsonProperty(PropertyName = "giVersion")]
public string GiVersion { get; set; }
Property Value
Type | Description |
---|---|
string | Grid Infrastructure version. |
Remarks
Required
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }
Property Value
Type | Description |
---|---|
string | Exadata shape. |
Remarks
Required
SystemVersions
Declaration
[JsonProperty(PropertyName = "systemVersions")]
public List<string> SystemVersions { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Compatible Exadata system versions for a given shape and GI version. |