Class StageFsuJob
Stage Exadata Fleet Update Job resource.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class StageFsuJob : FsuJob
Properties
FsuCollectionId
Declaration
[Required(ErrorMessage = "FsuCollectionId is required.")]
[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. |
Remarks
Required
FsuCycleId
Declaration
[Required(ErrorMessage = "FsuCycleId is required.")]
[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. |
Remarks
Required
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. |