Show / Hide Table of Contents

Class DbVersionFilter

Versions to include in the discovery. These should be under the Source Major Version of the Collection.

Inheritance
object
DbFleetDiscoveryFilter
DbVersionFilter
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 DbVersionFilter : DbFleetDiscoveryFilter

Properties

Versions

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

List of Version strings to include in the discovery.

Remarks

Required

In this article
Back to top