Show / Hide Table of Contents

Class DbDiscoveryResults

Collection built from the results of a Succeeded Fleet Software Update Discovery resource.

Inheritance
object
DbFleetDiscoveryDetails
DbDiscoveryResults
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 DbDiscoveryResults : DbFleetDiscoveryDetails

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

In this article
Back to top