Class ApplyFsuJobSummary
Summary of Apply Exadata Fleet Update Job resource.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class ApplyFsuJobSummary : FsuJobSummary
Properties
FsuCollectionId
Declaration
[JsonProperty(PropertyName = "fsuCollectionId")]
public string FsuCollectionId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the Exadata Fleet Update Collection that the job is executing on. |
FsuCycleId
Declaration
[JsonProperty(PropertyName = "fsuCycleId")]
public string FsuCycleId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the Exadata Fleet Update Cycle that this job is part of. |
Schedule
Declaration
[JsonProperty(PropertyName = "schedule")]
public ScheduleDetails Schedule { get; set; }
Property Value
Type | Description |
---|---|
ScheduleDetails |
TargetId
Declaration
[JsonProperty(PropertyName = "targetId")]
public string TargetId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of Target resource on which the job is executing the action. |