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/
Inherited Members
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. |