Class RequestTargetDiscoveryDetails
Request to initiate target discovery.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class RequestTargetDiscoveryDetailsProperties
IsApplicableToAllResources
Declaration
[JsonProperty(PropertyName = "isApplicableToAllResources")]
public bool? IsApplicableToAllResources { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | A boolean flag that decides if all resources within the fleet should be part of discovery. | 
ResourceIds
Declaration
[JsonProperty(PropertyName = "resourceIds")]
public List<string> ResourceIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | Resource OCIDS to be included for discovery. |