Show / Hide Table of Contents

Class VersionFsuTargetDetails

Exadata Fleet Update Cycle goal version string details.

Inheritance
object
FsuGoalVersionDetails
VersionFsuTargetDetails
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 VersionFsuTargetDetails : FsuGoalVersionDetails

Properties

Version

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

Goal version string for the Exadata Fleet Update Cycle. Applicable to Database, Grid Infrastructure, or Exadata Image software updates.

Remarks

Required

In this article
Back to top