Class GiDiscoveryResults
Collection built from the results of a Succeeded Fleet Software Update Discovery resource.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class GiDiscoveryResults : GiFleetDiscoveryDetails
Properties
FsuDiscoveryId
Declaration
[Required(ErrorMessage = "FsuDiscoveryId is required.")]
[JsonProperty(PropertyName = "fsuDiscoveryId")]
public string FsuDiscoveryId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCIDs of Fleet Software Update Discovery. |
Remarks
Required