Class GuestOsDiscoveryResults
Discover Exadata VM Cluster targets for a 'GUEST_OS' collection by cloning the results of a 'Succeeded' Exadata Fleet Update Discovery resource. The type of the source Exadata Fleet Update Discovery resource can be 'GI' or 'GUEST_OS'.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class GuestOsDiscoveryResults : GuestOsFleetDiscoveryDetails
Properties
FsuDiscoveryId
Declaration
[Required(ErrorMessage = "FsuDiscoveryId is required.")]
[JsonProperty(PropertyName = "fsuDiscoveryId")]
public string FsuDiscoveryId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Exadata Fleet Update Discovery. |
Remarks
Required