Show / Hide Table of Contents

Class DbNameFilter

Database name to include in the discovery. '*' Wildcard is allowed for 'startsWith' or 'endsWith' filtering.

Inheritance
object
DbFleetDiscoveryFilter
DbNameFilter
Inherited Members
DbFleetDiscoveryFilter.Mode
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 DbNameFilter : DbFleetDiscoveryFilter

Properties

Names

Declaration
[Required(ErrorMessage = "Names is required.")]
[JsonProperty(PropertyName = "names")]
public List<string> Names { get; set; }
Property Value
Type Description
List<string>

List of Database names to include in the discovery.

Remarks

Required

In this article
Back to top