Class DbTargetListDiscovery
Collection discovery conformed by the specified list of targets.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class DbTargetListDiscovery : DbFleetDiscoveryDetails
Properties
Targets
Declaration
[Required(ErrorMessage = "Targets is required.")]
[JsonProperty(PropertyName = "targets")]
public List<string> Targets { get; set; }
Property Value
Type | Description |
---|---|
List<string> | OCIDs of target database resources to include. |
Remarks
Required