Show / Hide Table of Contents

Class GuestOsGoalSoftwareComponentDetails

Details of goal version for 'GUEST_OS' component in an 'EXADB_STACK' type Exadata Fleet Update Collection.

Inheritance
object
GoalSoftwareComponentDetails
GuestOsGoalSoftwareComponentDetails
Inherited Members
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 GuestOsGoalSoftwareComponentDetails : GoalSoftwareComponentDetails

Properties

GoalVersionDetails

Declaration
[Required(ErrorMessage = "GoalVersionDetails is required.")]
[JsonProperty(PropertyName = "goalVersionDetails")]
public GuestOsGoalVersionDetails GoalVersionDetails { get; set; }
Property Value
Type Description
GuestOsGoalVersionDetails
Remarks

Required

In this article
Back to top