Show / Hide Table of Contents

Class DatabaseTargetSummary

Details of a Database target member of a Exadata Fleet Update Collection. Stored references of the resource documented in https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/

Inheritance
object
TargetDetails
DatabaseTargetSummary
Inherited Members
TargetDetails.Id
TargetDetails.CompartmentId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class DatabaseTargetSummary : TargetDetails

Properties

DbHomeId

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

OCID of the database home.

InfrastructureId

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

OCID of the related Exadata Infrastructure or Cloud Exadata Infrastructure resource.

SoftwareImageId

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

OCID of the Database sofware image.

VmClusterId

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

OCID of the related VM Cluster or Cloud VM Cluster.

In this article
Back to top