Class GuestOsGoalSoftwareComponentDetails
Details of goal version for 'GUEST_OS' component in an 'EXADB_STACK' type Exadata Fleet Update Collection.
Inherited Members
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