Show / Hide Table of Contents

Class DiscoveryDetailsSummary

Summarized Discovery details.

Inheritance
object
DiscoveryDetailsSummary
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 DiscoveryDetailsSummary

Properties

Criteria

Declaration
[JsonProperty(PropertyName = "criteria")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DiscoveryCriteria? Criteria { get; set; }
Property Value
Type Description
DiscoveryCriteria?

Criteria used for Exadata Fleet Update Discovery.

ServiceType

Declaration
[Required(ErrorMessage = "ServiceType is required.")]
[JsonProperty(PropertyName = "serviceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DiscoveryServiceTypes? ServiceType { get; set; }
Property Value
Type Description
DiscoveryServiceTypes?

Exadata service type for the target resource members.

Remarks

Required

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DiscoveryTypes? Type { get; set; }
Property Value
Type Description
DiscoveryTypes?

Exadata Fleet Update Discovery type.

Remarks

Required

In this article
Back to top