Show / Hide Table of Contents

Class ImageIdFsuTargetDetails

The Database service Database Software Image resource is required as goal version for the Exadata Fleet Update Maintenance Cycle when IMAGE_ID type is selected. Specify a Database Software Image of type DATABASE_IMAGE for a DB Collection. Specify a Database Software Image of type GRID_IMAGE for a GI Collection.

Inheritance
object
FsuGoalVersionDetails
ImageIdFsuTargetDetails
Inherited Members
FsuGoalVersionDetails.HomePolicy
FsuGoalVersionDetails.NewHomePrefix
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 ImageIdFsuTargetDetails : FsuGoalVersionDetails

Properties

SoftwareImageId

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

Target database software image OCID.

Remarks

Required

In this article
Back to top