Show / Hide Table of Contents

Class InfrastructureTargetVersionSummary

The target Exadata Infrastructure system software version for an infrastructure resource. Applies to Exadata Cloud@Customer and Exadata Cloud instances only.
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
InfrastructureTargetVersionSummary
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 InfrastructureTargetVersionSummary

Properties

TargetDbVersionHistoryEntry

Declaration
[Required(ErrorMessage = "TargetDbVersionHistoryEntry is required.")]
[JsonProperty(PropertyName = "targetDbVersionHistoryEntry")]
public List<string> TargetDbVersionHistoryEntry { get; set; }
Property Value
Type Description
List<string>

The history entry of the target system software version for the database server patching operation.

Remarks

Required

TargetResourceId

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

The OCID of the target Exadata Infrastructure resource that will receive the maintenance update.

TargetResourceType

Declaration
[JsonProperty(PropertyName = "targetResourceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public InfrastructureTargetVersionSummary.TargetResourceTypeEnum? TargetResourceType { get; set; }
Property Value
Type Description
InfrastructureTargetVersionSummary.TargetResourceTypeEnum?

The resource type of the target Exadata infrastructure resource that will receive the system software update.

TargetStorageVersionHistoryEntry

Declaration
[Required(ErrorMessage = "TargetStorageVersionHistoryEntry is required.")]
[JsonProperty(PropertyName = "targetStorageVersionHistoryEntry")]
public List<string> TargetStorageVersionHistoryEntry { get; set; }
Property Value
Type Description
List<string>

The history entry of the target storage cell system software version for the storage cell patching operation.

Remarks

Required

In this article
Back to top