Show / Hide Table of Contents

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'.

Inheritance
object
GuestOsFleetDiscoveryDetails
GuestOsDiscoveryResults
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top