Show / Hide Table of Contents

Class VersionFsuTargetDetails

Exadata Fleet Update Cycle Target 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

Target DB or GI version string for the Exadata Fleet Update Cycle.

Remarks

Required

In this article
Back to top